Skip to content

Commit

Permalink
Clean modules vision and me
Browse files Browse the repository at this point in the history
- remove deprecated vpFernClassifier and vpPlanarObjectDetector classes and related examples
- reorder classes with public, protected and private
- prefix protected and private vars with "m_"
- fix typo
- clean and improve testPerformanceLUT.cpp
  • Loading branch information
fspindle committed Oct 18, 2023
1 parent fe4e89c commit fd8ddfd
Show file tree
Hide file tree
Showing 55 changed files with 5,143 additions and 7,850 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ ViSP 3.x.x (Version in development)
. Fabien Spindler, Florent Lamiraux
- New classes
.
- Deprecated removed
. vpPlanarObjectDetector, vpFernClassifier classes are removed
- New features and improvements
. Introduce applications in apps folder, a collection of useful tools that
have a dependency to the install target
- Applications
. Migrate eye-to-hand tutorials in apps
- Tutorials
.
. Update tutorial: How to use Blender to generate simulated data for model-based tracking
experiments with step by step detailed explanations
https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic-rgbd-Blender.html
- Bug fixed
. [#1251] Bug in vpDisplay::displayFrame()
----------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ visp_add_subdirectory(device/light REQUIRED_DEPS visp_core visp_robo
visp_add_subdirectory(direct-visual-servoing REQUIRED_DEPS visp_core visp_robot visp_visual_features visp_io visp_gui)
visp_add_subdirectory(homography REQUIRED_DEPS visp_core visp_vision visp_io)
visp_add_subdirectory(image REQUIRED_DEPS visp_core visp_io)
visp_add_subdirectory(key-point REQUIRED_DEPS visp_core visp_vision visp_sensor visp_io visp_gui)
visp_add_subdirectory(manual REQUIRED_DEPS visp_core visp_sensor visp_vs visp_robot visp_ar visp_vision visp_io visp_gui)
visp_add_subdirectory(math REQUIRED_DEPS visp_core visp_vision visp_io)
visp_add_subdirectory(moments/image REQUIRED_DEPS visp_core visp_vs visp_robot visp_gui)
Expand Down
52 changes: 0 additions & 52 deletions example/key-point/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit fd8ddfd

Please sign in to comment.