HomeSort by relevance Sort by last modified time
    Searched defs:adjustROI (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
gpumat.hpp 250 __host__ GpuMat_<T>& GpuMat_<T>::adjustROI(int dtop, int dbottom, int dleft, int dright)
252 return (GpuMat_<T>&)(GpuMat::adjustROI(dtop, dbottom, dleft, dright));
  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 117 // C++: Mat Mat::adjustROI(int dtop, int dbottom, int dleft, int dright)
120 // javadoc: Mat::adjustROI(dtop, dbottom, dleft, dright)
121 public Mat adjustROI(int dtop, int dbottom, int dleft, int dright)
1118 // C++: Mat Mat::adjustROI(int dtop, int dbottom, int dleft, int dright)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.inl.hpp     [all...]
  /external/opencv3/modules/core/src/
matrix.cpp 905 Mat& Mat::adjustROI( int dtop, int dbottom, int dleft, int dright )
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 316 milliseconds