Searched refs:_curve (Results 1 – 2 of 2) sorted by relevance
674 void cv::approxPolyDP( InputArray _curve, OutputArray _approxCurve, in approxPolyDP() argument677 Mat curve = _curve.getMat(); in approxPolyDP()
296 double cv::arcLength( InputArray _curve, bool is_closed ) in arcLength() argument298 Mat curve = _curve.getMat(); in arcLength()