Difference between revisions of "OpenCV"
From ProgrammingExamples
Daviddoria (Talk | contribs) |
Daviddoria (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | == | + | == Basics == |
* [[OpenCV/Scalar|Scalar]] | * [[OpenCV/Scalar|Scalar]] | ||
* [[OpenCV/Point|Point]] | * [[OpenCV/Point|Point]] | ||
| Line 6: | Line 6: | ||
* [[OpenCV/Matrix3Channel|Matrix3Channel]] | * [[OpenCV/Matrix3Channel|Matrix3Channel]] | ||
* [[OpenCV/MatrixProperties|MatrixProperties]] | * [[OpenCV/MatrixProperties|MatrixProperties]] | ||
| + | * [[OpenCV/PseudoInverse|PseudoInverse]] | ||
| + | * [[OpenCV/MatrixMultiplication|MatrixMultiplication]] | ||
| + | |||
| + | == Input/Output (IO) == | ||
| + | * [[OpenCV/IO/ReadImage|Read an image]] | ||
| + | * [[OpenCV/IO/WriteImage|Write an image]] | ||
| + | * [[OpenCV/IO/DisplayImage|Display an image]] | ||
| + | |||
| + | == Calibration == | ||
| + | * [[OpenCV/Calibration|Calibrate the intrinsic parameters of a camera from a single image of a checkerboard]] | ||
Revision as of 17:47, 20 January 2011
Basics
- Scalar
- Point
- Matrix
- MatrixInverse
- Matrix3Channel
- MatrixProperties
- PseudoInverse
- MatrixMultiplication