HomeSort by relevance Sort by last modified time
    Searched full:roi (Results 201 - 225 of 310) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 261 // ROI
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 135 VP8E_SET_ROI_MAP, /**< control function to pass an ROI map to encoder */
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 353 * Meters and triggers auto focus scan with ROI around tap point.
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 217 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle references invalid memory", fNameL ) );
224 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle is inverted (max<min) or zero", fNameL ) );
  /external/opencv3/modules/core/include/opencv2/core/
cuda.inl.hpp 287 GpuMat GpuMat::operator ()(Rect roi) const
289 return GpuMat(*this, roi);
mat.inl.hpp 681 Mat Mat::operator()( const Rect& roi ) const
683 return Mat(*this, roi);
    [all...]
types.hpp 344 Virtually every loop over an image ROI in OpenCV (where ROI is specified by Rect_\<int\> ) is
347 for(int y = roi.y; y < roi.y + roi.height; y++)
348 for(int x = roi.x; x < roi.x + roi.width; x++)
    [all...]
  /external/opencv3/modules/cudafilters/test/
test_filters.cpp 60 cv::Rect roi(ksize.width, ksize.height, m.cols - 2 * ksize.width, m.rows - 2 * ksize.height);
61 return m(roi);
  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 519 Rect roi(Point(0, shift), img->size());
520 Mat sub(result, roi);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 650 DLOGV_IF(kTagResources, "Input ROI is not integral");
857 // Make sure the left and right ROI are conjunct
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h     [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 171 uint8_t max_num_roi; /* max number of roi can be detected */
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 61 CvRect rect; /**<ROI of the component */
  /external/opencv/cv/src/
cvmorph.cpp     [all...]
cvcontours.cpp 158 CvSize img_size; /* ROI size */
159 CvPoint offset; /* ROI offset: coordinates, added to each contour point */
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
contours.cpp 144 CvSize img_size; /* ROI size */
145 CvPoint offset; /* ROI offset: coordinates, added to each contour point */
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 123 /* Sets image ROI (region of interest) (COI is not changed) */
126 /* Resets image ROI and COI */
129 /* Retrieves image ROI */
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_dec.c     [all...]
  /external/opencv3/modules/java/generator/src/cpp/
Mat.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h 545 /* Enable ROI info */
548 /* Configure ROI info */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 392 // Effect *effect, RECT *ROI, RECT *outputRect, Bitmap **output)
555 //__inline__ Status Bitmap::ApplyEffect(Effect *effect, RECT *ROI)
    [all...]
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 441 // Determine the output coordinate system ROI
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 186 uint8_t max_num_roi; /* max number of roi can be detected */
    [all...]

Completed in 545 milliseconds

1 2 3 4 5 6 7 891011>>