Home | History | Annotate | Download | only in src

Lines Matching refs:CvMat

895     CvMat* mat = 0;
926 mat = (CvMat*)lineStorage;
942 CV_Error( CV_StsBadArg, "Destination is not CvMemStorage* nor CvMat*" );
1002 icvHoughCirclesGradient( CvMat* img, float dp, float min_dist,
1008 cv::Ptr<CvMat> dx, dy;
1009 cv::Ptr<CvMat> edges, accum, dist_buf;
1228 CvMat stub, *img = (CvMat*)src_image;
1229 CvMat* mat = 0;
1261 mat = (CvMat*)circle_storage;
1274 CV_Error( CV_StsBadArg, "Destination is not CvMemStorage* nor CvMat*" );
1327 CvMat c_image = image;