opencv/doc/tutorials/tutorials.markdown
Klepikov Dmitrii a99b4071a2
Merge pull request #20471 from ibvfteh:pointcloudio
GSoC module to save and load point cloud

* Add functionality to read point cloud data from files

* address issues found on review, add tests for mesh, refactor

* enable fail-safe execution and empty arrays as output

* Some improvements for point cloud io module

Co-authored-by: Julie Bareeva <julia.bareeva@xperience.ai>
2022-05-13 18:10:39 +00:00

1.1 KiB

OpenCV Tutorials

  • @subpage tutorial_table_of_content_introduction - build and install OpenCV on your computer
  • @subpage tutorial_table_of_content_core - basic building blocks of the library
  • @subpage tutorial_table_of_content_imgproc - image processing functions
  • @subpage tutorial_table_of_content_app - application utils (GUI, image/video input/output)
  • @subpage tutorial_table_of_content_calib3d - extract 3D world information from 2D images
  • @subpage tutorial_table_of_content_features2d - feature detectors, descriptors and matching framework
  • @subpage tutorial_table_of_content_dnn - infer neural networks using built-in dnn module
  • @subpage tutorial_table_of_content_gapi - graph-based approach to computer vision algorithms building
  • @subpage tutorial_table_of_content_other - other modules (ml, objdetect, stitching, video, photo)
  • @subpage tutorial_table_of_content_ios - running OpenCV on an iDevice
  • @subpage tutorial_table_of_content_3d - 3d objects processing and visualisation @cond CUDA_MODULES
  • @subpage tutorial_table_of_content_gpu - utilizing power of video card to run CV algorithms @endcond