opencv-fingerprint-master

所属分类:OpenCV
开发工具:Visual C++
文件大小:1209KB
下载次数:23
上传日期:2014-12-02 00:54:03
上 传 者phamnguyencat
说明:  code opencv to finger find out

文件列表:
ArmToolchain.cmake (1777, 2014-11-04)
CMakeLists.txt (797, 2014-11-04)
assets (0, 2014-11-04)
assets\synthetic-fingerprints (0, 2014-11-04)
assets\synthetic-fingerprints\1.bmp (234038, 2014-11-04)
assets\synthetic-fingerprints\2.bmp (234038, 2014-11-04)
assets\synthetic-fingerprints\3.bmp (234038, 2014-11-04)
assets\synthetic-fingerprints\4.bmp (234038, 2014-11-04)
assets\synthetic-fingerprints\5.bmp (234038, 2014-11-04)
assets\synthetic-fingerprints\6.bmp (234038, 2014-11-04)
assets\synthetic-fingerprints\7.bmp (234038, 2014-11-04)
build (0, 2014-11-04)
lib (0, 2014-11-04)
lib\binarisation (0, 2014-11-04)
lib\binarisation\AdaptiveLocalThreshold.cpp (4995, 2014-11-04)
lib\binarisation\AdaptiveLocalThreshold.h (626, 2014-11-04)
lib\binarisation\CMakeLists.txt (110, 2014-11-04)
lib\extraction (0, 2014-11-04)
lib\extraction\CrossingNumber.cpp (2182, 2014-11-04)
lib\extraction\CrossingNumber.h (280, 2014-11-04)
lib\extraction\Minutiae.cpp (303, 2014-11-04)
lib\extraction\Minutiae.h (371, 2014-11-04)
lib\optimisation (0, 2014-11-04)
lib\optimisation\CMakeLists.txt (93, 2014-11-04)
lib\optimisation\Ideka.cpp (2814, 2014-11-04)
lib\optimisation\Ideka.h (328, 2014-11-04)
lib\thinning (0, 2014-11-04)
lib\thinning\CMakeLists.txt (109, 2014-11-04)
lib\thinning\GuoHall.cpp (2050, 2014-11-04)
lib\thinning\GuoHall.h (548, 2014-11-04)
lib\thinning\ZhangSuen.cpp (2137, 2014-11-04)
lib\thinning\ZhangSuen.h (554, 2014-11-04)
src (0, 2014-11-04)
src\1.bmp (234038, 2014-11-04)
src\2.bmp (234038, 2014-11-04)
src\3.bmp (234038, 2014-11-04)
... ...

# 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](http://docs.opencv.org/doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.html) 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

近期下载者

相关文件


收藏者