Difference between revisions of "OpenCV"

From ProgrammingExamples
Jump to: navigation, search
(Wish List)
Line 27: Line 27:
  
 
== Image Processing ==
 
== Image Processing ==
 +
* [[OpenCV/ImageProcessing/Smoothing|Smooth an image]]
  
 
== Wish List ==
 
== Wish List ==
* [[OpenCV/WishList/ImageProcessing/Smoothing|Smooth an image]]
 
 
* [[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 20:34, 21 January 2011

Basics

Input/Output (IO)

Calibration

Convenience Functions

Common Tasks

Image Processing

Wish List