This is a list of all of the functionality areas within OpenCV, and OpenCV Contrib.
Any section listed with an "X" means that all of the relevant OpenCV functionality has been wrapped for use within GoCV.
Any section listed with WORK STARTED indicates that some work has been done, but not all functionality in that module has been completed. If there are any functions listed under a section marked WORK STARTED, it indicates that that function still requires a wrapper implemented.
And any section that is simply listed, indicates that so far, no work has been done on that module.
Your pull requests will be greatly appreciated!
-
core. Core functionality - WORK STARTED
-
Basic structures
-
Operations on arrays - WORK STARTED. The following functions still need implementation:
-
XML/YAML Persistence
-
Clustering - WORK STARTED. The following functions still need implementation:
-
Optimization Algorithms
-
-
imgproc. Image processing - WORK STARTED
-
Image Filtering - WORK STARTED The following functions still need implementation:
-
Geometric Image Transformations - WORK STARTED The following functions still need implementation:
-
Miscellaneous Image Transformations - WORK STARTED The following functions still need implementation:
-
Drawing Functions - WORK STARTED The following functions still need implementation:
-
ColorMaps in OpenCV
-
Planar Subdivision
-
Histograms - WORK STARTED The following functions still need implementation:
-
Structural Analysis and Shape Descriptors - WORK STARTED The following functions still need implementation:
-
Motion Analysis and Object Tracking - WORK STARTED The following functions still need implementation:
-
Feature Detection - WORK STARTED The following functions still need implementation:
-
Object Detection
-
-
imgcodecs. Image file reading and writing.
-
videoio. Video I/O
-
highgui. High-level GUI
-
video. Video Analysis - WORK STARTED
- Motion Analysis
- Object Tracking - WORK STARTED The following functions still need implementation:
-
calib3d. Camera Calibration and 3D Reconstruction - WORK STARTED. The following functions still need implementation:
-
Camera Calibration - WORK STARTED The following functions still need implementation:
- calibrateCamera
- calibrateCameraRO
- calibrateHandEye
- calibrationMatrixValues
- checkChessboard
- composeRT
- computeCorrespondEpilines
- convertPointsFromHomogeneous
- convertPointsHomogeneous
- convertPointsToHomogeneous
- correctMatches
- decomposeEssentialMat
- decomposeHomographyMat
- decomposeProjectionMatrix
- drawChessboardCorners
- drawFrameAxes
- estimateAffine2D
- estimateAffine3D
- filterHomographyDecompByVisibleRefpoints
- filterSpeckles
- find4QuadCornerSubpix
- findChessboardCorners
- findChessboardCornersSB
- findCirclesGrid
- findEssentialMat
- findFundamentalMat
- getDefaultNewCameraMatrix
- getOptimalNewCameraMatrix
- getValidDisparityROI
- initCameraMatrix2D
- initUndistortRectifyMap
- initWideAngleProjMap
- matMulDeriv
- projectPoints
- recoverPose
- rectify3Collinear
- reprojectImageTo3D
- Rodrigues
- RQDecomp3x3
- sampsonDistance
- solveP3P
- solvePnP
- solvePnPGeneric
- solvePnPRansac
- solvePnPRefineLM
- solvePnPRefineVVS
- stereoCalibrate
- stereoRectify
- stereoRectifyUncalibrated
- triangulatePoints
- validateDisparity
-
Fisheye - WORK STARTED The following functions still need implementation:
-
-
features2d. 2D Features Framework - WORK STARTED
- Feature Detection and Description
- Descriptor Matchers
- Drawing Function of Keypoints and Matches
- Object Categorization
-
objdetect. Object Detection
-
dnn. Deep Neural Network module
-
ml. Machine Learning
-
flann. Clustering and Search in Multi-Dimensional Spaces
-
photo. Computational Photography - WORK STARTED The following functions still need implementation:
- inpaint
- denoise_TVL1
- fastNlMeansDenoising
- fastNlMeansDenoisingColored
- fastNlMeansDenoisingMulti
- createCalibrateDebevec
- createCalibrateRobertson
- createMergeDebevec
- createMergeRobertson
- createTonemap
- createTonemapDrago
- createTonemapMantiuk
- createTonemapReinhard
- decolor
- detailEnhance
- edgePreservingFilter
- pencilSketch
- stylization
-
stitching. Images stitching
-
core. - WORK STARTED The following functions still need implementation:
-
cudaarithm. Operations on Matrices - WORK STARTED The following functions still need implementation:
-
core The following functions still need implementation:
-
per-element operations - WORK STARTED The following functions still need implementation:
- cv::cuda::absdiff
- cv::cuda::add
- cv::cuda::addWeighted
- cv::cuda::bitwise_and
- cv::cuda::bitwise_not
- cv::cuda::bitwise_or
- cv::cuda::bitwise_xor
- cv::cuda::cartToPolar
- cv::cuda::compare
- cv::cuda::divide
- cv::cuda::exp
- cv::cuda::inRange
- cv::cuda::log
- cv::cuda::lshift
- cv::cuda::magnitude
- cv::cuda::magnitudeSqr
- cv::cuda::max
- cv::cuda::min
- cv::cuda::multiply
- cv::cuda::phase
- cv::cuda::polarToCart
- cv::cuda::pow
- cv::cuda::rshift
- cv::cuda::sqr
- cv::cuda::sqrt
- cv::cuda::subtract
-
matrix reductions The following functions still need implementation:
- cv::cuda::absSum
- cv::cuda::calcAbsSum
- cv::cuda::calcNorm
- cv::cuda::calcNormDiff
- cv::cuda::calcSqrSum
- cv::cuda::calcSum
- cv::cuda::countNonZero
- cv::cuda::findMinMax
- cv::cuda::findMinMaxLoc
- cv::cuda::integral
- cv::cuda::meanStdDev
- cv::cuda::minMax
- cv::cuda::minMaxLoc
- cv::cuda::norm
- cv::cuda::normalize
- cv::cuda::rectStdDev
- cv::cuda::reduce
- cv::cuda::sqrIntegral
- cv::cuda::sqlSum
- cv::cuda::sum
-
Operations on matrices The following functions still need implementation:
-
-
cudabgsegm. Background Segmentation
-
cudacodec Video Encoding/Decoding. The following functions still need implementation:
-
cudafeatures2d Feature Detection and Description. The following functions still need implementation:
-
cudafilters. Image Filtering - WORK STARTED The following functions still need implementation:
- cv::cuda::createBoxFilter
- cv::cuda::createBoxMaxFilter
- cv::cuda::createBoxMinFilter
- cv::cuda::createColumnSumFilter
- cv::cuda::createDerivFilter
- cv::cuda::createLaplacianFilter
- cv::cuda::createLinearFilter
- cv::cuda::createMorphologyFilter
- cv::cuda::createRowSumFilter
- cv::cuda::createScharrFilter
- cv::cuda::createSeparableLinearFilter
-
cudaimgproc. Image Processing - WORK STARTED The following functions still need implementation:
- cv::cuda::TemplateMatching
- cv::cuda::alphaComp
- cv::cuda::demosaicing
- cv::cuda::gammaCorrection
- cv::cuda::swapChannels
- cv::cuda::calcHist
- cv::cuda::CLAHE
- cv::cuda::equalizeHist
- cv::cuda::evenLevels
- cv::cuda::histEven
- cv::cuda::histRange
- cv::cuda::HoughCirclesDetector
- cv::cuda::createGoodFeaturesToTrackDetector
- cv::cuda::createHarrisCorner
- cv::cuda::createMinEigenValCorner
- cv::cuda::bilateralFilter
- cv::cuda::blendLinear
- cv::cuda::meanShiftFiltering
- cv::cuda::meanShiftProc
- cv::cuda::meanShiftSegmentation
-
cudaobjdetect. Object Detection
-
cudaoptflow. Optical Flow - WORK STARTED The following functions still need implementation:
-
cudastereo Stereo Correspondence
-
cudawarping. Image Warping
- alphamat. Alpha Matting
- aruco. ArUco Marker Detection - WORK STARTED
- barcode. Barcode detecting and decoding methods
- bgsegm. Improved Background-Foreground Segmentation Methods - WORK STARTED
- bioinspired. Biologically inspired vision models and derivated tools
- ccalib. Custom Calibration Pattern for 3D reconstruction
- cnn_3dobj. 3D object recognition and pose estimation API
- cvv. GUI for Interactive Visual Debugging of Computer Vision Programs
- datasets. Framework for working with different datasets
- dnn_modern. Deep Learning Modern Module
- dnn_objdetect. DNN used for object detection
- dnn_superres. DNN used for super resolution
- dpm. Deformable Part-based Models
- face. Face Recognition - WORK STARTED
- freetype. Drawing UTF-8 strings with freetype/harfbuzz
- fuzzy. Image processing based on fuzzy mathematics
- hdf. Hierarchical Data Format I/O routines
- hfs. Hierarchical Feature Selection for Efficient Image Segmentation
- img_hash. The module brings implementations of different image hashing algorithms.
- intensity_transform. The module brings implementations of intensity transformation algorithms to adjust image contrast.
- line_descriptor. Binary descriptors for lines extracted from an image
- mcc. Macbeth Chart module
- optflow. Optical Flow Algorithms
- ovis. OGRE 3D Visualiser
- phase_unwrapping. Phase Unwrapping API
- plot. Plot function for Mat data
- quality. Image Quality Analysis (IQA) API
- rapid. silhouette based 3D object tracking
- reg. Image Registration
- rgbd. RGB-Depth Processing
- saliency. Saliency API
- sfm. Structure From Motion
- shape. Shape Distance and Matching
- stereo. Stereo Correspondance Algorithms
- structured_light. Structured Light API
- superres. Super Resolution
- surface_matching. Surface Matching
- text. Scene Text Detection and Recognition
- tracking. Tracking API - WORK STARTED
- videostab. Video Stabilization
- viz. 3D Visualizer
- wechat_qrcode. WeChat QR code detector for detecting and parsing QR code
- xfeatures2d. Extra 2D Features Framework - WORK STARTED
- ximgproc. Extended Image Processing
- xobjdetect. Extended object detection
- xphoto. Additional photo processing algorithms - WORK STARTED