Skip to content

Latest commit

 

History

History
400 lines (358 loc) · 37.1 KB

ROADMAP.md

File metadata and controls

400 lines (358 loc) · 37.1 KB

Roadmap

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!

Modules list

CUDA

Contrib modules list

  • 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