Computer Vision
OpenCV: cvFitLine() 연습 코드
maetel
2010. 4. 6. 23:27
OpenCV 라이브러리의 line fitting 함수
ref.
Structural Analysis and Shape Descriptors — OpenCV 2.0 C Reference
void cvFitLine(const
CvArr* points, int dist_type, double param,
double reps, double aeps, float* line)¶
Fits a line to a 2D or 3D point set.
Parameters: |
|
---|
Structural Analysis and Shape Descriptors — OpenCV 2.0 C Reference