Difference between revisions of "OpenCV"

From ProgrammingExamples
Jump to: navigation, search
(Wish List)
(Image Processing)
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
== Image Processing ==
 
== Image Processing ==
 
* [[OpenCV/ImageProcessing/Smoothing|Smooth an image]]
 
* [[OpenCV/ImageProcessing/Smoothing|Smooth an image]]
 +
* [[OpenCV/ImageProcessing/ExtractChannel|Extract a channel of an image]]
  
 
== Wish List ==
 
== Wish List ==
 
* [[OpenCV/WishList/ConvertPointsHomogeneous|Convert between homogeneous and non-homogeneous coordinates]]
 
* [[OpenCV/WishList/ConvertPointsHomogeneous|Convert between homogeneous and non-homogeneous coordinates]]
 
* [[OpenCV/WishList/StereoRectifyUncalibrated|StereoRectifyUncalibrated function]]
 
* [[OpenCV/WishList/StereoRectifyUncalibrated|StereoRectifyUncalibrated function]]
* [[OpenCV/WishList/Homogeneous|Convert points to and from homogeneous coordinates]]
 
 
* [[OpenCV/WishList/DenseStereoCorrespondence|StereoBM, StereoSGBM]]
 
* [[OpenCV/WishList/DenseStereoCorrespondence|StereoBM, StereoSGBM]]
 
* [[OpenCV/WishList/ProjectPoints|projectPoints function]]
 
* [[OpenCV/WishList/ProjectPoints|projectPoints function]]

Latest revision as of 09:00, 15 May 2015

Basics

Input/Output (IO)

Calibration

Convenience Functions

Common Tasks

Image Processing

Wish List