diff --git a/modules/README.md b/modules/README.md index 667997fc0..9de3e91ae 100644 --- a/modules/README.md +++ b/modules/README.md @@ -18,32 +18,36 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=/modules -D BUILD_opencv_re 5. **opencv_cvv**: GUI for Interactive Visual Debugging of Computer Vision Programs. -6. **opencv_datasettools**: Tools for working with different datasets. +6. **opencv_datasets**: Interface for interfacing with existing computer vision databases. -7. **opencv_face**: Recently added face recognition software which is not yet stabalized. +7. **opencv_datasettools**: Tools for working with different datasets. -8. **opencv_line_descriptor**: Binary descriptors for lines extracted from an image. +8. **opencv_face**: Recently added face recognition software which is not yet stabalized. -9. **opencv_matlab**: OpenCV Matlab Code Generator. +9. **opencv_latentsvm**: Implementation of the LatentSVM detector algorithm. -10. **opencv_optflow**: Optical Flow Algorithms for tracking points. +10. **opencv_line_descriptor**: Binary descriptors for lines extracted from an image. -11. **opencv_reg**: Image Registration module. +11. **opencv_matlab**: OpenCV Matlab Code Generator. -12. **opencv_rgbd**: RGB-Depth Processing module. +12. **opencv_optflow**: Optical Flow Algorithms for tracking points. -13. **opencv_saliency**: Saliency API, understanding where humans focus given a scene. +13. **opencv_reg**: Image Registration module. -14. **opencv_surface_matching**: Surface Matching Algorithm Through 3D Features. +14. **opencv_rgbd**: RGB-Depth Processing module. -15. **opencv_text**: Scene Text Detection and Recognition in Natural Scene Images. +15. **opencv_saliency**: Saliency API, understanding where humans focus given a scene. -16. **opencv_tracking**: Long-term optical tracking API. +16. **opencv_surface_matching**: Surface Matching Algorithm Through 3D Features. -17. **opencv_xfeatures2d**: Extra 2D Features Framework containing experimental and non-free 2D feature algorithms. +17. **opencv_text**: Scene Text Detection and Recognition in Natural Scene Images. -18. **opencv_ximgproc**: Extended Image Processing: Structured Forests / Domain Transform Filter / Guided Filter / Adaptive Manifold Filter / Joint Bilateral Filter / Superpixels. +18. **opencv_tracking**: Long-term optical tracking API. + +19. **opencv_xfeatures2d**: Extra 2D Features Framework containing experimental and non-free 2D feature algorithms. + +20. **opencv_ximgproc**: Extended Image Processing: Structured Forests / Domain Transform Filter / Guided Filter / Adaptive Manifold Filter / Joint Bilateral Filter / Superpixels. -19. **opencv_xobjdetect**: Integral Channel Features Detector Framework. +21. **opencv_xobjdetect**: Integral Channel Features Detector Framework. -20. **opencv_xphoto**: Additional photo processing algorithms: Color balance / Denoising / Inpainting. \ No newline at end of file +22. **opencv_xphoto**: Additional photo processing algorithms: Color balance / Denoising / Inpainting. diff --git a/modules/datasets/README.md b/modules/datasets/README.md new file mode 100644 index 000000000..54a3a5423 --- /dev/null +++ b/modules/datasets/README.md @@ -0,0 +1,2 @@ +Interface for interfacing with existing computer vision databases +================================================================= diff --git a/modules/latentsvm/README.md b/modules/latentsvm/README.md new file mode 100644 index 000000000..2cfec51a4 --- /dev/null +++ b/modules/latentsvm/README.md @@ -0,0 +1,2 @@ +Implementation of the LatentSVM detector algorithm +==================================================