Difference between revisions of "OpenCV"
From ProgrammingExamples
Daviddoria (Talk | contribs) (→Wish List) |
Daviddoria (Talk | contribs) |
||
| Line 27: | Line 27: | ||
== Image Processing == | == Image Processing == | ||
| + | * [[OpenCV/ImageProcessing/Smoothing|Smooth an image]] | ||
== 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/DenseStereoCorrespondence|StereoBM, StereoSGBM]] | ||
Revision as of 19:34, 21 January 2011
Contents
Basics
- Scalar
- Point
- Matrix
- MatrixInverse
- Matrix3Channel
- MatrixProperties
- PseudoInverse
- MatrixMultiplication
- IplImage image type
Input/Output (IO)
Calibration
Convenience Functions
- Compose a projection matrix (P) from K, R, and T
- Convert the elements of a matrix from one type to another