Initial commit: Speckle-Scanner 3D pipeline with setup README

This commit is contained in:
2026-06-10 03:09:05 +05:00
commit 1765934846
375 changed files with 123081 additions and 0 deletions
@@ -0,0 +1,4 @@
# sample mynew
add_executable(stereosgm_new stereosgm_new.cpp ${SRCS_COMMON})
target_include_directories(stereosgm_new PRIVATE ${OpenCV_INCLUDE_DIRS})
target_link_libraries(stereosgm_new sgm ${OpenCV_LIBS})