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

<<111213

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 178 bbs_ERROR1( "%s:\n ROI is invalid or zero", fNameL );
183 bbs_ERROR1( "%s:\n ROI exceeds image boundary", fNameL );
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 398 /** region of interest: affected component in [0..3], -1 means no ROI */
    [all...]
  /frameworks/base/docs/html/
jd_collections.js 397 "distribute/analyze/improve-roi.html",
443 "distribute/analyze/improve-roi.html",
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 776 cam_rect_t roi[MAX_ROI]; member in struct:__anon5892
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 77 step is it's step; size characterizes it's ROI;
    [all...]
cvfilter.cpp 469 CV_ERROR( CV_StsOutOfRange, "Too large source image or its ROI" );
490 CV_ERROR( CV_StsOutOfRange, "Incorrect destination ROI origin" );
    [all...]
mycvHaarDetectObjects.cpp     [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp 45 * Find sum of pixels in the ROI *
    [all...]
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 116 @param tryReuseInputImage put ROI of input image into the pyramid if possible. You can pass false
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600Instructions.td 90 // a literal. Also be sure to update the enum R600Op1OperandIndex::ROI in
132 // also update the R600Op2OperandIndex::ROI enum in R600Defines.h,
171 // also update the R600Op3OperandIndex::ROI enum in R600Defines.h,
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]
hough.cpp 71 step is it's step; size characterizes it's ROI;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 935 cam_rect_t roi[MAX_ROI]; member in struct:__anon3801
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 935 cam_rect_t roi[MAX_ROI]; member in struct:__anon4712
    [all...]
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp     [all...]
  /external/opencv3/modules/features2d/src/
orb.cpp     [all...]
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 113 * 1. Both layers should have same ROI.
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 732 DLOGI("ROI: min_width = %d, min_height = %d, need_merge = %d",
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp 290 @note When the source image is a part (ROI) of a bigger image, the function will try to use the
291 pixels outside of the ROI to form a border. To disable this feature and always do extrapolation, as
292 if src was not a ROI, use borderType | BORDER_ISOLATED.
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 1108 milliseconds

<<111213