CV_32FC 21 modules/core/misc/java/src/java/core+CvType.java CV_32FC1 = CV_32FC(1), CV_32FC2 = CV_32FC(2), CV_32FC3 = CV_32FC(3), CV_32FC4 = CV_32FC(4), CV_32FC 33 modules/core/misc/java/test/CvTypeTest.java assertEquals(CvType.CV_32FC4, CvType.CV_32FC(4)); CV_32FC 60 modules/core/misc/java/test/CvTypeTest.java assertEquals("CV_32FC(128)", CvType.typeToString(CvType.CV_32FC(128))); CV_32FC 2691 modules/core/test/test_math.cpp data.create(N, 1, CV_32FC(dims)); CV_32FC 2697 modules/core/test/test_math.cpp data.create(1, N, CV_32FC(dims)); CV_32FC 2710 modules/core/test/test_math.cpp data.create(N, 3, CV_32FC(dims)); CV_32FC 192 modules/cudabgsegm/src/mog.cpp mean_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC(work_ch)); CV_32FC 193 modules/cudabgsegm/src/mog.cpp var_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC(work_ch)); CV_32FC 238 modules/cudabgsegm/src/mog2.cpp mean_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC(work_ch)); CV_32FC 14 modules/features2d/misc/java/src/cpp/features2d_converters.cpp CHECK_MAT(mat.type()==CV_32FC(7) && mat.cols==1); CV_32FC 28 modules/features2d/misc/java/src/cpp/features2d_converters.cpp mat.create(count, 1, CV_32FC(7)); CV_32FC 486 modules/imgproc/misc/java/test/ImgprocTest.java truth = new Mat(imgprocSz, imgprocSz, CvType.CV_32FC(6), new Scalar(0)); CV_32FC 498 modules/imgproc/misc/java/test/ImgprocTest.java truth = new Mat(4, 4, CvType.CV_32FC(6), new Scalar(0)); CV_32FC 63 modules/imgproc/perf/opencl/perf_accumulate.cpp const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); CV_32FC 84 modules/imgproc/perf/opencl/perf_accumulate.cpp const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); CV_32FC 105 modules/imgproc/perf/opencl/perf_accumulate.cpp const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); CV_32FC 126 modules/imgproc/perf/opencl/perf_accumulate.cpp const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); CV_32FC 665 modules/imgproc/src/corner.cpp _dst.create( src.size(), CV_32FC(6) ); CV_32FC 3035 modules/imgproc/src/smooth.cpp ocl::typeToStr(type), ocl::typeToStr(CV_32FC(cn)), CV_32FC 113 modules/superres/test/test_superres.cpp cv::Mat noise(_image.size(), CV_32FC(cn)); CV_32FC 213 modules/video/src/bgfg_gaussmix2.cpp u_mean.create(frameSize.height * nmixtures, frameSize.width, CV_32FC(nchannels)); //4 channels CV_32FC 564 modules/video/src/bgfg_gaussmix2.cpp src->row(y).convertTo(Mat(1, ncols, CV_32FC(nchannels), (void*)data), CV_32F); CV_32FC 132 modules/video/src/optflowgf.cpp dst.create( height, width, CV_32FC(5)); CV_32FC 226 modules/video/src/optflowgf.cpp matM.create(height, width, CV_32FC(5)); CV_32FC 1029 modules/viz/src/shapes.cpp CV_Assert(_path.type() == CV_32FC(16) || _path.type() == CV_64FC(16)); CV_32FC 305 modules/viz/src/vizcore.cpp CV_Assert(pose.type() == CV_32FC(16) || pose.type() == CV_64FC(16)); CV_32FC 314 modules/viz/src/vizcore.cpp CV_Assert(_traj.type() == CV_32FC(16) || _traj.type() == CV_64FC(16)); CV_32FC 58 modules/viz/src/vtk/vtkTrajectorySource.cpp CV_Assert(_traj.type() == CV_32FC(16) || _traj.type() == CV_64FC(16)); CV_32FC 86 modules/viz/src/vtk/vtkTrajectorySource.cpp CV_Assert(_traj.type() == CV_32FC(16) || _traj.type() == CV_64FC(16)); CV_32FC 50 samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp myHarris_dst = Mat::zeros( src_gray.size(), CV_32FC(6) );