Debut Tests ASIFT + Essai VISP simplifié
This commit is contained in:
parent
a41f1ba991
commit
fbafece5af
1339 changed files with 153161 additions and 56 deletions
13
ASIFT_tests/demo_ASIFT_src/libNumerics/CMakeLists.txt
Executable file
13
ASIFT_tests/demo_ASIFT_src/libNumerics/CMakeLists.txt
Executable file
|
@ -0,0 +1,13 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
PROJECT(libNumerics)
|
||||
|
||||
INCLUDE_DIRECTORIES(..)
|
||||
|
||||
ADD_LIBRARY(Numerics
|
||||
computeH.cpp
|
||||
homography.cpp homography.h
|
||||
matrix.cpp matrix.h
|
||||
numerics.cpp numerics.h
|
||||
rodrigues.cpp rodrigues.h
|
||||
vector.cpp)
|
Loading…
Add table
Add a link
Reference in a new issue