I'm in the process of upgrading from opencv2.4.10 to opencv3, and there is a macro in use in one of the libraries I need that has been removed.
static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT )
What do I do to replace this?
1 | initial version |
I'm in the process of upgrading from opencv2.4.10 to opencv3, and there is a macro in use in one of the libraries I need that has been removed.
static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT )
What do I do to replace this?