Skip to content

Commit

Permalink
Merge pull request #389 from oddkiva/enh-improve-user-interaction
Browse files Browse the repository at this point in the history
ENH: improve the camera calibration toolbox, SIFT implementation
  • Loading branch information
oddkiva authored Jun 7, 2024
2 parents 346ac17 + 5443c72 commit b418868
Show file tree
Hide file tree
Showing 23 changed files with 574 additions and 736 deletions.
7 changes: 3 additions & 4 deletions cpp/drafts/Calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
add_library(
DO_Sara_Calibration STATIC
Chessboard.hpp Chessboard.cpp #
HomographyDecomposition.cpp HomographyDecomposition.hpp #
HomographyEstimation.cpp HomographyEstimation.hpp)
DO_Sara_Calibration #
STATIC Chessboard.hpp Chessboard.cpp #
Utilities.hpp)
target_link_libraries(DO_Sara_Calibration PUBLIC DO::Sara::Core
DO::Sara::Graphics)
set_property(TARGET DO_Sara_Calibration PROPERTY FOLDER "Libraries/Sara")
Expand Down
200 changes: 0 additions & 200 deletions cpp/drafts/Calibration/HomographyDecomposition.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions cpp/drafts/Calibration/HomographyDecomposition.hpp

This file was deleted.

109 changes: 0 additions & 109 deletions cpp/drafts/Calibration/HomographyEstimation.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions cpp/drafts/Calibration/HomographyEstimation.hpp

This file was deleted.

Loading

0 comments on commit b418868

Please sign in to comment.