Difference between revisions of "OpenCV"

From ProgrammingExamples
Jump to: navigation, search
m (Common Tasks)
Line 25: Line 25:
 
* [[OpenCV/CommonTasks/RemoveDistortion|Remove distortion]]
 
* [[OpenCV/CommonTasks/RemoveDistortion|Remove distortion]]
 
* [[OpenCV/CommonTasks/DecomposeProjectionMatrix|Decompose a projection matrix (P) into K,R,T]]
 
* [[OpenCV/CommonTasks/DecomposeProjectionMatrix|Decompose a projection matrix (P) into K,R,T]]
 +
 +
== Wish List ==
 +
* [[OpenCV/WishList/Homogeneous|Convert points to and from homogeneous coordinates]]

Revision as of 10:24, 21 January 2011

Basics

Input/Output (IO)

Calibration

Convenience Functions

Common Tasks

Wish List