Difference between revisions of "OpenCV"

From ProgrammingExamples
Jump to: navigation, search
Line 21: Line 21:
 
* [[OpenCV/Convenience/ComposeP|Compose P from K, R, and T]]
 
* [[OpenCV/Convenience/ComposeP|Compose P from K, R, and T]]
 
* [[OpenCV/Convenience/ConvertMatrixType|Convert the elements of a matrix from one type to another]]
 
* [[OpenCV/Convenience/ConvertMatrixType|Convert the elements of a matrix from one type to another]]
 +
 +
== Common Tasks ==
 +
* [[OpenCV/CommonTasks/RemoveDistortion|Remove distortion]]

Revision as of 19:48, 20 January 2011

Basics

Input/Output (IO)

Calibration

Convenience Functions

Common Tasks