Difference between revisions of "OpenCV"

From ProgrammingExamples
Jump to: navigation, search
Line 28: Line 28:
 
== Wish List ==
 
== Wish List ==
 
* [[OpenCV/WishList/Homogeneous|Convert points to and from homogeneous coordinates]]
 
* [[OpenCV/WishList/Homogeneous|Convert points to and from homogeneous coordinates]]
 +
* [[OpenCV/WishList/DenseStereoCorrespondence|StereoBM, StereoSGBM]]
 +
* [[OpenCV/WishList/ProjectPoints|projectPoints function]]
 +
* [[OpenCV/WishList/Homography|findHomography function]]
 +
* [[OpenCV/WishList/StereoRectification|stereoRectify function]]

Revision as of 10:51, 21 January 2011

Basics

Input/Output (IO)

Calibration

Convenience Functions

Common Tasks

Wish List