Skip to content

Commit

Permalink
clean-up, remove akaze and tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
ducha-aiki committed Feb 2, 2021
1 parent b0f52eb commit e8569ff
Show file tree
Hide file tree
Showing 56 changed files with 63 additions and 22,040 deletions.
13 changes: 6 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ cmake_minimum_required(VERSION 2.8)
PROJECT(MODS)

add_definitions(-DA64)
add_definitions(-std=gnu++11)
#add_definitions(-std=gnu++11)
add_definitions(-std=c++11)


SET(WITH_CAFFE FALSE)

Expand Down Expand Up @@ -69,9 +71,6 @@ add_subdirectory( ./detectors/mser )
add_subdirectory( ./opensurf )
add_subdirectory( ./libMatch)
add_subdirectory( ./libNumerics)
add_subdirectory( ./akaze)
add_subdirectory( ./mrogh)
#add_subdirectory( ./TILDE/c++)

####### DEGENSAC
include_directories(
Expand Down Expand Up @@ -124,7 +123,7 @@ link_directories(c:/opencv-2.4.8/opencv-2.4.8/build/install/x86/mingw/lib)
add_library(synth-detection ${synth-detection_srcs})

TARGET_LINK_LIBRARIES(synth-detection matching opensurf
mser affinedetectors AKAZE helpers opencv_features2d opencv_core opencv_highgui)
mser affinedetectors helpers opencv_features2d opencv_core opencv_highgui)

#include_directories(.
#./dali)
Expand All @@ -136,10 +135,10 @@ add_executable(mods mods.cpp correspondencebank.cpp imagerepresentation.cpp
io_mods.cpp ssdesc-cpp-1.1.1/ssdesc.cc)#smsld/wzhlib.cpp smsld/descriptor.cpp smsld/Match.cpp smsld/Image.cpp)

link_directories(${CMAKE_SOURCE_DIR}/lapack_for_windows/lib)
TARGET_LINK_LIBRARIES(mods inih matching synth-detection mser affinedetectors AKAZE mrogh
TARGET_LINK_LIBRARIES(mods inih matching synth-detection mser affinedetectors
opencv_features2d opencv_core opencv_highgui m )

add_executable(extract_features extract_features.cpp correspondencebank.cpp imagerepresentation.cpp
io_mods.cpp ssdesc-cpp-1.1.1/ssdesc.cc) # smsld/wzhlib.cpp smsld/descriptor.cpp smsld/Match.cpp smsld/Image.cpp)
TARGET_LINK_LIBRARIES(extract_features inih matching synth-detection mser affinedetectors AKAZE mrogh
TARGET_LINK_LIBRARIES(extract_features inih matching synth-detection mser affinedetectors
opencv_features2d opencv_core opencv_highgui m )
26 changes: 0 additions & 26 deletions TILDE/c++/3rdParties/license_dollarToolBox.txt

This file was deleted.

214 changes: 0 additions & 214 deletions TILDE/c++/3rdParties/rgbConvertMex.hpp

This file was deleted.

63 changes: 0 additions & 63 deletions TILDE/c++/3rdParties/sse.hpp

This file was deleted.

Loading

0 comments on commit e8569ff

Please sign in to comment.