블로그 이미지
Leeway is... the freedom that someone has to take the action they want to or to change their plans.
maetel

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
  • total
  • today
  • yesterday

Category

2010. 6. 4. 22:16 Computer Vision
OpenCV 함수 cvFindCornerSubPix or cv::cornerSubPix

ref.
Learning OpenCV: Chapter 10. Tracking and Motion: "Subpixel Corners"
319p: If you are processing images for the purpose of extracting geometric measurements, as opposed to extracting features for recognition, then you will normally need more resolution than the simple pixel values supplied by cvGoodFeaturesToTrack(). That is subpixels come with integer coordinates whereas we sometimes require real-valued coordinates.

source code file: /opencv/src/cv/cvcornersubpix.cpp
link: https://code.ros.org/trac/opencv/browser/tags/2.1/opencv/src/cv/cvcornersubpix.cpp


fitting a curve (a parabola)
ref. newer techniques
Lucchese02
Chen05

CvTermCriteria


icvGetRectSubPix_8u32f_C1R()
definition: source code file: /opencv/src/cv/cvsamplers.cpp


icvSepConvSmall3_32f()
definition: source code file: /opencv/src/cv/cvderiv.cpp


posted by maetel