HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 626 - 650 of 778) sorted by null

<<21222324252627282930>>

  /external/opencv/cv/src/
cvpyramids.cpp 218 ICV_DEF_PYR_DOWN_FUNC( 8u, uchar, int, PD_SCALE_INT )
430 ICV_DEF_PYR_UP_FUNC( 8u, uchar, int, PU_SCALE_INT )
    [all...]
  /external/opencv3/modules/core/src/
out.cpp 73 void valueToStr8u() { sprintf(buf, "%3d", (int)mtx.ptr<uchar>(row, col)[cn]); }
  /external/opencv3/modules/core/test/
test_umat.cpp 716 uchar * const ptr = m.ptr<uchar>(y);
718 ptr[x] = (uchar)(x + y * 2);
777 Mat m = (Mat_<uchar>(3,3)<<0,1,2,3,4,5,6,7,8);
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 233 func_ = cv::cuda::device::filter2D<uchar, uchar>;
345 {filter::linearRow<uchar, float>, 0, filter::linearRow<uchar3, float3>, filter::linearRow<uchar4, float4>},
356 {filter::linearColumn<float, uchar>, 0, filter::linearColumn<float3, uchar3>, filter::linearColumn<float4, uchar4>},
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_cpp.hpp 707 typedef v_reg<uchar, 16> v_uint8x16;
726 OPENCV_HAL_IMPL_C_INIT(v_uint8x16, uchar, u8)
790 OPENCV_HAL_IMPL_C_PACK(v_uint16x8, ushort, v_uint8x16, uchar, pack)
792 OPENCV_HAL_IMPL_C_PACK(v_int16x8, short, v_uint8x16, uchar, pack_u)
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/ml/
precomp.hpp 351 vector<uchar> varType;
  /external/opencv3/modules/ml/src/
precomp.hpp 351 vector<uchar> varType;
tree.cpp 645 cv::AutoBuffer<uchar> buf(n*(sizeof(float) + sizeof(int)) + m*2*sizeof(double));
649 double* lcw = (double*)(uchar*)buf;
992 AutoBuffer<uchar> buf(n*(sizeof(int) + sizeof(float)));
994 float* values = (float*)(uchar*)buf;
    [all...]
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 407 if (refinement_mask_.at<uchar>(0, 0))
417 if (refinement_mask_.at<uchar>(0, 2))
427 if (refinement_mask_.at<uchar>(1, 2))
437 if (refinement_mask_.at<uchar>(1, 1))
  /external/opencv3/modules/superres/src/
input_array_utility.cpp 208 std::numeric_limits<uchar>::max(),
  /external/opencv3/modules/superres/test/
test_superres.cpp 121 cv::Mat_<uchar> mask(_image.size(), 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 153 vec<uchar, va_gc> *action_record_data;
  /external/opencv3/modules/cudalegacy/src/
fgd.cpp 233 make_uchar3((uchar)bestThres[0], (uchar)bestThres[1], (uchar)bestThres[2]),
  /external/opencv3/modules/features2d/src/
evaluation.cpp 449 thresholdedOverlapMask->at<uchar>(y,x) = 1;
477 uchar isCorrect;
492 const std::vector<std::vector<uchar> >& correctMatches1to2Mask,
  /external/opencv3/modules/flann/src/
miniflann.cpp 169 uchar val = it->second.cast<uchar>();
332 typedef ::cvflann::Hamming<uchar> HammingDistance;
  /external/opencv3/modules/imgproc/src/
generalized_hough.cpp 392 const uchar* edgesRow = templEdges_.ptr(y);
435 const uchar* edgesRow = imageEdges_.ptr(y);
742 const uchar* edgesRow = edges.ptr(y);
  /frameworks/rs/scriptc/
rs_convert.rsh     [all...]
rs_allocation_data.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh     [all...]
rs_allocation_data.rsh     [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 311 const uchar* imgPtr = img.ptr(ymap[y]);
314 const uchar* prevPtr = img.data + img.step*ymap[y-1];
315 const uchar* nextPtr = img.data + img.step*ymap[y+1];
318 uchar* qanglePtr = qangle.ptr(y);
336 typedef const uchar* const T;
376 const uchar* p2 = imgPtr + xmap[x+1];
377 const uchar* p0 = imgPtr + xmap[x-1];
468 qanglePtr[x*2] = (uchar)hidx;
471 qanglePtr[x*2+1] = (uchar)hidx;
523 Mat_<uchar> blockCacheFlags
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 278 uchar* data = 0;
595 idx = cvSeqElemIdx( ptseq, *(uchar**)ptr );
645 mask->data.ptr[idx] = (uchar)1;
770 mask[j] = (uchar)1;
    [all...]
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 1010 uchar* status = test_mat[TEMP][1].ptr();
1012 uchar* mtfm1 = test_mat[REF_OUTPUT][1].ptr();
1013 uchar* mtfm2 = test_mat[OUTPUT][1].ptr();
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 571 uchar* ptr[CV_MAX_ARR]; /**< pointers to the array slices */
649 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
651 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
653 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
665 CVAPI(uchar*) cvPtrND( const CvArr* arr, const int* idx, int* type CV_DEFAULT(NULL),
    [all...]

Completed in 1211 milliseconds

<<21222324252627282930>>