Skip to content

Note that since I changed my research area, this repository is unlikely to ever be updated again. Sorry :(

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
LGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

yuanfanggo/opencv-fingerprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Requirements:

  • CMake
  • g++ or clang
  • make
  • OpenCV 2.4+

Change to the build/ directory and run

cmake ..
make

Cross compiling on Ubuntu 14.04

  • Install cmake
  • Install g++-4.7-arm-linux-gnueabihf
  • Install gcc-4.7-arm-linux-gnueabihf

Building opencv

Follow the instruction for building opencv here

Notes:

  • Replace compiler version 4.6 in ../platforms/linux/arm-gnueabi.toolchain.cmake with 4.7 so that it bilds with the latest ubuntu stuff

I compiled OpenCV with

cmake -DCMAKE_TOOLCHAIN_FILE=../platforms/linux/arm-gnueabi.toolchain.cmake -DBUILD_opencv_superres=OFF -DCMAKE_INSTALL_PREFIX=/home/lucas/pj2/local/ ..

Building things

In build/ run:

$ cmake -DCMAKE_TOOLCHAIN_FILE=../ArmToolchain.cmake -DOpenCV_DIR=/home/lucas/pj2/local/share/OpenCV  ..
$ make

About

Note that since I changed my research area, this repository is unlikely to ever be updated again. Sorry :(

Resources

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
LGPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.0%
  • CMake 10.0%