V1 Readme + rangement
This commit is contained in:
parent
3300e0efd3
commit
406e6d9b5d
1339 changed files with 248781 additions and 4282 deletions
13
asift_gen/libNumerics/CMakeLists.txt
Executable file
13
asift_gen/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