Home
last modified time | relevance | path

Searched refs:fixedType (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfeatureselect.cpp257 Mat(corners).convertTo(_corners, _corners.fixedType() ? _corners.type() : CV_32F); in ocl_goodFeaturesToTrack()
403 Mat(corners).convertTo(_corners, _corners.fixedType() ? _corners.type() : CV_32F); in goodFeaturesToTrack()
Dconvhull.cpp142 returnPoints = !_hull.fixedType() ? returnPoints : _hull.type() != CV_32S; in convexHull()
/external/opencv3/modules/core/src/
Dmatrix.cpp2119 bool _OutputArray::fixedType() const in fixedType() function in cv::_OutputArray
2130 CV_Assert(!fixedType() || ((Mat*)obj)->type() == mtype); in create()
2137 CV_Assert(!fixedType() || ((UMat*)obj)->type() == mtype); in create()
2144 CV_Assert(!fixedType() || ((cuda::GpuMat*)obj)->type() == mtype); in create()
2151 CV_Assert(!fixedType() || ((ogl::Buffer*)obj)->type() == mtype); in create()
2158 CV_Assert(!fixedType() || ((cuda::HostMem*)obj)->type() == mtype); in create()
2172 CV_Assert(!fixedType() || ((Mat*)obj)->type() == mtype); in create()
2179 CV_Assert(!fixedType() || ((UMat*)obj)->type() == mtype); in create()
2186 CV_Assert(!fixedType() || ((cuda::GpuMat*)obj)->type() == mtype); in create()
2193 CV_Assert(!fixedType() || ((ogl::Buffer*)obj)->type() == mtype); in create()
[all …]
Ddownhill_simplex.cpp204 int x_type = x_.fixedType() ? x_.type() : CV_64F; in minimize()
Dumatrix.cpp623 if( _dst.fixedType() && dtype != type() ) in copyTo()
716 _type = _dst.fixedType() ? _dst.type() : stype; in convertTo()
Darithm.cpp1946 !haveMask && ((!_dst.fixedType() && (dtype < 0 || CV_MAT_DEPTH(dtype) == depth1)) || in arithm_op()
1947 (_dst.fixedType() && _dst.type() == type1)) && in arithm_op()
2004 if( _dst.fixedType() ) in arithm_op()
2273 if (_dst.fixedType()) in subtract()
2285 if (!_dst.fixedType() || dtype == _dst.depth()) in subtract()
Dcopy.cpp279 if( _dst.fixedType() && dtype != type() ) in copyTo()
Dconvert.cpp925 CV_Assert( !_mv.fixedType() || _mv.empty() || _mv.type() == m.depth() ); in split()
5573 _type = _dst.fixedType() ? _dst.type() : type(); in convertTo()
6095 rtype = _dst.fixedType() ? _dst.depth() : depth; in normalize()
/external/opencv3/modules/ml/src/
Dem.cpp170 if( _outputs.fixedType() ) in predict()
206 if( _probs.fixedType() ) in predict2()
/external/opencv3/modules/cudastereo/src/
Dstereobp.cpp342 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; in calcBP()
Dstereocsbp.cpp303 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; in compute()
/external/opencv3/modules/calib3d/src/
Dfundam.cpp1053 CV_Assert( _dst.fixedType() ); in convertPointsHomogeneous()
Dstereobm.cpp1040 int dtype = disparr.fixedType() ? disparr.type() : params.dispType; in compute()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp314 bool fixedType() const;
/external/guice/lib/build/
Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...