Searched refs:cvFitLine (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cv/include/ |
D | cvcompat.h | 438 cvFitLine( &mat, dist, _param, reps, aeps, line ); in cvFitLine3D() 448 cvFitLine( &mat, dist, _param, reps, aeps, line ); in cvFitLine2D()
|
D | cv.h | 1055 CVAPI(void) cvFitLine( const CvArr* points, int dist_type, double param, in LOAD_CHDL()
|
/external/opencv3/modules/imgproc/src/ |
D | linefit.cpp | 624 cvFitLine( const CvArr* array, int dist, double param, in cvFitLine() function
|
/external/opencv/cv/src/ |
D | cvlinefit.cpp | 640 cvFitLine( const CvArr* array, int dist, double param, in cvFitLine() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 968 CVAPI(void) cvFitLine( const CvArr* points, int dist_type, double param,
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 1539 cvFitLine( points, dist_type, 0, reps, aeps, line ); in run_func()
|