V1 Readme + rangement

This commit is contained in:
Unknown 2018-08-13 11:25:26 +02:00
parent 3300e0efd3
commit 406e6d9b5d
1339 changed files with 248781 additions and 4282 deletions

View 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)