Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OCV3 replacing static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT )

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?