Overload List
| Name | Description | |
|---|---|---|
| Sort |
Sorts the rows/cols of an array ascending/descending
(Inherited from CvArr.) | |
| Sort(CvArr) |
Sorts the rows/cols of an array ascending/descending
(Inherited from CvArr.) | |
| Sort(CvCmpFunc) |
Sorts sequence element using the specified comparison function (cvSeqSort).
(Inherited from CvSeq.) | |
| Sort(CvCmpFuncT) |
Sorts sequence element using the specified comparison function (cvSeqSort).
| |
| Sort(CvArr, CvArr) |
Sorts the rows/cols of an array ascending/descending
(Inherited from CvArr.) | |
| Sort(CvArr, CvArr, SortFlag) |
Sorts the rows/cols of an array ascending/descending
(Inherited from CvArr.) |
See Also