HomeSort by relevance Sort by last modified time
    Searched refs:argsort (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
colormap.cpp 63 static Mat argsort(InputArray _src, bool ascending=true) function in namespace:cv
67 CV_Error(Error::StsBadArg, "cv::argsort only sorts 1D matrices.");
79 std::vector<int> sort_indices = argsort(X_);
    [all...]
  /external/opencv3/modules/core/src/
lda.cpp 41 static Mat argsort(InputArray _src, bool ascending=true) function in namespace:cv
    [all...]

Completed in 255 milliseconds