Searched refs:fixedType (Results 1 – 15 of 15) sorted by relevance
257 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()
142 returnPoints = !_hull.fixedType() ? returnPoints : _hull.type() != CV_32S; in convexHull()
2119 bool _OutputArray::fixedType() const in fixedType() function in cv::_OutputArray2130 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 …]
204 int x_type = x_.fixedType() ? x_.type() : CV_64F; in minimize()
623 if( _dst.fixedType() && dtype != type() ) in copyTo()716 _type = _dst.fixedType() ? _dst.type() : stype; in convertTo()
1946 !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()
279 if( _dst.fixedType() && dtype != type() ) in copyTo()
925 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()
170 if( _outputs.fixedType() ) in predict()206 if( _probs.fixedType() ) in predict2()
342 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; in calcBP()
303 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; in compute()
1053 CV_Assert( _dst.fixedType() ); in convertPointsHomogeneous()
1040 int dtype = disparr.fixedType() ? disparr.type() : params.dispType; in compute()
314 bool fixedType() const;
META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...