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

  /external/opencv3/modules/imgproc/perf/
perf_histogram.cpp 102 #define MatSize TestMatSize
103 PERF_TEST_P(MatSize, equalizeHist,
119 #undef MatSize
  /external/opencv3/modules/core/include/opencv2/core/
mat.inl.hpp     [all...]
mat.hpp 509 struct CV_EXPORTS MatSize
511 explicit MatSize(int* _p);
516 bool operator == (const MatSize& sz) const;
517 bool operator != (const MatSize& sz) const;
    [all...]

Completed in 442 milliseconds