2010. 4. 6. 23:27
Computer Vision
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
'Computer Vision' 카테고리의 다른 글
| Hough transform (0) | 2010.04.12 |
|---|---|
| OpenCV: cvHoughLines2() 연습 코드 (0) | 2010.04.07 |
| virtual studio 구현: line fitting test (0) | 2010.04.06 |
| virtual studio 구현: gradient filtering (0) | 2010.04.04 |
| OpenCV: cvFilter2D() 연습 코드 (0) | 2010.04.04 |