opencv-fingerprint-master

所属分类:图形图象
开发工具:C/C++
文件大小:1241KB
下载次数:18
上传日期:2018-04-02 21:52:31
上 传 者JoyChen
说明:  利用opencv,实现指纹图片的导入和识别
(fingerprint reconition)

文件列表:
ArmToolchain.cmake (1777, 2014-12-23)
CMakeLists.txt (1160, 2014-12-23)
COPYING (7651, 2014-12-23)
LICENSE (702, 2014-12-23)
assets (0, 2014-12-23)
assets\synthetic-fingerprints (0, 2014-12-23)
assets\synthetic-fingerprints\1.bmp (234038, 2014-12-23)
assets\synthetic-fingerprints\2.bmp (234038, 2014-12-23)
assets\synthetic-fingerprints\3.bmp (234038, 2014-12-23)
assets\synthetic-fingerprints\4.bmp (234038, 2014-12-23)
assets\synthetic-fingerprints\5.bmp (234038, 2014-12-23)
assets\synthetic-fingerprints\6.bmp (234038, 2014-12-23)
assets\synthetic-fingerprints\7.bmp (234038, 2014-12-23)
assets\synthetic-preprocessed (0, 2014-12-23)
assets\synthetic-preprocessed\skeleton.png (25533, 2014-12-23)
build (0, 2014-12-23)
lib (0, 2014-12-23)
lib\binarisation (0, 2014-12-23)
lib\binarisation\AdaptiveLocalThreshold.cpp (4994, 2014-12-23)
lib\binarisation\AdaptiveLocalThreshold.h (626, 2014-12-23)
lib\binarisation\CMakeLists.txt (110, 2014-12-23)
lib\extraction (0, 2014-12-23)
lib\extraction\CMakeLists.txt (132, 2014-12-23)
lib\extraction\CrossingNumber.cpp (2292, 2014-12-23)
lib\extraction\CrossingNumber.h (280, 2014-12-23)
lib\extraction\Filter.cpp (1901, 2014-12-23)
lib\extraction\Filter.h (288, 2014-12-23)
lib\extraction\Minutiae.cpp (474, 2014-12-23)
lib\extraction\Minutiae.h (455, 2014-12-23)
lib\gap-optimisation (0, 2014-12-23)
lib\gap-optimisation\CMakeLists.txt (96, 2014-12-23)
lib\gap-optimisation\GapOptimisation.cpp (2768, 2014-12-23)
lib\gap-optimisation\GapOptimisation.h (183, 2014-12-23)
lib\optimisation (0, 2014-12-23)
lib\optimisation\CMakeLists.txt (93, 2014-12-23)
lib\optimisation\Ideka.cpp (2959, 2014-12-23)
... ...

# 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

近期下载者

相关文件


收藏者