OpenCV

From ProgrammingExamples
Jump to: navigation, search

Contents

  • 1 Basics
  • 2 Input/Output (IO)
  • 3 Calibration
  • 4 Convenience Functions
  • 5 Common Tasks
  • 6 Image Processing
  • 7 Wish List

Basics

  • Scalar
  • Point
  • Matrix
  • Matrix type
  • MatrixInverse
  • Matrix3Channel
  • MatrixProperties
  • PseudoInverse
  • MatrixMultiplication
  • IplImage image type

Input/Output (IO)

  • Read an image
  • Write an image
  • Display an image

Calibration

  • Calibrate the intrinsic parameters of a camera from a single image of a checkerboard

Convenience Functions

  • Compose a projection matrix (P) from K, R, and T
  • Convert the elements of a matrix from one type to another

Common Tasks

  • Remove distortion
  • Decompose a projection matrix (P) into K,R,T

Image Processing

  • Smooth an image
  • Extract a channel of an image

Wish List

  • Convert between homogeneous and non-homogeneous coordinates
  • StereoRectifyUncalibrated function
  • StereoBM, StereoSGBM
  • projectPoints function
  • findHomography function
  • stereoRectify function
  • Reconstruct 3D points from correspondences in two images
  • Write a matrix to a file
  • Rectify images
  • Estimate P from 2D/3D correspondences
Retrieved from "http://www.programmingexamples.net/w/index.php?title=OpenCV&oldid=5220"

Navigation menu

Views

  • Page
  • Discussion
  • View source
  • History

Personal tools

  • Log in
  • Request account

Navigation

  • Main page
  • Recent changes
  • Random page
  • Help

 

Tools

  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
Powered by MediaWiki
  • This page was last modified on 15 May 2015, at 09:00.
  • This page has been accessed 76,456 times.
  • Privacy policy
  • About ProgrammingExamples
  • Disclaimers