Home
last modified time | relevance | path

Searched refs:CV_32S (Results 1 – 25 of 187) sorted by relevance

12345678

/external/opencv3/modules/cudaarithm/src/cuda/
Dbitwise_scalar.cu139 …larOp<bit_and, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiAndC_32s_C3R>::call, NppBitwiseC<C… in bitScalar()
140 …larOp<bit_and, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiAndC_32s_C3R>::call, NppBitwiseC<C… in bitScalar()
147 …calarOp<bit_or, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiOrC_32s_C3R>::call, NppBitwiseC<C… in bitScalar()
148 …calarOp<bit_or, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiOrC_32s_C3R>::call, NppBitwiseC<C… in bitScalar()
155 …larOp<bit_xor, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiXorC_32s_C3R>::call, NppBitwiseC<C… in bitScalar()
156 …larOp<bit_xor, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiXorC_32s_C3R>::call, NppBitwiseC<C… in bitScalar()
/external/opencv3/modules/imgproc/perf/
Dperf_pyramids.cpp17 const double eps = CV_MAT_DEPTH(matType) <= CV_32S ? 1 : 1e-5; in PERF_TEST_P()
18 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
38 const double eps = CV_MAT_DEPTH(matType) <= CV_32S ? 1 : 1e-5; in PERF_TEST_P()
39 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
60 const double eps = CV_MAT_DEPTH(matType) <= CV_32S ? 1 : 1e-5; in PERF_TEST_P()
61 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
Dperf_integral.cpp16 testing::Values(CV_32S, CV_32F, CV_64F) in PERF_TEST_P() argument
38 testing::Values(CV_32S, CV_32F) in PERF_TEST_P() argument
63 testing::Values( CV_32S, CV_32F ) in PERF_TEST_P()
83 SANITY_CHECK(tilted, 1e-6, tilted.depth() > CV_32S ? ERROR_RELATIVE : ERROR_ABSOLUTE); in PERF_TEST_P()
/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h105 #define CV_32S 4 macro
140 #define CV_32SC1 CV_MAKETYPE(CV_32S,1)
141 #define CV_32SC2 CV_MAKETYPE(CV_32S,2)
142 #define CV_32SC3 CV_MAKETYPE(CV_32S,3)
143 #define CV_32SC4 CV_MAKETYPE(CV_32S,4)
144 #define CV_32SC(n) CV_MAKETYPE(CV_32S,(n))
Dtraits.hpp219 depth = CV_32S,
304 template<> class TypeDepth<CV_32S>
306 enum { depth = CV_32S };
/external/opencv3/modules/core/perf/
Dperf_reduce.cpp28 if( CV_MAT_DEPTH(matType) < CV_32S && (reduceOp == CV_REDUCE_SUM || reduceOp == CV_REDUCE_AVG) ) in PERF_TEST_P()
29 ddepth = CV_32S; in PERF_TEST_P()
56 if( CV_MAT_DEPTH(matType)< CV_32S && (reduceOp == CV_REDUCE_SUM || reduceOp == CV_REDUCE_AVG) ) in PERF_TEST_P()
57 ddepth = CV_32S; in PERF_TEST_P()
Dperf_arithm.cpp83 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
105 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
128 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
150 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
172 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
194 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
213 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
234 if (CV_MAT_DEPTH(type) == CV_32S) in PERF_TEST_P()
Dperf_convertTo.cpp16 testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
17 testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
/external/opencv3/modules/cudaarithm/src/
Dcore.cpp76 template<> struct NppTypeTraits<CV_32S> { typedef Npp32s npp_t; };
118 …{NppMirror<CV_32S, nppiMirror_32s_C1R>::call, 0, NppMirror<CV_32S, nppiMirror_32s_C3R>::call, NppM… in flip()
124 …CV_Assert(src.depth() == CV_8U || src.depth() == CV_16U || src.depth() == CV_32S || src.depth() ==… in flip()
/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java9 CV_32S = 4, field in CvType
55 return makeType(CV_32S, ch); in CV_32SC()
86 case CV_32S: in ELEM_SIZE()
112 case CV_32S: in typeToString()
/external/opencv3/modules/imgproc/test/ocl/
Dtest_boxfilter.cpp112 Near(depth <= CV_32S ? 1 : 3e-3); in OCL_TEST_P()
124 int ddepth = depth == CV_8U ? CV_32S : CV_64F; in OCL_TEST_P()
129 Near(depth <= CV_32S ? 1 : 7e-2); in OCL_TEST_P()
135 Values(CV_8U, CV_16U, CV_16S, CV_32S, CV_32F),
/external/opencv3/modules/cudaarithm/test/
Dtest_stream.cpp113 src.createMatHeader().convertTo(dst_gold, CV_32S); in checkConvert()
123 d_src.convertTo(d_dst, CV_32S, stream); in CUDA_TEST_P()
140 d_src.convertTo(d_dst, CV_32S, stream); in CUDA_TEST_P()
146 src.createMatHeader().convertTo(dst_gold, CV_32S); in CUDA_TEST_P()
/external/opencv3/modules/cudawarping/src/
Dwarp.cpp258 …{NppWarp<CV_32S, nppiWarpAffine_32s_C1R>::call, 0, NppWarp<CV_32S, nppiWarpAffine_32s_C3R>::call, … in warpAffine()
266 …{NppWarp<CV_32S, nppiWarpAffineBack_32s_C1R>::call, 0, NppWarp<CV_32S, nppiWarpAffineBack_32s_C3R>… in warpAffine()
397 …{NppWarp<CV_32S, nppiWarpPerspective_32s_C1R>::call, 0, NppWarp<CV_32S, nppiWarpPerspective_32s_C3… in warpPerspective()
405 …{NppWarp<CV_32S, nppiWarpPerspectiveBack_32s_C1R>::call, 0, NppWarp<CV_32S, nppiWarpPerspectiveBac… in warpPerspective()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp220 …th(CV_8U), MatDepth(CV_8S), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32S), MatDepth(CV_32F)…
225 std::make_pair(MatDepth(CV_8U), MatDepth(CV_32S)), \
230 std::make_pair(MatDepth(CV_16U), MatDepth(CV_32S)), \
235 std::make_pair(MatDepth(CV_16S), MatDepth(CV_32S)), \
239 std::make_pair(MatDepth(CV_32S), MatDepth(CV_32S)), \
240 std::make_pair(MatDepth(CV_32S), MatDepth(CV_32F)), \
241 std::make_pair(MatDepth(CV_32S), MatDepth(CV_64F)), \
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_filters.cpp68 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-5;
92 ddepth = depth == CV_8U ? CV_32S : CV_32F;
93 const double eps = ddepth == CV_32S ? 0 : 5e-5;
115 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 2e-5;
227 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-5; in OCL_PERF_TEST_P()
249 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 2 + DBL_EPSILON : 3e-4;
271 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-5;
Dperf_imgwarp.cpp75 … const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : interpolation == INTER_CUBIC ? 2e-3 : 1e-4; in OCL_PERF_TEST_P()
107 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-4; in OCL_PERF_TEST_P()
134 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-4;
158 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-4;
183 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-4; in OCL_PERF_TEST_P()
Dperf_pyramid.cpp66 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-5; in OCL_PERF_TEST_P()
90 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-5; in OCL_PERF_TEST_P()
113 const double eps = CV_MAT_DEPTH(type) <= CV_32S ? 1 : 1e-5; in OCL_PERF_TEST_P()
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp70 ocl::typeToStr(CV_32SC(hn)), ocl::convertTypeStr(depth, CV_32S, hn, buf), in ocl_calcAlmostDist2Weight()
114 depth == CV_8U ? ocl::convertTypeStr(CV_32S, CV_32S, hn, buf[0]) : in ocl_fastNlMeansDenoising()
118 depth == CV_8U ? ocl::convertTypeStr(depth, CV_32S, cn, buf[1]) : in ocl_fastNlMeansDenoising()
122 ocl::convertTypeStr(depth, CV_32S, cn, buf[2]), cn, in ocl_fastNlMeansDenoising()
124 ocl::convertTypeStr(CV_32S, depth, cn, buf[3]), in ocl_fastNlMeansDenoising()
/external/opencv3/modules/cudaimgproc/src/
Dhistogram.cpp288 _hist.create(1, histSize, CV_32S); in hist()
318 hist[0].create(1, histSize[0], CV_32S); in hist()
319 hist[1].create(1, histSize[1], CV_32S); in hist()
320 hist[2].create(1, histSize[2], CV_32S); in hist()
321 hist[3].create(1, histSize[3], CV_32S); in hist()
392 _hist.create(1, levels.cols - 1, CV_32S); in hist()
427 hist[0].create(1, levels[0].cols - 1, CV_32S); in hist()
428 hist[1].create(1, levels[1].cols - 1, CV_32S); in hist()
429 hist[2].create(1, levels[2].cols - 1, CV_32S); in hist()
430 hist[3].create(1, levels[3].cols - 1, CV_32S); in hist()
[all …]
/external/opencv3/modules/ml/src/
Ddata.cpp57 int i, j, n = idx.checkVector(1, CV_32S); in getSubVector()
59 CV_Assert( type == CV_32S || type == CV_32F || type == CV_64F ); in getSubVector()
79 if( type == CV_32S ) in getSubVector()
251 CV_Assert( samples.type() == CV_32F || samples.type() == CV_32S ); in setData()
255 CV_Assert( (sampleIdx.checkVector(1, CV_32S, true) > 0 && in setData()
273 CV_Assert( (varIdx.checkVector(1, CV_32S, true) > 0 && in setData()
284 CV_Assert( responses.type() == CV_32F || responses.type() == CV_32S ); in setData()
409 Mat idx(1, nz, CV_32S); in convertMaskToIdx()
427 … CV_Assert((data.cols == 1 || data.rows == 1) && (data.type() == CV_32S || data.type() == CV_32F)); in preprocessCategorical()
433 normdata->create(data.size(), CV_32S); in preprocessCategorical()
[all …]
Dkdtree.cpp189 int nlabels = _labels.checkVector(1, CV_32S, true); in build()
404 _neighborsIdx.create(K, 1, CV_32S, -1, true); in findNearest()
406 Mat(nidx.size(), CV_32S, &idx[0]).copyTo(nidx); in findNearest()
412 getPoints(Mat(K, 1, CV_32S, idx), _neighbors, _labels); in findNearest()
466 _neighborsIdx.create((int)idx.size(), 1, CV_32S, -1, true); in findOrthoRange()
468 Mat(nidx.size(), CV_32S, &idx[0]).copyTo(nidx); in findOrthoRange()
477 CV_Assert( idxmat.isContinuous() && idxmat.type() == CV_32S && in getPoints()
499 _labels.create(nidx, 1, CV_32S, -1, true); in getPoints()
/external/opencv3/modules/cudalegacy/src/
Dgraphcuts.cpp148 CV_Assert(terminals.type() == CV_32S); in graphcut()
150 CV_Assert(terminals.type() == CV_32S || terminals.type() == CV_32F); in graphcut()
188 if (terminals.type() == CV_32S) in graphcut()
208 CV_Assert(terminals.type() == CV_32S); in graphcut()
210 CV_Assert(terminals.type() == CV_32S || terminals.type() == CV_32F); in graphcut()
262 if (terminals.type() == CV_32S) in graphcut()
/external/opencv3/modules/ml/test/
Dtest_lr.cpp71 _p_labels.convertTo(_p_labels_temp, CV_32S); in calculateError()
72 _o_labels.convertTo(_o_labels_temp, CV_32S); in calculateError()
198 comp_learnt_mats.convertTo(comp_learnt_mats, CV_32S); in run()
/external/opencv3/modules/imgproc/src/
Dsumpixels.cpp345 !(sdepth == CV_32S || sdepth == CV_32F || (doubleSupport && sdepth == CV_64F))) in ocl_integral()
432 sdepth = depth == CV_8U ? CV_32S : CV_64F; in integral()
462 …if( ( depth == CV_8U ) && ( sdepth == CV_32F || sdepth == CV_32S ) && ( !_tilted.needed() ) && ( !… in integral()
477 else if( sdepth == CV_32S ) in integral()
505 if( depth == CV_8U && sdepth == CV_32S && sqdepth == CV_64F ) in integral()
507 else if( depth == CV_8U && sdepth == CV_32S && sqdepth == CV_32F ) in integral()
509 else if( depth == CV_8U && sdepth == CV_32S && sqdepth == CV_32S ) in integral()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_gdal.cpp191 if( gdalType == GDT_Byte && (cvDepth == CV_32F || cvDepth == CV_32S)){ in range_cast()
231 else if( image.depth() == CV_32S ){ image.at<int>(row,col) = newValue; } in write_pixel()
242 …else if( image.depth() == CV_32S ){ image.at<Vec3i>(row,col) = Vec3i(newValue,newValue,newValue);… in write_pixel()
265 else if( image.depth() == CV_32S ){ image.at<Vec3i>(row,col)[channel] = newValue; } in write_pixel()
277 …else if( image.depth() == CV_32S && channel < 4 ){ image.at<Vec3i>(row,col)[channel] = newValue; … in write_pixel()

12345678