2010. 9. 3. 16:23
Computer Vision/2010ETRI-MultiAutoCalib
OpenCV: cvFindContours( )
cvFindContours()
Learning OpenCV: Chater 8. Contours: Contour Finding
: 234p
"the concept of a contour tree"
Suzuki, M. (1985) Evapotranspiration Estimates of Forested Watersheds in Japan Using the Short-time Period Water-budget Methods. Journal of Japanese Forest Society, 67: 115-125. (in Japanese with English summary)
cvFindContours()
int cvFindContours(CvArr* image, CvMemStorage* storage, CvSeq** first_contour, int header_size=sizeof(CvContour), int mode=CV_RETR_LIST, int method=CV_CHAIN_APPROX_SIMPLE, CvPoint offset=cvPoint(0, 0))¶
Finds the contours in a binary image.
Parameters: |
|
---|
Learning OpenCV: Chater 8. Contours: Contour Finding
: 234p
"the concept of a contour tree"
Suzuki, M. (1985) Evapotranspiration Estimates of Forested Watersheds in Japan Using the Short-time Period Water-budget Methods. Journal of Japanese Forest Society, 67: 115-125. (in Japanese with English summary)