Documentation
Tutorials (v3.1.0)
Introduction
The Core Functionality (core module)
Mask operations on matrices (a.k.a. Kernel operations)
File Input and Output using XML and YAML files (cv::FileStorage data structure)
Image Processing (imgproc module)
Smoothing Images (cv::GaussianBlur, cv::bilateralFilter)
Camera calibration and 3D reconstruction (calib3d module)
Camera calibration With OpenCV
Determine the distortion matrix
Determine the camera matrix
Take input from Camera, Video and Image file list
Read configuration from XML/YAML file
Save the results into XML/YAML file
Calculate re-projection error
Real time pose estimation of a textured object
Read 3D textured object model and object mesh.
Take input from Camera or Video.
Extract ORB features and descriptors from the scene.
Match scene descriptors with model descriptors using Flann matcher.
Pose estimation using PnP + Ransac.
Linear Kalman Filter for bad poses rejection.
2D Features framework (feature2d module)
Features2D + Homography to find a known object (transformation estimation)
Tutorials for contrib modules
Last updated