opencv-code-cPP

所属分类:模式识别(视觉/语音等)
开发工具:C/C++
文件大小:10855KB
下载次数:57
上传日期:2014-07-16 21:15:01
上 传 者GoPlayEgg
说明:  opencv 人脸识别 车牌识别 头部pose评估等
(opencv Face recognition plate recognition head pose evaluation)

文件列表:
Chapter3_MarkerlessAR\CMakeLists.txt (382, 2013-03-06)
Chapter3_MarkerlessAR\screenshot.png (585794, 2013-03-06)
Chapter3_MarkerlessAR\src (0, 2014-07-10)
Chapter3_MarkerlessAR\src\ARDrawingContext.cpp (11228, 2013-03-06)
Chapter3_MarkerlessAR\src\ARDrawingContext.hpp (2095, 2013-03-06)
Chapter3_MarkerlessAR\src\ARPipeline.cpp (1301, 2013-03-06)
Chapter3_MarkerlessAR\src\ARPipeline.hpp (1267, 2013-03-06)
Chapter3_MarkerlessAR\src\CameraCalibration.cpp (2096, 2013-03-06)
Chapter3_MarkerlessAR\src\CameraCalibration.hpp (1530, 2013-03-06)
Chapter3_MarkerlessAR\src\CMakeLists.txt (466, 2013-03-06)
Chapter3_MarkerlessAR\src\DebugHelpers.hpp (1949, 2013-03-06)
Chapter3_MarkerlessAR\src\GeometryTypes.cpp (2829, 2013-03-06)
Chapter3_MarkerlessAR\src\GeometryTypes.hpp (1504, 2013-03-06)
Chapter3_MarkerlessAR\src\main.cpp (6506, 2013-03-06)
Chapter3_MarkerlessAR\src\Pattern.cpp (1778, 2013-03-06)
Chapter3_MarkerlessAR\src\Pattern.hpp (1647, 2013-03-06)
Chapter3_MarkerlessAR\src\PatternDetector.cpp (9813, 2013-03-06)
Chapter3_MarkerlessAR\src\PatternDetector.hpp (3487, 2013-03-06)
Chapter3_MarkerlessAR\src\PyramidPattern.jpg (494316, 2013-03-06)
Chapter3_MarkerlessAR\src\PyramidPatternTest.bmp (921654, 2013-03-06)
Chapter4_StructureFromMotion\AbstractFeatureMatcher.cpp (35, 2013-03-06)
Chapter4_StructureFromMotion\AbstractFeatureMatcher.h (340, 2013-03-06)
Chapter4_StructureFromMotion\BundleAdjuster.cpp (8128, 2013-03-06)
Chapter4_StructureFromMotion\BundleAdjuster.h (965, 2013-03-06)
Chapter4_StructureFromMotion\CMakeLists.txt (2066, 2013-03-06)
Chapter4_StructureFromMotion\Common.cpp (6670, 2013-03-06)
Chapter4_StructureFromMotion\Common.h (2265, 2013-03-06)
Chapter4_StructureFromMotion\Distance.cpp (978, 2013-03-06)
Chapter4_StructureFromMotion\Distance.h (3953, 2013-03-06)
Chapter4_StructureFromMotion\FindCameraMatrices.cpp (15282, 2013-03-06)
Chapter4_StructureFromMotion\FindCameraMatrices.h (1769, 2013-03-06)
Chapter4_StructureFromMotion\GPUSURFFeatureMatcher.cpp (3230, 2013-03-06)
Chapter4_StructureFromMotion\GPUSURFFeatureMatcher.h (763, 2013-03-06)
Chapter4_StructureFromMotion\IDistance.h (1077, 2013-03-06)
Chapter4_StructureFromMotion\IFeatureMatcher.h (972, 2013-03-06)
Chapter4_StructureFromMotion\main.cpp (3794, 2013-03-06)
Chapter4_StructureFromMotion\MultiCameraDistance.cpp (5666, 2013-03-06)
Chapter4_StructureFromMotion\MultiCameraDistance.h (2595, 2013-03-06)
Chapter4_StructureFromMotion\MultiCameraPnP.cpp (19964, 2013-03-06)
... ...

****************************************************************************** * Marker-less Augmented Reality project sample ****************************************************************************** * by Khvedchenia Ievgen, 5th Dec 2012 * http://computer-vision-talks.com ****************************************************************************** * Ch3 of the book "Mastering OpenCV with Practical Computer Vision Projects" * Copyright Packt Publishing 2012. * http://www.packtpub.com/cool-projects-with-opencv/book ****************************************************************************** To build this app use the CMake to generate project files for your IDE, then build the project in your IDE. NOTE: You will need to have OpenCV built with OpenGL support in order to run the demo (prebuilt versions of OpenCV don't support OpenGL). ---------------------------------------------------------- How to enable OpenGL Support in OpenCV ---------------------------------------------------------- * Linux: Execute "sudo apt-get install libgtkglext1 libgtkglext1-dev" first. * MacOSX: Install QT4 and then configure OpenCV with QT and OpenGL. * Windows: Enable WITH_OPENGL=YES flag when building OpenCV to enable OpenGL support. ---------------------------------------------------------- Building the project using CMake from the command-line: ---------------------------------------------------------- Linux: export OpenCV_DIR="~/OpenCV/build" mkdir build cd build cmake -D OpenCV_DIR=$OpenCV_DIR .. make MacOSX (Xcode): export OpenCV_DIR="~/OpenCV/build" mkdir build cd build cmake -G Xcode -D OpenCV_DIR=$OpenCV_DIR .. open EXAMPLE_MARKERLESS_AR.xcodeproj Windows (MS Visual Studio): set OpenCV_DIR="C:\OpenCV\build" mkdir build cd build cmake -G "Visual Studio 9 2008" -D OpenCV_DIR=%OpenCV_DIR% .. start EXAMPLE_MARKERLESS_AR.sln ---------------------------------------------------------- Running the project: ---------------------------------------------------------- Just execute "EXAMPLE_MARKERLESS_AR".

近期下载者

相关文件


收藏者