Home
last modified time | relevance | path

Searched refs:_curve (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dapprox.cpp674 void cv::approxPolyDP( InputArray _curve, OutputArray _approxCurve, in approxPolyDP() argument
677 Mat curve = _curve.getMat(); in approxPolyDP()
Dshapedescr.cpp296 double cv::arcLength( InputArray _curve, bool is_closed ) in arcLength() argument
298 Mat curve = _curve.getMat(); in arcLength()