Difference between revisions of "OpenCV"

From ProgrammingExamples
Jump to: navigation, search
Line 19: Line 19:
  
 
== Convenience Functions ==
 
== Convenience Functions ==
* [[OpenCV/Convenience/ComposeP|Compose P from K, R, and T]]
+
* [[OpenCV/Convenience/ComposeP|Compose a projection matrix (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 ==
 
== Common Tasks ==
 
* [[OpenCV/CommonTasks/RemoveDistortion|Remove distortion]]
 
* [[OpenCV/CommonTasks/RemoveDistortion|Remove distortion]]
 +
* [[OpenCV/CommonTasks/DecomposeP|Decompose a projection matrix (P) into K,R,T]]

Revision as of 10:20, 21 January 2011

Basics

Input/Output (IO)

Calibration

Convenience Functions

Common Tasks