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

<<11121314151617181920>>

  /external/opencv3/modules/calib3d/src/
solvepnp.cpp 276 const uchar* mask = _mask_local_inliers.ptr<uchar>();
307 if((int)_mask_local_inliers.at<uchar>(i) != 0) // inliers mask
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog.cu 57 __device__ __forceinline__ float cvt(uchar val)
165 fgmask(y, x) = (uchar) (-(kHit < 0 || kHit >= kForeground));
317 fgmask(y, x) = (uchar)(-(kHit >= kForeground));
350 0, mog_withoutLearning_caller<uchar, float>, 0, mog_withoutLearning_caller<uchar3, float3>, mog_withoutLearning_caller<uchar4, float4>
354 0, mog_withLearning_caller<uchar, float>, 0, mog_withLearning_caller<uchar3, float3>, mog_withLearning_caller<uchar4, float4>
416 0, getBackgroundImage_caller<float, uchar>, 0, getBackgroundImage_caller<float3, uchar3>, getBackgroundImage_caller<float4, uchar4>
  /external/opencv3/modules/imgproc/src/opencl/
warp_affine.cl 90 __kernel void warpAffine(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
91 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
134 __kernel void warpAffine(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
135 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
267 __kernel void warpAffine(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
268 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
filterSep_singlePass.cl 106 __kernel void sep_filter(__global uchar* Src, int src_step, int srcOffsetX, int srcOffsetY, int height, int width,
107 __global uchar* Dst, int dst_step, int dst_offset, int dst_rows, int dst_cols, float delta)
  /external/opencv3/modules/photo/src/
align.cpp 224 uchar *src_ptr = src.ptr();
225 uchar *dst_ptr = dst.ptr();
227 uchar *ptr = src_ptr;
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 192 bool closeToContour(int y, int x, const Mat_<uchar> &contourMask);
212 Mat_<uchar> mask1_, mask2_;
213 Mat_<uchar> contour1mask_, contour2mask_;
  /external/opencv3/samples/cpp/
autofocus.cpp 138 MatIterator_<uchar> it, end;
139 for (it = edges.begin<uchar>(), end = edges.end<uchar>(); it != end; ++it)
  /bionic/libc/bionic/
mbrtoc32.cpp 31 #include <uchar.h>
  /external/opencv/cv/src/
cvsumpixels.cpp 201 ICV_DEF_INTEGRAL_OP_C1( 8u32s, uchar, int, double, int, CV_NOP, CV_8TO32F_SQR )
202 ICV_DEF_INTEGRAL_OP_C1( 8u64f, uchar, double, double, int, CV_8TO32F, CV_8TO32F_SQR )
280 ICV_DEF_INTEGRAL_OP_CN( 8u32s, uchar, int, double, int, CV_NOP, CV_8TO32F_SQR )
281 ICV_DEF_INTEGRAL_OP_CN( 8u64f, uchar, double, double, int, CV_8TO32F, CV_8TO32F_SQR )
  /external/opencv/cxcore/src/
cxminmaxloc.cpp 153 ICV_DEF_MINMAXLOC_ALL_INT( 8u, uchar, CV_CAST_32F, float )
217 const uchar* mask, int maskStep, CvSize size, \
237 const uchar* mask, int maskStep, CvSize size, int cn, int coi, \
268 ICV_DEF_MINMAXLOC_MASK_ALL_INT( 8u, uchar, CV_CAST_32F, float )
  /external/opencv3/3rdparty/libjasper/
jpc_mqdec.h 112 uchar inbuffer;
  /external/opencv3/apps/traincascade/
HOGfeatures.h 24 virtual void setImage(const cv::Mat& img, uchar clsLabel, int idx);
features.cpp 79 void CvFeatureEvaluator::setImage(const Mat &img, uchar clsLabel, int idx)
haarfeatures.h 36 virtual void setImage(const cv::Mat& img, uchar clsLabel, int idx);
lbpfeatures.cpp 22 void CvLBPEvaluator::setImage(const Mat &img, uchar clsLabel, int idx)
  /external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp 144 virtual uchar* acquireBitStream(int* bufferSize) = 0;
  /external/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu 115 __global__ void NV12_to_RGB(const uchar* srcImage, size_t nSourcePitch,
199 NV12_to_RGB<<<grid, block>>>(decodedFrame.ptr<uchar>(), decodedFrame.step,
  /external/opencv3/modules/cudaimgproc/src/
blend.cpp 97 blendLinearCaller<uchar>(size.height, size.width, cn, img1, img2, weights1, weights2, result, StreamAccessor::getStream(stream));
  /external/opencv3/modules/cudaimgproc/src/cuda/
bilateral_filter.cu 52 typedef unsigned char uchar;
168 OCV_INSTANTIATE_BILATERAL_FILTER(uchar)
  /external/opencv3/modules/cudaimgproc/test/
test_blend.cpp 111 blendLinearGold<uchar>(img1, img2, weights1, weights2, result_gold);
  /external/opencv3/modules/cudalegacy/src/
bm_fast.cpp 87 optflowbm_fast::calc<uchar>(I0_hdr, I1_hdr, flowx, flowy, buffer, search_window, block_window, StreamAccessor::getStream(stream));
  /external/opencv3/modules/cudawarping/src/cuda/
resize.cu 155 OPENCV_CUDA_IMPLEMENT_RESIZE_TEX(uchar)
326 template <> struct ResizeNearestDispatcher<uchar> : SelectImplForNearest<uchar> {};
364 template <> struct ResizeLinearDispatcher<uchar> : SelectImplForLinear<uchar> {};
397 template <> struct ResizeCubicDispatcher<uchar> : SelectImplForCubic<uchar> {};
465 template void resize<uchar >(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_t stream);
  /external/opencv3/modules/cudawarping/src/
remap.cpp 69 {remap_gpu<uchar> , 0 /*remap_gpu<uchar2>*/ , remap_gpu<uchar3> , remap_gpu<uchar4> },
resize.cpp 64 {device::resize<uchar> , 0 /*device::resize<uchar2>*/ , device::resize<uchar3> , device::resize<uchar4> },
  /external/opencv3/modules/imgproc/src/
connectedcomponents.cpp 352 return (int) LabelingImpl<uchar, uchar, StatsOp>()(I, L, connectivity, sop);
354 return (int) LabelingImpl<ushort, uchar, StatsOp>()(I, L, connectivity, sop);
358 return (int) LabelingImpl<int, uchar, StatsOp>()(I, L, connectivity, sop);

Completed in 629 milliseconds

<<11121314151617181920>>