Created
July 8, 2013 12:32
-
-
Save urschrei/5948418 to your computer and use it in GitHub Desktop.
OS X 10.8.4
Python 2.7.5 from Python.org
Numpy 1.7.1 from pip
OpenCV dependencies from Homebrew
OpenCV built from source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the CMakeCache file. | |
# You'll have to modify all instances of /users/sth to your own user path | |
# Modified PYTHON_LIBRARY:FILEPATH setting: /Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib | |
# For build in directory: /Users/sth/dev/py_tesseract/release | |
# CMAKE_INSTALL_PREFIX:PATH=/usr/bin | |
# In order to use Python bindings, prepend /Users/sth/dev/py_tesseract/release:lib to $PYTHONPATH | |
# It was generated by CMake: /usr/local/Cellar/cmake/2.8.11.1/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. | |
# VALUE is the current value for the KEY. | |
######################## | |
# EXTERNAL cache entries | |
######################## | |
//Path to a program. | |
ANT_EXECUTABLE:FILEPATH=/usr/bin/ant | |
//Path to a program. | |
BIBTEX_COMPILER:FILEPATH=/usr/texbin/bibtex | |
//Create build rules for OpenCV Documentation | |
BUILD_DOCS:BOOL=ON | |
//Build all examples | |
BUILD_EXAMPLES:BOOL=ON | |
//Build libjasper from source | |
BUILD_JASPER:BOOL=ON | |
//Build libjpeg from source | |
BUILD_JPEG:BOOL=ON | |
//Build openexr from source | |
BUILD_OPENEXR:BOOL=ON | |
//Enables 'make package_source' command | |
BUILD_PACKAGE:BOOL=ON | |
//Build performance tests | |
BUILD_PERF_TESTS:BOOL=ON | |
//Build libpng from source | |
BUILD_PNG:BOOL=ON | |
//Build shared libraries (.dll/.so) instead of static ones (.lib/.a) | |
BUILD_SHARED_LIBS:BOOL=ON | |
//Download and build TBB from source | |
BUILD_TBB:BOOL=OFF | |
//Build accuracy & regression tests | |
BUILD_TESTS:BOOL=ON | |
//Build libtiff from source | |
BUILD_TIFF:BOOL=ON | |
//Include debug info into debug libs (not MSCV only) | |
BUILD_WITH_DEBUG_INFO:BOOL=ON | |
//Build zlib from source | |
BUILD_ZLIB:BOOL=ON | |
//Build utility applications (used for example to train classifiers) | |
BUILD_opencv_apps:BOOL=ON | |
//Include opencv_calib3d module into the OpenCV build | |
BUILD_opencv_calib3d:BOOL=ON | |
//Include opencv_contrib module into the OpenCV build | |
BUILD_opencv_contrib:BOOL=ON | |
//Include opencv_core module into the OpenCV build | |
BUILD_opencv_core:BOOL=ON | |
//Include opencv_features2d module into the OpenCV build | |
BUILD_opencv_features2d:BOOL=ON | |
//Include opencv_flann module into the OpenCV build | |
BUILD_opencv_flann:BOOL=ON | |
//Include opencv_gpu module into the OpenCV build | |
BUILD_opencv_gpu:BOOL=ON | |
//Include opencv_highgui module into the OpenCV build | |
BUILD_opencv_highgui:BOOL=ON | |
//Include opencv_imgproc module into the OpenCV build | |
BUILD_opencv_imgproc:BOOL=ON | |
//Include opencv_java module into the OpenCV build | |
BUILD_opencv_java:BOOL=ON | |
//Include opencv_legacy module into the OpenCV build | |
BUILD_opencv_legacy:BOOL=ON | |
//Include opencv_ml module into the OpenCV build | |
BUILD_opencv_ml:BOOL=ON | |
//Include opencv_nonfree module into the OpenCV build | |
BUILD_opencv_nonfree:BOOL=ON | |
//Include opencv_objdetect module into the OpenCV build | |
BUILD_opencv_objdetect:BOOL=ON | |
//Include opencv_ocl module into the OpenCV build | |
BUILD_opencv_ocl:BOOL=ON | |
//Include opencv_photo module into the OpenCV build | |
BUILD_opencv_photo:BOOL=ON | |
//Include opencv_python module into the OpenCV build | |
BUILD_opencv_python:BOOL=ON | |
//Include opencv_stitching module into the OpenCV build | |
BUILD_opencv_stitching:BOOL=ON | |
//Include opencv_superres module into the OpenCV build | |
BUILD_opencv_superres:BOOL=ON | |
//Include opencv_ts module into the OpenCV build | |
BUILD_opencv_ts:BOOL=ON | |
//Include opencv_video module into the OpenCV build | |
BUILD_opencv_video:BOOL=ON | |
//Include opencv_videostab module into the OpenCV build | |
BUILD_opencv_videostab:BOOL=ON | |
//Include opencv_world module into the OpenCV build | |
BUILD_opencv_world:BOOL=OFF | |
//Path to a library. | |
BZIP2_LIBRARIES:FILEPATH=/usr/lib/libbz2.dylib | |
//clAmdFft include directory | |
CLAMDBLAS_INCLUDE_DIR:PATH=CLAMDBLAS_INCLUDE_DIR-NOTFOUND | |
//clAmdBlas library | |
CLAMDBLAS_LIBRARY:FILEPATH=CLAMDBLAS_LIBRARY-NOTFOUND | |
//AMD FFT root directory | |
CLAMDBLAS_ROOT_DIR:PATH=CLAMDBLAS_ROOT_DIR-NOTFOUND | |
//clAmdFft include directory | |
CLAMDFFT_INCLUDE_DIR:PATH=CLAMDFFT_INCLUDE_DIR-NOTFOUND | |
//clAmdFft library | |
CLAMDFFT_LIBRARY:FILEPATH=CLAMDFFT_LIBRARY-NOTFOUND | |
//AMD FFT root directory | |
CLAMDFFT_ROOT_DIR:PATH=CLAMDFFT_ROOT_DIR-NOTFOUND | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/usr/bin/ar | |
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or | |
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. | |
CMAKE_BUILD_TYPE:STRING=RELEASE | |
//Enable/Disable color output during build. | |
CMAKE_COLOR_MAKEFILE:BOOL=ON | |
//Configs | |
CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release | |
//CXX compiler. | |
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ | |
//Flags used by the compiler during all build types. | |
CMAKE_CXX_FLAGS:STRING= | |
//Flags used by the compiler during debug builds. | |
CMAKE_CXX_FLAGS_DEBUG:STRING=-g | |
//Flags used by the compiler during release minsize builds. | |
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the compiler during release builds (/MD /Ob1 /Oi | |
// /Ot /Oy /Gs will produce slightly less optimized but smaller | |
// files). | |
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the compiler during Release with Debug Info builds. | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//C compiler. | |
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc | |
//Flags used by the compiler during all build types. | |
CMAKE_C_FLAGS:STRING= | |
//Flags used by the compiler during debug builds. | |
CMAKE_C_FLAGS_DEBUG:STRING=-g | |
//Flags used by the compiler during release minsize builds. | |
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the compiler during release builds (/MD /Ob1 /Oi | |
// /Ot /Oy /Gs will produce slightly less optimized but smaller | |
// files). | |
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the compiler during Release with Debug Info builds. | |
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Flags used by the linker. | |
CMAKE_EXE_LINKER_FLAGS:STRING=' ' | |
//Flags used by the linker during debug builds. | |
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Enable/Disable output of compile commands during generation. | |
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF | |
//Path to a program. | |
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool | |
//Installation Directory | |
CMAKE_INSTALL_PREFIX:PATH=/usr/bin | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/usr/bin/ld | |
//Path to a program. | |
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make | |
//Flags used by the linker during the creation of modules. | |
CMAKE_MODULE_LINKER_FLAGS:STRING=' ' | |
//Flags used by the linker during debug builds. | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_NM:FILEPATH=/usr/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND | |
//Build architectures for OSX | |
CMAKE_OSX_ARCHITECTURES:STRING= | |
//Minimum OS X version to target for deployment (at runtime); newer | |
// APIs weak linked. Set to empty string for default value. | |
CMAKE_OSX_DEPLOYMENT_TARGET:STRING= | |
//The product will be built against the headers and libraries located | |
// inside the indicated SDK. | |
CMAKE_OSX_SYSROOT:STRING= | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=OpenCV | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | |
//Flags used by the linker during the creation of dll's. | |
CMAKE_SHARED_LINKER_FLAGS:STRING=' ' | |
//Flags used by the linker during debug builds. | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//If set, runtime paths are not added when installing shared libraries, | |
// but are added when building. | |
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
//If set, runtime paths are not added when using shared libraries. | |
CMAKE_SKIP_RPATH:BOOL=NO | |
//Path to a program. | |
CMAKE_STRIP:FILEPATH=/usr/bin/strip | |
//If true, cmake will use relative paths in makefiles and projects. | |
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF | |
//Verbose mode | |
CMAKE_VERBOSE:BOOL=OFF | |
//If this value is on, makefiles will be generated without the | |
// .SILENT directive, and all commands will be echoed to the console | |
// during the make. This is useful for debugging only. With Visual | |
// Studio IDE projects all commands are done without /nologo. | |
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE | |
//Compile device code in 64 bit mode | |
CUDA_64_BIT_DEVICE_CODE:BOOL=ON | |
//Attach the build rule to the CUDA source file. Enable only when | |
// the CUDA source file is added to at most one target. | |
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON | |
//Generate and parse .cubin files in Device mode. | |
CUDA_BUILD_CUBIN:BOOL=OFF | |
//Build in Emulation mode | |
CUDA_BUILD_EMULATION:BOOL=OFF | |
//"cudart" library | |
CUDA_CUDART_LIBRARY:FILEPATH=CUDA_CUDART_LIBRARY-NOTFOUND | |
//"cuda" library (older versions only). | |
CUDA_CUDA_LIBRARY:FILEPATH=CUDA_CUDA_LIBRARY-NOTFOUND | |
//Directory to put all the output files. If blank it will default | |
// to the CMAKE_CURRENT_BINARY_DIR | |
CUDA_GENERATED_OUTPUT_DIR:PATH= | |
//Generated file extension | |
CUDA_HOST_COMPILATION_CPP:BOOL=ON | |
//Host side compiler used by NVCC | |
CUDA_HOST_COMPILER:FILEPATH=/usr/bin/cc | |
//Path to a program. | |
CUDA_NVCC_EXECUTABLE:FILEPATH=CUDA_NVCC_EXECUTABLE-NOTFOUND | |
//Semi-colon delimit multiple arguments. | |
CUDA_NVCC_FLAGS:STRING= | |
//Semi-colon delimit multiple arguments. | |
CUDA_NVCC_FLAGS_DEBUG:STRING= | |
//Semi-colon delimit multiple arguments. | |
CUDA_NVCC_FLAGS_MINSIZEREL:STRING= | |
//Semi-colon delimit multiple arguments. | |
CUDA_NVCC_FLAGS_RELEASE:STRING= | |
//Semi-colon delimit multiple arguments. | |
CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING= | |
//Propage C/CXX_FLAGS and friends to the host compiler via -Xcompile | |
CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON | |
//Path to a file. | |
CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND | |
//Compile CUDA objects with separable compilation enabled. Requires | |
// CUDA 5.0+ | |
CUDA_SEPARABLE_COMPILATION:BOOL=OFF | |
//Path to a file. | |
CUDA_TOOLKIT_INCLUDE:PATH=CUDA_TOOLKIT_INCLUDE-NOTFOUND | |
//Toolkit location. | |
CUDA_TOOLKIT_ROOT_DIR:PATH=CUDA_TOOLKIT_ROOT_DIR-NOTFOUND | |
//Print out the commands run while compiling the CUDA source file. | |
// With the Makefile generator this defaults to VERBOSE variable | |
// specified on the command line, but can be forced on with this | |
// option. | |
CUDA_VERBOSE_BUILD:BOOL=OFF | |
//"cublas" library | |
CUDA_cublas_LIBRARY:FILEPATH=CUDA_cublas_LIBRARY-NOTFOUND | |
//"cublasemu" library | |
CUDA_cublasemu_LIBRARY:FILEPATH=CUDA_cublasemu_LIBRARY-NOTFOUND | |
//"cufft" library | |
CUDA_cufft_LIBRARY:FILEPATH=CUDA_cufft_LIBRARY-NOTFOUND | |
//"cufftemu" library | |
CUDA_cufftemu_LIBRARY:FILEPATH=CUDA_cufftemu_LIBRARY-NOTFOUND | |
//Path to a program. | |
DVIPDF_CONVERTER:FILEPATH=/usr/texbin/dvipdfm | |
//Path to a program. | |
DVIPS_CONVERTER:FILEPATH=/usr/texbin/dvips | |
//The path to Eigen3/Eigen2 headers | |
EIGEN_INCLUDE_PATH:PATH=EIGEN_INCLUDE_PATH-NOTFOUND | |
//Enable AVX instructions | |
ENABLE_AVX:BOOL=OFF | |
//Enable -ffast-math (not recommended for GCC 4.6.x) | |
ENABLE_FAST_MATH:BOOL=OFF | |
//Show all warnings even if they are too noisy | |
ENABLE_NOISY_WARNINGS:BOOL=OFF | |
//Use precompiled headers | |
ENABLE_PRECOMPILED_HEADERS:BOOL=OFF | |
//Enable profiling in the GCC compiler (Add flags: -g -pg) | |
ENABLE_PROFILING:BOOL=OFF | |
//Solution folder in Visual Studio or in other IDEs | |
ENABLE_SOLUTION_FOLDERS:BOOL=OFF | |
//Enable SSE instructions | |
ENABLE_SSE:BOOL=ON | |
//Enable SSE2 instructions | |
ENABLE_SSE2:BOOL=ON | |
//Enable SSE3 instructions | |
ENABLE_SSE3:BOOL=ON | |
//Enable SSE4.1 instructions | |
ENABLE_SSE41:BOOL=OFF | |
//Enable SSE4.2 instructions | |
ENABLE_SSE42:BOOL=OFF | |
//Enable SSSE3 instructions | |
ENABLE_SSSE3:BOOL=OFF | |
//Output directory for applications | |
EXECUTABLE_OUTPUT_PATH:PATH=/Users/sth/dev/py_tesseract/release/bin | |
//The path to FFMPEG headers | |
FFMPEG_INCLUDE_DIR:PATH=/usr/local/include | |
//Full path of FFMPEG library directory | |
FFMPEG_LIB_DIR:PATH=/usr/local/include/../lib | |
//The path to Smartek GigEVisionSDK header | |
GIGEAPI_INCLUDE_PATH:PATH=GIGEAPI_INCLUDE_PATH-NOTFOUND | |
//Path to a library. | |
GIGEAPI_LIBRARIES:FILEPATH=GIGEAPI_LIBRARIES-NOTFOUND | |
//git command line client | |
GIT_EXECUTABLE:FILEPATH=/usr/local/bin/git | |
//Install C examples | |
INSTALL_C_EXAMPLES:BOOL=OFF | |
//Install Python examples | |
INSTALL_PYTHON_EXAMPLES:BOOL=OFF | |
//Enables mangled install paths, that help with side by side installs. | |
INSTALL_TO_MANGLED_PATHS:BOOL=OFF | |
//Dependencies for the target | |
IlmImf_LIB_DEPENDS:STATIC=general;zlib; | |
//jawt.h location | |
JAVA_AWT_INCLUDE_PATH:FILEPATH=/System/Library/Frameworks/JavaVM.framework/Headers | |
//Java Frameworks | |
JAVA_AWT_LIBRARY:FILEPATH=-framework JavaVM | |
//Path to a file. | |
JAVA_INCLUDE_PATH:PATH=/System/Library/Frameworks/JavaVM.framework/Headers | |
//Path to a file. | |
JAVA_INCLUDE_PATH2:PATH=/System/Library/Frameworks/JavaVM.framework/Headers | |
//Java Frameworks | |
JAVA_JVM_LIBRARY:FILEPATH=-framework JavaVM | |
//Path to a program. | |
LATEX2HTML_CONVERTER:FILEPATH=LATEX2HTML_CONVERTER-NOTFOUND | |
//Path to a program. | |
LATEX_COMPILER:FILEPATH=/usr/texbin/latex | |
//Path to a program. | |
MAKEINDEX_COMPILER:FILEPATH=/usr/texbin/makeindex | |
//OpenCL include directory | |
OPENCL_INCLUDE_DIR:STRING= | |
//OpenCL library | |
OPENCL_LIBRARY:STRING=-framework OpenCL | |
//Where to create the platform-dependant cvconfig.h | |
OPENCV_CONFIG_FILE_INCLUDE_DIR:PATH=/Users/sth/dev/py_tesseract/release | |
//Where to look for additional OpenCV modules | |
OPENCV_EXTRA_MODULES_PATH:PATH= | |
//Treat warnings as errors | |
OPENCV_WARNINGS_ARE_ERRORS:BOOL=OFF | |
//Value Computed by CMake | |
OpenCV_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release | |
//Value Computed by CMake | |
OpenCV_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6 | |
//Path to a program. | |
PDFLATEX_COMPILER:FILEPATH=/usr/texbin/pdflatex | |
//pkg-config executable | |
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/local/bin/pkg-config | |
//Path to a program. | |
PS2PDF_CONVERTER:FILEPATH=/usr/local/bin/ps2pdf14 | |
//The path to PvAPI header | |
PVAPI_INCLUDE_PATH:PATH=PVAPI_INCLUDE_PATH-NOTFOUND | |
//Path to a program. | |
PYTHON_EXECUTABLE:FILEPATH=/Library/Frameworks/Python.framework/Versions/2.7/bin/python2 | |
//Path to a file. | |
PYTHON_INCLUDE_DIR:PATH=/Library/Frameworks/Python.framework/Headers | |
//Path to a library. | |
PYTHON_LIBRARY:FILEPATH=/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib | |
//Path to numpy headers | |
PYTHON_NUMPY_INCLUDE_DIR:PATH=/Library/Python/2.7/site-packages/numpy/core/include | |
//Where to install the python packages. | |
PYTHON_PACKAGES_PATH:PATH=/Library/Python/2.7/site-packages | |
//Path to a program. | |
SPHINX_BUILD:FILEPATH=SPHINX_BUILD-NOTFOUND | |
//Include IEEE1394 support | |
WITH_1394:BOOL=ON | |
//Use Carbon for UI instead of Cocoa | |
WITH_CARBON:BOOL=OFF | |
//Include NVidia Cuda Basic Linear Algebra Subprograms (BLAS) library | |
// support | |
WITH_CUBLAS:BOOL=OFF | |
//Include NVidia Cuda Runtime support | |
WITH_CUDA:BOOL=ON | |
//Include NVidia Cuda Fast Fourier Transform (FFT) library support | |
WITH_CUFFT:BOOL=ON | |
//Include Eigen2/Eigen3 support | |
WITH_EIGEN:BOOL=ON | |
//Include FFMPEG support | |
WITH_FFMPEG:BOOL=ON | |
//Include Smartek GigE support | |
WITH_GIGEAPI:BOOL=ON | |
//ImageIO support for OS X | |
WITH_IMAGEIO:BOOL=OFF | |
//Include Intel IPP support | |
WITH_IPP:BOOL=OFF | |
//Include JPEG2K support | |
WITH_JASPER:BOOL=ON | |
//Include JPEG support | |
WITH_JPEG:BOOL=ON | |
//Include OpenCL Runtime support | |
WITH_OPENCL:BOOL=ON | |
//Include AMD OpenCL BLAS library support | |
WITH_OPENCLAMDBLAS:BOOL=ON | |
//Include AMD OpenCL FFT library support | |
WITH_OPENCLAMDFFT:BOOL=ON | |
//Include ILM support via OpenEXR | |
WITH_OPENEXR:BOOL=ON | |
//Include OpenNI support | |
WITH_OPENNI:BOOL=OFF | |
//Include PNG support | |
WITH_PNG:BOOL=ON | |
//Include Prosilica GigE support | |
WITH_PVAPI:BOOL=ON | |
//Build with Qt Backend support | |
WITH_QT:BOOL=OFF | |
//Use QuickTime for Video I/O insted of QTKit | |
WITH_QUICKTIME:BOOL=OFF | |
//Include Intel TBB support | |
WITH_TBB:BOOL=OFF | |
//Include TIFF support | |
WITH_TIFF:BOOL=ON | |
//Include Video 4 Linux support | |
WITH_V4L:BOOL=ON | |
//Value Computed by CMake | |
c_samples_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/samples/c | |
//Value Computed by CMake | |
c_samples_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/samples/c | |
//Value Computed by CMake | |
cpp_samples_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/samples/cpp | |
//Value Computed by CMake | |
cpp_samples_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/samples/cpp | |
//Value Computed by CMake | |
gpu_samples_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/samples/gpu | |
//Value Computed by CMake | |
gpu_samples_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/samples/gpu | |
//Value Computed by CMake | |
haartraining_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/apps/haartraining | |
//Value Computed by CMake | |
haartraining_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/apps/haartraining | |
//Value Computed by CMake | |
libjasper_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/3rdparty/libjasper | |
//Dependencies for target | |
libjasper_LIB_DEPENDS:STATIC= | |
//Value Computed by CMake | |
libjasper_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/3rdparty/libjasper | |
//Value Computed by CMake | |
libjpeg_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/3rdparty/libjpeg | |
//Dependencies for target | |
libjpeg_LIB_DEPENDS:STATIC= | |
//Value Computed by CMake | |
libjpeg_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/3rdparty/libjpeg | |
//Value Computed by CMake | |
libpng_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/3rdparty/libpng | |
//Dependencies for the target | |
libpng_LIB_DEPENDS:STATIC=general;zlib; | |
//Value Computed by CMake | |
libpng_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/3rdparty/libpng | |
//Value Computed by CMake | |
libtiff_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/3rdparty/libtiff | |
//Dependencies for the target | |
libtiff_LIB_DEPENDS:STATIC=general;zlib; | |
//Value Computed by CMake | |
libtiff_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/3rdparty/libtiff | |
//Value Computed by CMake | |
ocl_samples_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/samples/ocl | |
//Value Computed by CMake | |
ocl_samples_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/samples/ocl | |
//Value Computed by CMake | |
opencv_calib3d_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/calib3d | |
//Dependencies for the target | |
opencv_calib3d_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_calib3d_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d | |
//Value Computed by CMake | |
opencv_contrib_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/contrib | |
//Dependencies for the target | |
opencv_contrib_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_ml;general;opencv_video;general;opencv_objdetect;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_contrib_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib | |
//Value Computed by CMake | |
opencv_core_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/core | |
//Dependencies for the target | |
opencv_core_LIB_DEPENDS:STATIC=general;zlib;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_core_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core | |
//Value Computed by CMake | |
opencv_features2d_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/features2d | |
//Dependencies for the target | |
opencv_features2d_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_features2d_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d | |
//Value Computed by CMake | |
opencv_flann_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/flann | |
//Dependencies for the target | |
opencv_flann_LIB_DEPENDS:STATIC=general;opencv_core;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_flann_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann | |
//Value Computed by CMake | |
opencv_gpu_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/gpu | |
//Dependencies for the target | |
opencv_gpu_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_objdetect;general;opencv_video;general;opencv_photo;general;opencv_ml;general;opencv_legacy;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_gpu_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu | |
//Dependencies for the target | |
opencv_haartraining_engine_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_highgui;general;opencv_objdetect;general;opencv_calib3d;general;opencv_video;general;opencv_features2d;general;opencv_flann;general;opencv_legacy; | |
//Value Computed by CMake | |
opencv_highgui_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/highgui | |
//Dependencies for the target | |
opencv_highgui_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;zlib;general;libjpeg;general;libpng;general;libtiff;general;libjasper;general;IlmImf;general;avcodec;general;avformat;general;avutil;general;swscale;general;/usr/local/include/../lib/libavcodec.a;general;/usr/local/include/../lib/libavformat.a;general;/usr/local/include/../lib/libavutil.a;general;/usr/local/include/../lib/libswscale.a;general;-framework Cocoa;general;/usr/lib/libbz2.dylib;general;-framework VideoDecodeAcceleration;general;bz2;general;-framework QTKit;general;-framework QuartzCore;general;-framework AppKit;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_highgui_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui | |
//Value Computed by CMake | |
opencv_imgproc_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/imgproc | |
//Dependencies for the target | |
opencv_imgproc_LIB_DEPENDS:STATIC=general;opencv_core;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_imgproc_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc | |
//Value Computed by CMake | |
opencv_java_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/java | |
//Dependencies for the target | |
opencv_java_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_highgui;general;opencv_objdetect;general;opencv_flann;general;opencv_features2d;general;opencv_video;general;opencv_ml;general;opencv_calib3d;general;opencv_photo;general;opencv_legacy;general;opencv_gpu;general;opencv_ocl;general;opencv_nonfree;general;opencv_contrib; | |
//Value Computed by CMake | |
opencv_java_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/java | |
//Value Computed by CMake | |
opencv_legacy_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/legacy | |
//Dependencies for the target | |
opencv_legacy_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_video;general;opencv_ml;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_legacy_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy | |
//Value Computed by CMake | |
opencv_ml_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/ml | |
//Dependencies for the target | |
opencv_ml_LIB_DEPENDS:STATIC=general;opencv_core;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_ml_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml | |
//Value Computed by CMake | |
opencv_nonfree_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/nonfree | |
//Dependencies for the target | |
opencv_nonfree_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_objdetect;general;opencv_video;general;opencv_photo;general;opencv_ml;general;opencv_legacy;general;opencv_gpu;general;opencv_ocl;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_nonfree_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree | |
//Value Computed by CMake | |
opencv_objdetect_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/objdetect | |
//Dependencies for the target | |
opencv_objdetect_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_highgui;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_objdetect_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect | |
//Value Computed by CMake | |
opencv_ocl_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/ocl | |
//Dependencies for the target | |
opencv_ocl_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_objdetect;general;opencv_video;general;opencv_calib3d;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_ocl_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl | |
//Value Computed by CMake | |
opencv_photo_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/photo | |
//Dependencies for the target | |
opencv_photo_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_photo_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo | |
//Value Computed by CMake | |
opencv_python_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/python | |
//Dependencies for the target | |
opencv_python_LIB_DEPENDS:STATIC=general;/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib;general;opencv_core;general;opencv_flann;general;opencv_imgproc;general;opencv_video;general;opencv_ml;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_photo;general;opencv_objdetect;general;opencv_contrib;general;opencv_legacy;general;opencv_gpu;general;opencv_ocl;general;opencv_nonfree; | |
//Value Computed by CMake | |
opencv_python_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/python | |
//Value Computed by CMake | |
opencv_stitching_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/stitching | |
//Dependencies for the target | |
opencv_stitching_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_objdetect;general;opencv_video;general;opencv_photo;general;opencv_ml;general;opencv_legacy;general;opencv_gpu;general;opencv_ocl;general;opencv_nonfree;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_stitching_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching | |
//Value Computed by CMake | |
opencv_superres_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/superres | |
//Dependencies for the target | |
opencv_superres_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_video;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_calib3d;general;opencv_objdetect;general;opencv_photo;general;opencv_ml;general;opencv_legacy;general;opencv_gpu;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_superres_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres | |
//Value Computed by CMake | |
opencv_test_java_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/java/test | |
//Value Computed by CMake | |
opencv_test_java_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/java/test | |
//Value Computed by CMake | |
opencv_ts_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/ts | |
//Dependencies for the target | |
opencv_ts_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_ts_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts | |
//Value Computed by CMake | |
opencv_video_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/video | |
//Dependencies for the target | |
opencv_video_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_video_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video | |
//Value Computed by CMake | |
opencv_videostab_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/modules/videostab | |
//Dependencies for the target | |
opencv_videostab_LIB_DEPENDS:STATIC=general;opencv_core;general;opencv_imgproc;general;opencv_flann;general;opencv_highgui;general;opencv_features2d;general;opencv_video;general;opencv_photo;general;opencv_calib3d;general;opencv_objdetect;general;opencv_ml;general;opencv_legacy;general;opencv_gpu;general;-framework OpenCL; | |
//Value Computed by CMake | |
opencv_videostab_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab | |
//Value Computed by CMake | |
openexr_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/3rdparty/openexr | |
//Value Computed by CMake | |
openexr_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/3rdparty/openexr | |
//Value Computed by CMake | |
traincascade_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/apps/traincascade | |
//Value Computed by CMake | |
traincascade_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/apps/traincascade | |
//Value Computed by CMake | |
zlib_BINARY_DIR:STATIC=/Users/sth/dev/py_tesseract/release/3rdparty/zlib | |
//Dependencies for target | |
zlib_LIB_DEPENDS:STATIC= | |
//Value Computed by CMake | |
zlib_SOURCE_DIR:STATIC=/Users/sth/dev/py_tesseract/opencv-2.4.6/3rdparty/zlib | |
######################## | |
# INTERNAL cache entries | |
######################## | |
ALIASOF_libavcodec_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavcodec_CFLAGS_I:INTERNAL= | |
ALIASOF_libavcodec_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavcodec_FOUND:INTERNAL=1 | |
ALIASOF_libavcodec_INCLUDEDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavcodec_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavcodec_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lavcodec | |
ALIASOF_libavcodec_LDFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavcodec_LIBDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavcodec_LIBRARIES:INTERNAL=avcodec | |
ALIASOF_libavcodec_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavcodec_LIBS:INTERNAL= | |
ALIASOF_libavcodec_LIBS_L:INTERNAL= | |
ALIASOF_libavcodec_LIBS_OTHER:INTERNAL= | |
ALIASOF_libavcodec_LIBS_PATHS:INTERNAL= | |
ALIASOF_libavcodec_PREFIX:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1 | |
ALIASOF_libavcodec_STATIC_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavcodec_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libavcodec_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavcodec_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavcodec_STATIC_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lavcodec;-framework;CoreFoundation;-framework;VideoDecodeAcceleration;-framework;QuartzCore;-liconv;-lxvidcore;-lx264;-lmp3lame;-lfaac;-lm;-lbz2;-lz;-lavutil;-lm | |
ALIASOF_libavcodec_STATIC_LDFLAGS_OTHER:INTERNAL=-framework;CoreFoundation;-framework;VideoDecodeAcceleration;-framework;QuartzCore | |
ALIASOF_libavcodec_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libavcodec_STATIC_LIBRARIES:INTERNAL=avcodec;iconv;xvidcore;x264;mp3lame;faac;m;bz2;z;avutil;m | |
ALIASOF_libavcodec_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavcodec_STATIC_LIBS:INTERNAL= | |
ALIASOF_libavcodec_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libavcodec_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libavcodec_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libavcodec_VERSION:INTERNAL=54.92.100 | |
ALIASOF_libavcodec_libavcodec_INCLUDEDIR:INTERNAL= | |
ALIASOF_libavcodec_libavcodec_LIBDIR:INTERNAL= | |
ALIASOF_libavcodec_libavcodec_PREFIX:INTERNAL= | |
ALIASOF_libavcodec_libavcodec_VERSION:INTERNAL= | |
ALIASOF_libavformat_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavformat_CFLAGS_I:INTERNAL= | |
ALIASOF_libavformat_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavformat_FOUND:INTERNAL=1 | |
ALIASOF_libavformat_INCLUDEDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavformat_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavformat_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lavformat | |
ALIASOF_libavformat_LDFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavformat_LIBDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavformat_LIBRARIES:INTERNAL=avformat | |
ALIASOF_libavformat_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavformat_LIBS:INTERNAL= | |
ALIASOF_libavformat_LIBS_L:INTERNAL= | |
ALIASOF_libavformat_LIBS_OTHER:INTERNAL= | |
ALIASOF_libavformat_LIBS_PATHS:INTERNAL= | |
ALIASOF_libavformat_PREFIX:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1 | |
ALIASOF_libavformat_STATIC_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavformat_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libavformat_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavformat_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavformat_STATIC_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lavformat;-framework;CoreFoundation;-framework;VideoDecodeAcceleration;-framework;QuartzCore;-liconv;-lxvidcore;-lx264;-lmp3lame;-lfaac;-lm;-lbz2;-lz;-lavcodec;-framework;CoreFoundation;-framework;VideoDecodeAcceleration;-framework;QuartzCore;-liconv;-lxvidcore;-lx264;-lmp3lame;-lfaac;-lm;-lbz2;-lz;-lavutil;-lm | |
ALIASOF_libavformat_STATIC_LDFLAGS_OTHER:INTERNAL=-framework;CoreFoundation;-framework;VideoDecodeAcceleration;-framework;QuartzCore;-framework;CoreFoundation;-framework;VideoDecodeAcceleration;-framework;QuartzCore | |
ALIASOF_libavformat_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libavformat_STATIC_LIBRARIES:INTERNAL=avformat;iconv;xvidcore;x264;mp3lame;faac;m;bz2;z;avcodec;iconv;xvidcore;x264;mp3lame;faac;m;bz2;z;avutil;m | |
ALIASOF_libavformat_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavformat_STATIC_LIBS:INTERNAL= | |
ALIASOF_libavformat_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libavformat_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libavformat_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libavformat_VERSION:INTERNAL=54.63.104 | |
ALIASOF_libavformat_libavformat_INCLUDEDIR:INTERNAL= | |
ALIASOF_libavformat_libavformat_LIBDIR:INTERNAL= | |
ALIASOF_libavformat_libavformat_PREFIX:INTERNAL= | |
ALIASOF_libavformat_libavformat_VERSION:INTERNAL= | |
ALIASOF_libavutil_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavutil_CFLAGS_I:INTERNAL= | |
ALIASOF_libavutil_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavutil_FOUND:INTERNAL=1 | |
ALIASOF_libavutil_INCLUDEDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavutil_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavutil_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lavutil | |
ALIASOF_libavutil_LDFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavutil_LIBDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavutil_LIBRARIES:INTERNAL=avutil | |
ALIASOF_libavutil_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavutil_LIBS:INTERNAL= | |
ALIASOF_libavutil_LIBS_L:INTERNAL= | |
ALIASOF_libavutil_LIBS_OTHER:INTERNAL= | |
ALIASOF_libavutil_LIBS_PATHS:INTERNAL= | |
ALIASOF_libavutil_PREFIX:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1 | |
ALIASOF_libavutil_STATIC_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavutil_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libavutil_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavutil_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libavutil_STATIC_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lavutil;-lm | |
ALIASOF_libavutil_STATIC_LDFLAGS_OTHER:INTERNAL= | |
ALIASOF_libavutil_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libavutil_STATIC_LIBRARIES:INTERNAL=avutil;m | |
ALIASOF_libavutil_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libavutil_STATIC_LIBS:INTERNAL= | |
ALIASOF_libavutil_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libavutil_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libavutil_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libavutil_VERSION:INTERNAL=52.18.100 | |
ALIASOF_libavutil_libavutil_INCLUDEDIR:INTERNAL= | |
ALIASOF_libavutil_libavutil_LIBDIR:INTERNAL= | |
ALIASOF_libavutil_libavutil_PREFIX:INTERNAL= | |
ALIASOF_libavutil_libavutil_VERSION:INTERNAL= | |
ALIASOF_libdc1394-2_CFLAGS:INTERNAL= | |
ALIASOF_libdc1394-2_CFLAGS_I:INTERNAL= | |
ALIASOF_libdc1394-2_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libdc1394-2_FOUND:INTERNAL= | |
ALIASOF_libdc1394-2_INCLUDEDIR:INTERNAL= | |
ALIASOF_libdc1394-2_LIBDIR:INTERNAL= | |
ALIASOF_libdc1394-2_LIBS:INTERNAL= | |
ALIASOF_libdc1394-2_LIBS_L:INTERNAL= | |
ALIASOF_libdc1394-2_LIBS_OTHER:INTERNAL= | |
ALIASOF_libdc1394-2_LIBS_PATHS:INTERNAL= | |
ALIASOF_libdc1394-2_PREFIX:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_CFLAGS:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_LIBS:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libdc1394-2_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libdc1394-2_VERSION:INTERNAL= | |
ALIASOF_libdc1394-2_libdc1394-2_INCLUDEDIR:INTERNAL= | |
ALIASOF_libdc1394-2_libdc1394-2_LIBDIR:INTERNAL= | |
ALIASOF_libdc1394-2_libdc1394-2_PREFIX:INTERNAL= | |
ALIASOF_libdc1394-2_libdc1394-2_VERSION:INTERNAL= | |
ALIASOF_libdc1394_CFLAGS:INTERNAL= | |
ALIASOF_libdc1394_CFLAGS_I:INTERNAL= | |
ALIASOF_libdc1394_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libdc1394_FOUND:INTERNAL= | |
ALIASOF_libdc1394_INCLUDEDIR:INTERNAL= | |
ALIASOF_libdc1394_LIBDIR:INTERNAL= | |
ALIASOF_libdc1394_LIBS:INTERNAL= | |
ALIASOF_libdc1394_LIBS_L:INTERNAL= | |
ALIASOF_libdc1394_LIBS_OTHER:INTERNAL= | |
ALIASOF_libdc1394_LIBS_PATHS:INTERNAL= | |
ALIASOF_libdc1394_PREFIX:INTERNAL= | |
ALIASOF_libdc1394_STATIC_CFLAGS:INTERNAL= | |
ALIASOF_libdc1394_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libdc1394_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libdc1394_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libdc1394_STATIC_LIBS:INTERNAL= | |
ALIASOF_libdc1394_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libdc1394_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libdc1394_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libdc1394_VERSION:INTERNAL= | |
ALIASOF_libdc1394_libdc1394_INCLUDEDIR:INTERNAL= | |
ALIASOF_libdc1394_libdc1394_LIBDIR:INTERNAL= | |
ALIASOF_libdc1394_libdc1394_PREFIX:INTERNAL= | |
ALIASOF_libdc1394_libdc1394_VERSION:INTERNAL= | |
ALIASOF_libswscale_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libswscale_CFLAGS_I:INTERNAL= | |
ALIASOF_libswscale_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libswscale_FOUND:INTERNAL=1 | |
ALIASOF_libswscale_INCLUDEDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libswscale_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libswscale_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lswscale | |
ALIASOF_libswscale_LDFLAGS_OTHER:INTERNAL= | |
ALIASOF_libswscale_LIBDIR:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libswscale_LIBRARIES:INTERNAL=swscale | |
ALIASOF_libswscale_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libswscale_LIBS:INTERNAL= | |
ALIASOF_libswscale_LIBS_L:INTERNAL= | |
ALIASOF_libswscale_LIBS_OTHER:INTERNAL= | |
ALIASOF_libswscale_LIBS_PATHS:INTERNAL= | |
ALIASOF_libswscale_PREFIX:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1 | |
ALIASOF_libswscale_STATIC_CFLAGS:INTERNAL=-I/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libswscale_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libswscale_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libswscale_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/include | |
ALIASOF_libswscale_STATIC_LDFLAGS:INTERNAL=-L/usr/local/Cellar/ffmpeg/1.2.1/lib;-lswscale;-lm;-lavutil;-lm | |
ALIASOF_libswscale_STATIC_LDFLAGS_OTHER:INTERNAL= | |
ALIASOF_libswscale_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libswscale_STATIC_LIBRARIES:INTERNAL=swscale;m;avutil;m | |
ALIASOF_libswscale_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/ffmpeg/1.2.1/lib | |
ALIASOF_libswscale_STATIC_LIBS:INTERNAL= | |
ALIASOF_libswscale_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libswscale_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libswscale_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libswscale_VERSION:INTERNAL=2.2.100 | |
ALIASOF_libswscale_libswscale_INCLUDEDIR:INTERNAL= | |
ALIASOF_libswscale_libswscale_LIBDIR:INTERNAL= | |
ALIASOF_libswscale_libswscale_PREFIX:INTERNAL= | |
ALIASOF_libswscale_libswscale_VERSION:INTERNAL= | |
ALIASOF_libv4l1_CFLAGS:INTERNAL= | |
ALIASOF_libv4l1_CFLAGS_I:INTERNAL= | |
ALIASOF_libv4l1_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libv4l1_FOUND:INTERNAL= | |
ALIASOF_libv4l1_INCLUDEDIR:INTERNAL= | |
ALIASOF_libv4l1_LIBDIR:INTERNAL= | |
ALIASOF_libv4l1_LIBS:INTERNAL= | |
ALIASOF_libv4l1_LIBS_L:INTERNAL= | |
ALIASOF_libv4l1_LIBS_OTHER:INTERNAL= | |
ALIASOF_libv4l1_LIBS_PATHS:INTERNAL= | |
ALIASOF_libv4l1_PREFIX:INTERNAL= | |
ALIASOF_libv4l1_STATIC_CFLAGS:INTERNAL= | |
ALIASOF_libv4l1_STATIC_CFLAGS_I:INTERNAL= | |
ALIASOF_libv4l1_STATIC_CFLAGS_OTHER:INTERNAL= | |
ALIASOF_libv4l1_STATIC_LIBDIR:INTERNAL= | |
ALIASOF_libv4l1_STATIC_LIBS:INTERNAL= | |
ALIASOF_libv4l1_STATIC_LIBS_L:INTERNAL= | |
ALIASOF_libv4l1_STATIC_LIBS_OTHER:INTERNAL= | |
ALIASOF_libv4l1_STATIC_LIBS_PATHS:INTERNAL= | |
ALIASOF_libv4l1_VERSION:INTERNAL= | |
ALIASOF_libv4l1_libv4l1_INCLUDEDIR:INTERNAL= | |
ALIASOF_libv4l1_libv4l1_LIBDIR:INTERNAL= | |
ALIASOF_libv4l1_libv4l1_PREFIX:INTERNAL= | |
ALIASOF_libv4l1_libv4l1_VERSION:INTERNAL= | |
//Detected ant vesion | |
ANT_VERSION:INTERNAL=1.8.4 | |
//ADVANCED property for variable: BIBTEX_COMPILER | |
BIBTEX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_AR | |
CMAKE_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_BUILD_TOOL | |
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 | |
//What is the target build tool cmake is generating for. | |
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make | |
//STRINGS property for variable: CMAKE_BUILD_TYPE | |
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release | |
//This is the directory where this CMakeCache.txt was created | |
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/sth/dev/py_tesseract/release | |
//Major version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 | |
//Minor version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=11 | |
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | |
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Path to CMake executable. | |
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/bin/ctest | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS | |
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_COMPILER | |
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS | |
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//Path to cache edit program executable. | |
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/bin/ccmake | |
//Executable file format | |
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | |
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | |
//Name of generator. | |
CMAKE_GENERATOR:INTERNAL=Unix Makefiles | |
//Name of generator toolset. | |
CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
//Start directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6 | |
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL | |
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_LINKER | |
CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM | |
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_NM | |
CMAKE_NM-ADVANCED:INTERNAL=1 | |
//number of local generators | |
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=64 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_RANLIB | |
CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
//Path to CMake installation. | |
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/share/cmake | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_RPATH | |
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STRIP | |
CMAKE_STRIP-ADVANCED:INTERNAL=1 | |
//uname command | |
CMAKE_UNAME:INTERNAL=/usr/bin/uname | |
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS | |
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE | |
CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE | |
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_CUDART_LIBRARY | |
CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_CUDA_LIBRARY | |
CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR | |
CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP | |
CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_NVCC_EXECUTABLE | |
CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_NVCC_FLAGS | |
CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG | |
CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL | |
CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE | |
CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO | |
CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS | |
CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1 | |
//This is the value of the last time CUDA_SDK_ROOT_DIR was set | |
// successfully. | |
CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND | |
//ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE | |
CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1 | |
//This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was | |
// set successfully. | |
CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=CUDA_TOOLKIT_ROOT_DIR-NOTFOUND | |
//ADVANCED property for variable: CUDA_cublas_LIBRARY | |
CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_cublasemu_LIBRARY | |
CUDA_cublasemu_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_cufft_LIBRARY | |
CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CUDA_cufftemu_LIBRARY | |
CUDA_cufftemu_LIBRARY-ADVANCED:INTERNAL=1 | |
//Location of make2cmake.cmake | |
CUDA_make2cmake:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/share/cmake/Modules/FindCUDA/make2cmake.cmake | |
//Location of parse_cubin.cmake | |
CUDA_parse_cubin:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/share/cmake/Modules/FindCUDA/parse_cubin.cmake | |
//Location of run_nvcc.cmake | |
CUDA_run_nvcc:INTERNAL=/usr/local/Cellar/cmake/2.8.11.1/share/cmake/Modules/FindCUDA/run_nvcc.cmake | |
//ADVANCED property for variable: DVIPDF_CONVERTER | |
DVIPDF_CONVERTER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: DVIPS_CONVERTER | |
DVIPS_CONVERTER-ADVANCED:INTERNAL=1 | |
//Details about finding JNI | |
FIND_PACKAGE_MESSAGE_DETAILS_JNI:INTERNAL=[-framework JavaVM][-framework JavaVM][/System/Library/Frameworks/JavaVM.framework/Headers][/System/Library/Frameworks/JavaVM.framework/Headers][/System/Library/Frameworks/JavaVM.framework/Headers][v()] | |
//Details about finding PythonInterp | |
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/Library/Frameworks/Python.framework/Versions/2.7/bin/python2][v2.7.5(2.0)] | |
//Details about finding PythonLibs | |
FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib][/Library/Frameworks/Python.framework/Headers][v2.7.5(2.7.5)] | |
//ADVANCED property for variable: GIT_EXECUTABLE | |
GIT_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Have include assert.h | |
HAVE_ASSERT_H:INTERNAL=1 | |
//Have include linux/videodev.h | |
HAVE_CAMV4L:INTERNAL= | |
//Have include linux/videodev2.h | |
HAVE_CAMV4L2:INTERNAL= | |
//Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION | |
HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION:INTERNAL=1 | |
//Test HAVE_CXX_FNO_OMIT_FRAME_POINTER | |
HAVE_CXX_FNO_OMIT_FRAME_POINTER:INTERNAL=1 | |
//Test HAVE_CXX_FSIGNED_CHAR | |
HAVE_CXX_FSIGNED_CHAR:INTERNAL=1 | |
//Test HAVE_CXX_MSSE | |
HAVE_CXX_MSSE:INTERNAL=1 | |
//Test HAVE_CXX_MSSE2 | |
HAVE_CXX_MSSE2:INTERNAL=1 | |
//Test HAVE_CXX_MSSE3 | |
HAVE_CXX_MSSE3:INTERNAL=1 | |
//Test HAVE_CXX_W | |
HAVE_CXX_W:INTERNAL=1 | |
//Test HAVE_CXX_WALL | |
HAVE_CXX_WALL:INTERNAL= | |
//Test HAVE_CXX_WERROR_ADDRESS | |
HAVE_CXX_WERROR_ADDRESS:INTERNAL=1 | |
//Test HAVE_CXX_WERROR_FORMAT_SECURITY | |
HAVE_CXX_WERROR_FORMAT_SECURITY:INTERNAL=1 | |
//Test HAVE_CXX_WERROR_RETURN_TYPE | |
HAVE_CXX_WERROR_RETURN_TYPE:INTERNAL=1 | |
//Test HAVE_CXX_WERROR_SEQUENCE_POINT | |
HAVE_CXX_WERROR_SEQUENCE_POINT:INTERNAL=1 | |
//Test HAVE_CXX_WFORMAT | |
HAVE_CXX_WFORMAT:INTERNAL=1 | |
//Test HAVE_CXX_WINIT_SELF | |
HAVE_CXX_WINIT_SELF:INTERNAL=1 | |
//Test HAVE_CXX_WMISSING_DECLARATIONS | |
HAVE_CXX_WMISSING_DECLARATIONS:INTERNAL=1 | |
//Test HAVE_CXX_WMISSING_PROTOTYPES | |
HAVE_CXX_WMISSING_PROTOTYPES:INTERNAL=1 | |
//Test HAVE_CXX_WNO_ARRAY_BOUNDS | |
HAVE_CXX_WNO_ARRAY_BOUNDS:INTERNAL=1 | |
//Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR | |
HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR:INTERNAL=1 | |
//Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS | |
HAVE_CXX_WNO_DEPRECATED_DECLARATIONS:INTERNAL=1 | |
//Test HAVE_CXX_WNO_EXTRA | |
HAVE_CXX_WNO_EXTRA:INTERNAL=1 | |
//Test HAVE_CXX_WNO_MISSING_DECLARATIONS | |
HAVE_CXX_WNO_MISSING_DECLARATIONS:INTERNAL=1 | |
//Test HAVE_CXX_WNO_NARROWING | |
HAVE_CXX_WNO_NARROWING:INTERNAL=1 | |
//Test HAVE_CXX_WNO_PARENTHESES | |
HAVE_CXX_WNO_PARENTHESES:INTERNAL=1 | |
//Test HAVE_CXX_WNO_SHADOW | |
HAVE_CXX_WNO_SHADOW:INTERNAL=1 | |
//Test HAVE_CXX_WNO_SIGN_COMPARE | |
HAVE_CXX_WNO_SIGN_COMPARE:INTERNAL=1 | |
//Test HAVE_CXX_WNO_SWITCH | |
HAVE_CXX_WNO_SWITCH:INTERNAL=1 | |
//Test HAVE_CXX_WNO_UNDEF | |
HAVE_CXX_WNO_UNDEF:INTERNAL=1 | |
//Test HAVE_CXX_WNO_UNINITIALIZED | |
HAVE_CXX_WNO_UNINITIALIZED:INTERNAL=1 | |
//Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS | |
HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS:INTERNAL=1 | |
//Test HAVE_CXX_WNO_UNUSED | |
HAVE_CXX_WNO_UNUSED:INTERNAL=1 | |
//Test HAVE_CXX_WNO_UNUSED_PARAMETER | |
HAVE_CXX_WNO_UNUSED_PARAMETER:INTERNAL=1 | |
//Test HAVE_CXX_WPOINTER_ARITH | |
HAVE_CXX_WPOINTER_ARITH:INTERNAL=1 | |
//Test HAVE_CXX_WSHADOW | |
HAVE_CXX_WSHADOW:INTERNAL=1 | |
//Test HAVE_CXX_WSIGN_PROMO | |
HAVE_CXX_WSIGN_PROMO:INTERNAL=1 | |
//Test HAVE_CXX_WSTRICT_PROTOTYPES | |
HAVE_CXX_WSTRICT_PROTOTYPES:INTERNAL=1 | |
//Test HAVE_CXX_WUNDEF | |
HAVE_CXX_WUNDEF:INTERNAL=1 | |
//Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION | |
HAVE_C_FDIAGNOSTICS_SHOW_OPTION:INTERNAL=1 | |
//Test HAVE_C_FNO_OMIT_FRAME_POINTER | |
HAVE_C_FNO_OMIT_FRAME_POINTER:INTERNAL=1 | |
//Test HAVE_C_FSIGNED_CHAR | |
HAVE_C_FSIGNED_CHAR:INTERNAL=1 | |
//Test HAVE_C_MSSE | |
HAVE_C_MSSE:INTERNAL=1 | |
//Test HAVE_C_MSSE2 | |
HAVE_C_MSSE2:INTERNAL=1 | |
//Test HAVE_C_MSSE3 | |
HAVE_C_MSSE3:INTERNAL=1 | |
//Test HAVE_C_W | |
HAVE_C_W:INTERNAL=1 | |
//Test HAVE_C_WALL | |
HAVE_C_WALL:INTERNAL= | |
//Test HAVE_C_WERROR_ADDRESS | |
HAVE_C_WERROR_ADDRESS:INTERNAL=1 | |
//Test HAVE_C_WERROR_FORMAT_SECURITY | |
HAVE_C_WERROR_FORMAT_SECURITY:INTERNAL=1 | |
//Test HAVE_C_WERROR_RETURN_TYPE | |
HAVE_C_WERROR_RETURN_TYPE:INTERNAL=1 | |
//Test HAVE_C_WERROR_SEQUENCE_POINT | |
HAVE_C_WERROR_SEQUENCE_POINT:INTERNAL=1 | |
//Test HAVE_C_WFORMAT | |
HAVE_C_WFORMAT:INTERNAL=1 | |
//Test HAVE_C_WINIT_SELF | |
HAVE_C_WINIT_SELF:INTERNAL=1 | |
//Test HAVE_C_WMISSING_DECLARATIONS | |
HAVE_C_WMISSING_DECLARATIONS:INTERNAL=1 | |
//Test HAVE_C_WMISSING_PROTOTYPES | |
HAVE_C_WMISSING_PROTOTYPES:INTERNAL=1 | |
//Test HAVE_C_WNO_ATTRIBUTES | |
HAVE_C_WNO_ATTRIBUTES:INTERNAL=1 | |
//Test HAVE_C_WNO_CAST_ALIGN | |
HAVE_C_WNO_CAST_ALIGN:INTERNAL=1 | |
//Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR | |
HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR:INTERNAL=1 | |
//Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION | |
HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION:INTERNAL=1 | |
//Test HAVE_C_WNO_INT_TO_POINTER_CAST | |
HAVE_C_WNO_INT_TO_POINTER_CAST:INTERNAL=1 | |
//Test HAVE_C_WNO_MAYBE_UNINITIALIZED | |
HAVE_C_WNO_MAYBE_UNINITIALIZED:INTERNAL= | |
//Test HAVE_C_WNO_MISSING_DECLARATIONS | |
HAVE_C_WNO_MISSING_DECLARATIONS:INTERNAL=1 | |
//Test HAVE_C_WNO_MISSING_PROTOTYPES | |
HAVE_C_WNO_MISSING_PROTOTYPES:INTERNAL=1 | |
//Test HAVE_C_WNO_NARROWING | |
HAVE_C_WNO_NARROWING:INTERNAL=1 | |
//Test HAVE_C_WNO_POINTER_TO_INT_CAST | |
HAVE_C_WNO_POINTER_TO_INT_CAST:INTERNAL=1 | |
//Test HAVE_C_WNO_SHADOW | |
HAVE_C_WNO_SHADOW:INTERNAL=1 | |
//Test HAVE_C_WNO_SIGN_COMPARE | |
HAVE_C_WNO_SIGN_COMPARE:INTERNAL=1 | |
//Test HAVE_C_WNO_STRICT_PROTOTYPES | |
HAVE_C_WNO_STRICT_PROTOTYPES:INTERNAL=1 | |
//Test HAVE_C_WNO_UNDEF | |
HAVE_C_WNO_UNDEF:INTERNAL=1 | |
//Test HAVE_C_WNO_UNINITIALIZED | |
HAVE_C_WNO_UNINITIALIZED:INTERNAL=1 | |
//Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS | |
HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS:INTERNAL=1 | |
//Test HAVE_C_WNO_UNUSED | |
HAVE_C_WNO_UNUSED:INTERNAL=1 | |
//Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER | |
HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER:INTERNAL= | |
//Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE | |
HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE:INTERNAL= | |
//Test HAVE_C_WNO_UNUSED_PARAMETER | |
HAVE_C_WNO_UNUSED_PARAMETER:INTERNAL=1 | |
//Test HAVE_C_WPOINTER_ARITH | |
HAVE_C_WPOINTER_ARITH:INTERNAL=1 | |
//Test HAVE_C_WSHADOW | |
HAVE_C_WSHADOW:INTERNAL=1 | |
//Test HAVE_C_WSIGN_PROMO | |
HAVE_C_WSIGN_PROMO:INTERNAL=1 | |
//Test HAVE_C_WSTRICT_PROTOTYPES | |
HAVE_C_WSTRICT_PROTOTYPES:INTERNAL=1 | |
//Test HAVE_C_WUNDEF | |
HAVE_C_WUNDEF:INTERNAL=1 | |
//Have include fcntl.h | |
HAVE_FCNTL_H:INTERNAL=1 | |
//Have include ffmpeg/avformat.h | |
HAVE_FFMPEG_FFMPEG:INTERNAL= | |
//Have function fseeko | |
HAVE_FSEEKO:INTERNAL=1 | |
//Have include libavformat/avformat.h | |
HAVE_GENTOO_FFMPEG:INTERNAL=1 | |
//Have include io.h | |
HAVE_IO_H:INTERNAL= | |
//Have function jbg_newlen | |
HAVE_JBG_NEWLEN:INTERNAL= | |
//Have function mmap | |
HAVE_MMAP:INTERNAL=1 | |
//Test HAVE_OBJCXX_FOBJC_EXCEPTIONS | |
HAVE_OBJCXX_FOBJC_EXCEPTIONS:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_OFF64_T:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_OPENMP:INTERNAL=FALSE | |
//Have include semaphore.h | |
HAVE_POSIX_SEMAPHORES:INTERNAL=1 | |
//Have include search.h | |
HAVE_SEARCH_H:INTERNAL=1 | |
//Have include stddef.h | |
HAVE_STDDEF_H:INTERNAL=1 | |
//Have include stdint.h | |
HAVE_STDINT_H:INTERNAL=1 | |
//Have include string.h | |
HAVE_STRING_H:INTERNAL=1 | |
//Have include sys/types.h | |
HAVE_SYS_TYPES_H:INTERNAL=1 | |
//Have include unistd.h | |
HAVE_UNISTD_H:INTERNAL=1 | |
//Have include sys/videoio.h | |
HAVE_VIDEOIO:INTERNAL= | |
//Module opencv_androidcamera can not be built in current configuration | |
HAVE_opencv_androidcamera:INTERNAL=OFF | |
//Module opencv_calib3d will be built in current configuration | |
HAVE_opencv_calib3d:INTERNAL=ON | |
//Module opencv_contrib will be built in current configuration | |
HAVE_opencv_contrib:INTERNAL=ON | |
//Module opencv_core will be built in current configuration | |
HAVE_opencv_core:INTERNAL=ON | |
//Module opencv_features2d will be built in current configuration | |
HAVE_opencv_features2d:INTERNAL=ON | |
//Module opencv_flann will be built in current configuration | |
HAVE_opencv_flann:INTERNAL=ON | |
//Module opencv_gpu will be built in current configuration | |
HAVE_opencv_gpu:INTERNAL=ON | |
//Module opencv_highgui will be built in current configuration | |
HAVE_opencv_highgui:INTERNAL=ON | |
//Module opencv_imgproc will be built in current configuration | |
HAVE_opencv_imgproc:INTERNAL=ON | |
//Module opencv_java will be built in current configuration | |
HAVE_opencv_java:INTERNAL=ON | |
//Module opencv_legacy will be built in current configuration | |
HAVE_opencv_legacy:INTERNAL=ON | |
//Module opencv_ml will be built in current configuration | |
HAVE_opencv_ml:INTERNAL=ON | |
//Module opencv_nonfree will be built in current configuration | |
HAVE_opencv_nonfree:INTERNAL=ON | |
//Module opencv_objdetect will be built in current configuration | |
HAVE_opencv_objdetect:INTERNAL=ON | |
//Module opencv_ocl will be built in current configuration | |
HAVE_opencv_ocl:INTERNAL=ON | |
//Module opencv_photo will be built in current configuration | |
HAVE_opencv_photo:INTERNAL=ON | |
//Module opencv_python will be built in current configuration | |
HAVE_opencv_python:INTERNAL=ON | |
//Module opencv_stitching will be built in current configuration | |
HAVE_opencv_stitching:INTERNAL=ON | |
//Module opencv_superres will be built in current configuration | |
HAVE_opencv_superres:INTERNAL=ON | |
//Module opencv_ts will be built in current configuration | |
HAVE_opencv_ts:INTERNAL=ON | |
//Module opencv_video will be built in current configuration | |
HAVE_opencv_video:INTERNAL=ON | |
//Module opencv_videostab will be built in current configuration | |
HAVE_opencv_videostab:INTERNAL=ON | |
//Module opencv_world will not be built in current configuration | |
HAVE_opencv_world:INTERNAL=OFF | |
//ADVANCED property for variable: JAVA_AWT_INCLUDE_PATH | |
JAVA_AWT_INCLUDE_PATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: JAVA_AWT_LIBRARY | |
JAVA_AWT_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: JAVA_INCLUDE_PATH | |
JAVA_INCLUDE_PATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: JAVA_INCLUDE_PATH2 | |
JAVA_INCLUDE_PATH2-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: JAVA_JVM_LIBRARY | |
JAVA_JVM_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: LATEX2HTML_CONVERTER | |
LATEX2HTML_CONVERTER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: LATEX_COMPILER | |
LATEX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: MAKEINDEX_COMPILER | |
MAKEINDEX_COMPILER-ADVANCED:INTERNAL=1 | |
//CHECK_TYPE_SIZE: off64_t unknown | |
OFF64_T:INTERNAL= | |
//ADVANCED property for variable: OPENCL_INCLUDE_DIR | |
OPENCL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: OPENCL_LIBRARY | |
OPENCL_LIBRARY-ADVANCED:INTERNAL=1 | |
//Extra compiler options for C++ sources | |
OPENCV_EXTRA_CXX_FLAGS:INTERNAL= -fsigned-char -W -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -fno-omit-frame-pointer -msse -msse2 -msse3 | |
//Extra compiler options for C sources | |
OPENCV_EXTRA_C_FLAGS:INTERNAL= -fsigned-char -W -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -fno-omit-frame-pointer -msse -msse2 -msse3 | |
//Extra linker flags | |
OPENCV_EXTRA_EXE_LINKER_FLAGS:INTERNAL= | |
//Extra linker flags for Debug build | |
OPENCV_EXTRA_EXE_LINKER_FLAGS_DEBUG:INTERNAL= | |
//Extra linker flags for Release build | |
OPENCV_EXTRA_EXE_LINKER_FLAGS_RELEASE:INTERNAL= | |
//Extra compiler options | |
OPENCV_EXTRA_FLAGS:INTERNAL= | |
//Extra compiler options for Debug build | |
OPENCV_EXTRA_FLAGS_DEBUG:INTERNAL= -O0 -DDEBUG -D_DEBUG -ggdb3 | |
//Extra compiler options for Release build | |
OPENCV_EXTRA_FLAGS_RELEASE:INTERNAL= -DNDEBUG | |
//List of OpenCV modules included into the build | |
OPENCV_MODULES_BUILD:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_ml;opencv_video;opencv_objdetect;opencv_contrib;opencv_photo;opencv_legacy;opencv_gpu;opencv_ocl;opencv_nonfree;opencv_java;opencv_python;opencv_stitching;opencv_superres;opencv_ts;opencv_videostab | |
//List of OpenCV modules implicitly disabled due to dependencies | |
OPENCV_MODULES_DISABLED_AUTO:INTERNAL= | |
//List of OpenCV modules which can not be build in current configuration | |
OPENCV_MODULES_DISABLED_FORCE:INTERNAL=opencv_androidcamera | |
//List of OpenCV modules explicitly disabled by user | |
OPENCV_MODULES_DISABLED_USER:INTERNAL=opencv_world | |
//List of OpenCV modules marked for export | |
OPENCV_MODULES_PUBLIC:INTERNAL=opencv_calib3d;opencv_contrib;opencv_core;opencv_features2d;opencv_flann;opencv_gpu;opencv_highgui;opencv_imgproc;opencv_legacy;opencv_ml;opencv_nonfree;opencv_objdetect;opencv_ocl;opencv_photo;opencv_stitching;opencv_superres;opencv_ts;opencv_video;opencv_videostab | |
//Location of opencv_androidcamera module sources | |
OPENCV_MODULE_opencv_androidcamera_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/androidcamera | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_calib3d_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_calib3d module | |
OPENCV_MODULE_opencv_calib3d_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d | |
//Extra dependencies of opencv_calib3d module | |
OPENCV_MODULE_opencv_calib3d_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_calib3d module | |
OPENCV_MODULE_opencv_calib3d_DESCRIPTION:INTERNAL=Camera Calibration and 3D Reconstruction | |
//List of header files for opencv_calib3d | |
OPENCV_MODULE_opencv_calib3d_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/include/opencv2/calib3d/calib3d.hpp | |
//Location of opencv_calib3d module sources | |
OPENCV_MODULE_opencv_calib3d_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d | |
//Optional dependencies of opencv_calib3d module | |
OPENCV_MODULE_opencv_calib3d_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_calib3d module | |
OPENCV_MODULE_opencv_calib3d_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_features2d | |
//List of source files for opencv_calib3d | |
OPENCV_MODULE_opencv_calib3d_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/calibinit.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/calibration.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/checkchessboard.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/circlesgrid.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/epnp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/fundam.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/modelest.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/p3p.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/polynom_solver.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/posit.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/quadsubpix.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/solvepnp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/stereobm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/stereosgbm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/triangulate.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/circlesgrid.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/_modelest.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/epnp.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/p3p.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/calib3d/src/polynom_solver.h | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_contrib_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_contrib module | |
OPENCV_MODULE_opencv_contrib_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_ml;opencv_video;opencv_objdetect | |
//Extra dependencies of opencv_contrib module | |
OPENCV_MODULE_opencv_contrib_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_contrib module | |
OPENCV_MODULE_opencv_contrib_DESCRIPTION:INTERNAL=The contrib OpenCV module | |
//List of header files for opencv_contrib | |
OPENCV_MODULE_opencv_contrib_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/include/opencv2/contrib/contrib.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/include/opencv2/contrib/detection_based_tracker.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/include/opencv2/contrib/hybridtracker.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/include/opencv2/contrib/openfabmap.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/include/opencv2/contrib/retina.hpp | |
//Location of opencv_contrib module sources | |
OPENCV_MODULE_opencv_contrib_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib | |
//Optional dependencies of opencv_contrib module | |
OPENCV_MODULE_opencv_contrib_OPT_DEPS:INTERNAL=opencv_highgui | |
//Required dependencies of opencv_contrib module | |
OPENCV_MODULE_opencv_contrib_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_calib3d;opencv_features2d;opencv_ml;opencv_video;opencv_objdetect | |
//List of source files for opencv_contrib | |
OPENCV_MODULE_opencv_contrib_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/adaptiveskindetector.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/ba.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/basicretinafilter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/bowmsctrainer.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/chamfermatching.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/chowliutree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/colormap.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/colortracker.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/contrib_init.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/detection_based_tracker.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/facerec.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/featuretracker.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/fuzzymeanshifttracker.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/gencolors.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/hybridtracker.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/imagelogpolprojection.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/inputoutput.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/lda.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/logpolar_bsm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/magnoretinafilter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/octree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/openfabmap.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/parvoretinafilter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/polyfit.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/retina.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/retinacolor.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/retinafilter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/rgbdodometry.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/selfsimilarity.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/spinimages.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/stereovar.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/basicretinafilter.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/imagelogpolprojection.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/magnoretinafilter.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/parvoretinafilter.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/retinacolor.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/retinafilter.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/contrib/src/templatebuffer.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_core_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_core module | |
OPENCV_MODULE_opencv_core_DEPS:INTERNAL= | |
//Extra dependencies of opencv_core module | |
OPENCV_MODULE_opencv_core_DEPS_EXT:INTERNAL=zlib | |
//Brief description of opencv_core module | |
OPENCV_MODULE_opencv_core_DESCRIPTION:INTERNAL=The Core Functionality | |
//List of header files for opencv_core | |
OPENCV_MODULE_opencv_core_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/core.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/cuda_devptrs.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/devmem2d.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/eigen.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/gpumat.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/internal.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/mat.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/opengl_interop.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/opengl_interop_deprecated.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/operations.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/version.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/wimage.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/core_c.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/include/opencv2/core/types_c.h | |
//Location of opencv_core module sources | |
OPENCV_MODULE_opencv_core_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core | |
//Optional dependencies of opencv_core module | |
OPENCV_MODULE_opencv_core_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_core module | |
OPENCV_MODULE_opencv_core_REQ_DEPS:INTERNAL=zlib | |
//List of source files for opencv_core | |
OPENCV_MODULE_opencv_core_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/release/modules/core/version_string.inc;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/algorithm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/alloc.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/arithm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/array.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/cmdparser.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/convert.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/copy.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/datastructs.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/drawing.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/dxt.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/gl_core_3_1.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/glob.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/gpumat.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/lapack.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/mathfuncs.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/matmul.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/matop.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/matrix.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/opengl_interop.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/opengl_interop_deprecated.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/out.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/parallel.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/persistence.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/rand.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/stat.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/system.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/tables.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/gl_core_3_1.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/core/src/cuda/matrix_operations.cu | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_features2d_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_features2d module | |
OPENCV_MODULE_opencv_features2d_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui | |
//Extra dependencies of opencv_features2d module | |
OPENCV_MODULE_opencv_features2d_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_features2d module | |
OPENCV_MODULE_opencv_features2d_DESCRIPTION:INTERNAL=2D Features Framework | |
//List of header files for opencv_features2d | |
OPENCV_MODULE_opencv_features2d_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/include/opencv2/features2d/features2d.hpp | |
//Location of opencv_features2d module sources | |
OPENCV_MODULE_opencv_features2d_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d | |
//Optional dependencies of opencv_features2d module | |
OPENCV_MODULE_opencv_features2d_OPT_DEPS:INTERNAL=opencv_highgui | |
//Required dependencies of opencv_features2d module | |
OPENCV_MODULE_opencv_features2d_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_flann | |
//List of source files for opencv_features2d | |
OPENCV_MODULE_opencv_features2d_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/bagofwords.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/blobdetector.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/brief.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/brisk.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/descriptors.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/detectors.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/draw.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/dynamic.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/evaluation.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/fast.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/fast_score.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/features2d_init.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/freak.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/keypoint.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/matchers.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/mser.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/orb.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/stardetector.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/fast_score.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/features2d/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_flann_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_flann module | |
OPENCV_MODULE_opencv_flann_DEPS:INTERNAL=opencv_core | |
//Extra dependencies of opencv_flann module | |
OPENCV_MODULE_opencv_flann_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_flann module | |
OPENCV_MODULE_opencv_flann_DESCRIPTION:INTERNAL=Clustering and Search in Multi-Dimensional Spaces | |
//List of header files for opencv_flann | |
OPENCV_MODULE_opencv_flann_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/flann.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/flann_base.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/miniflann.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/all_indices.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/allocator.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/any.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/autotuned_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/composite_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/config.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/defines.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/dist.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/dummy.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/dynamic_bitset.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/general.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/ground_truth.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/hdf5.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/heap.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/hierarchical_clustering_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/index_testing.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/kdtree_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/kdtree_single_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/kmeans_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/linear_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/logger.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/lsh_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/lsh_table.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/matrix.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/nn_index.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/object_factory.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/params.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/random.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/result_set.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/sampling.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/saving.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/simplex_downhill.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/include/opencv2/flann/timer.h | |
//Location of opencv_flann module sources | |
OPENCV_MODULE_opencv_flann_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann | |
//Optional dependencies of opencv_flann module | |
OPENCV_MODULE_opencv_flann_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_flann module | |
OPENCV_MODULE_opencv_flann_REQ_DEPS:INTERNAL=opencv_core | |
//List of source files for opencv_flann | |
OPENCV_MODULE_opencv_flann_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/src/flann.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/src/miniflann.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/flann/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_gpu_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_gpu module | |
OPENCV_MODULE_opencv_gpu_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_objdetect;opencv_video;opencv_photo;opencv_ml;opencv_legacy | |
//Extra dependencies of opencv_gpu module | |
OPENCV_MODULE_opencv_gpu_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_gpu module | |
OPENCV_MODULE_opencv_gpu_DESCRIPTION:INTERNAL=GPU-accelerated Computer Vision | |
//List of header files for opencv_gpu | |
OPENCV_MODULE_opencv_gpu_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/devmem2d.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/gpu.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/gpumat.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/stream_accessor.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/block.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/border_interpolate.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/color.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/common.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/datamov_utils.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/dynamic_smem.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/emulation.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/filters.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/funcattrib.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/functional.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/limits.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/reduce.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/saturate_cast.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/scan.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/simd_functions.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/static_check.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/transform.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/type_traits.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/utility.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/vec_distance.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/vec_math.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/vec_traits.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/warp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/warp_reduce.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/warp_shuffle.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/detail/color_detail.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/detail/reduce.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/detail/reduce_key_val.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/detail/transform_detail.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/detail/type_traits_detail.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/include/opencv2/gpu/device/detail/vec_distance_detail.hpp | |
//Location of opencv_gpu module sources | |
OPENCV_MODULE_opencv_gpu_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu | |
//Optional dependencies of opencv_gpu module | |
OPENCV_MODULE_opencv_gpu_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_gpu module | |
OPENCV_MODULE_opencv_gpu_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_calib3d;opencv_objdetect;opencv_video;opencv_photo;opencv_legacy | |
//List of source files for opencv_gpu | |
OPENCV_MODULE_opencv_gpu_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cu_safe_call.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuvid_video_source.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cvt_color_internal.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/ffmpeg_video_source.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/frame_queue.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/thread_wrappers.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/video_decoder.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/video_parser.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/fgd_bgfg_common.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/internal_shared.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/lbp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/safe_call.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/texture_binder.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/column_filter.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuda/row_filter.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/arithm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/bgfg_gmg.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/bgfg_mog.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/bilateral_filter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/blend.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/brute_force_matcher.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/calib3d.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cascadeclassifier.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/color.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cu_safe_call.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cudastream.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/cuvid_video_source.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/denoising.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/element_operations.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/error.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/fast.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/ffmpeg_video_source.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/fgd_bgfg.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/filtering.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/frame_queue.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/gftt.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/global_motion.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/graphcuts.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/hog.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/hough.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/imgproc.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/match_template.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/matrix_operations.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/matrix_reductions.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/mssegmentation.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/optflowbm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/optical_flow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/optical_flow_farneback.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/orb.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/pyramids.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/pyrlk.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/remap.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/resize.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/speckle_filtering.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/split_merge.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/stereobm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/stereobp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/stereocsbp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/thread_wrappers.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/tvl1flow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/video_decoder.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/video_parser.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/video_reader.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/video_writer.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/gpu/src/warp.cpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_highgui_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_highgui module | |
OPENCV_MODULE_opencv_highgui_DEPS:INTERNAL=opencv_core;opencv_imgproc | |
//Extra dependencies of opencv_highgui module | |
OPENCV_MODULE_opencv_highgui_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_highgui module | |
OPENCV_MODULE_opencv_highgui_DESCRIPTION:INTERNAL=High-level GUI and Media I/O | |
//List of header files for opencv_highgui | |
OPENCV_MODULE_opencv_highgui_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/include/opencv2/highgui/highgui.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/include/opencv2/highgui/cap_ios.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/include/opencv2/highgui/highgui_c.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/include/opencv2/highgui/ios.h | |
//Location of opencv_highgui module sources | |
OPENCV_MODULE_opencv_highgui_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui | |
//Optional dependencies of opencv_highgui module | |
OPENCV_MODULE_opencv_highgui_OPT_DEPS:INTERNAL=opencv_androidcamera | |
//Required dependencies of opencv_highgui module | |
OPENCV_MODULE_opencv_highgui_REQ_DEPS:INTERNAL=opencv_imgproc | |
//List of source files for opencv_highgui | |
OPENCV_MODULE_opencv_highgui_SOURCES:INTERNAL=src/cap.cpp;src/cap_images.cpp;src/cap_ffmpeg.cpp;src/loadsave.cpp;src/precomp.cpp;src/utils.cpp;src/window.cpp;src/window_cocoa.mm;src/cap_qtkit.mm;src/precomp.hpp;src/utils.hpp;src/cap_ffmpeg_impl.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_base.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_bmp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_exr.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_imageio.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_jpeg.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_jpeg2000.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_png.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_pxm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_sunras.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_tiff.cpp;src/bitstrm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_base.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_bmp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_exr.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_imageio.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_jpeg.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_jpeg2000.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_png.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_pxm.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_sunras.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmt_tiff.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/highgui/src/grfmts.hpp;src/bitstrm.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_imgproc_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_imgproc module | |
OPENCV_MODULE_opencv_imgproc_DEPS:INTERNAL=opencv_core | |
//Extra dependencies of opencv_imgproc module | |
OPENCV_MODULE_opencv_imgproc_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_imgproc module | |
OPENCV_MODULE_opencv_imgproc_DESCRIPTION:INTERNAL=Image Processing | |
//List of header files for opencv_imgproc | |
OPENCV_MODULE_opencv_imgproc_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/include/opencv2/imgproc/imgproc.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/include/opencv2/imgproc/imgproc_c.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/include/opencv2/imgproc/types_c.h | |
//Location of opencv_imgproc module sources | |
OPENCV_MODULE_opencv_imgproc_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc | |
//Optional dependencies of opencv_imgproc module | |
OPENCV_MODULE_opencv_imgproc_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_imgproc module | |
OPENCV_MODULE_opencv_imgproc_REQ_DEPS:INTERNAL=opencv_core | |
//List of source files for opencv_imgproc | |
OPENCV_MODULE_opencv_imgproc_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/accum.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/approx.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/canny.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/clahe.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/color.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/contours.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/convhull.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/corner.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/cornersubpix.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/deriv.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/distransform.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/emd.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/featureselect.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/filter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/floodfill.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/gabor.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/generalized_hough.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/geometry.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/grabcut.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/histogram.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/hough.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/imgwarp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/linefit.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/matchcontours.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/moments.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/morph.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/phasecorr.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/pyramids.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/rotcalipers.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/samplers.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/segmentation.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/shapedescr.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/smooth.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/subdivision2d.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/sumpixels.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/tables.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/templmatch.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/thresh.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/undistort.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/utils.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/gcgraph.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/_geom.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/imgproc/src/_list.h | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_java_CLASS:INTERNAL=BINDINGS | |
//Flattened dependencies of opencv_java module | |
OPENCV_MODULE_opencv_java_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_highgui;opencv_objdetect;opencv_flann;opencv_features2d;opencv_video;opencv_ml;opencv_calib3d;opencv_photo;opencv_legacy;opencv_gpu;opencv_ocl;opencv_nonfree;opencv_contrib | |
//Extra dependencies of opencv_java module | |
OPENCV_MODULE_opencv_java_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_java module | |
OPENCV_MODULE_opencv_java_DESCRIPTION:INTERNAL=The java bindings | |
//Location of opencv_java module sources | |
OPENCV_MODULE_opencv_java_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/java | |
//Optional dependencies of opencv_java module | |
OPENCV_MODULE_opencv_java_OPT_DEPS:INTERNAL=opencv_objdetect;opencv_features2d;opencv_video;opencv_highgui;opencv_ml;opencv_calib3d;opencv_photo;opencv_nonfree;opencv_contrib | |
//Required dependencies of opencv_java module | |
OPENCV_MODULE_opencv_java_REQ_DEPS:INTERNAL=opencv_core;opencv_imgproc | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_legacy_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_legacy module | |
OPENCV_MODULE_opencv_legacy_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_video;opencv_ml | |
//Extra dependencies of opencv_legacy module | |
OPENCV_MODULE_opencv_legacy_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_legacy module | |
OPENCV_MODULE_opencv_legacy_DESCRIPTION:INTERNAL=The legacy OpenCV module | |
//List of header files for opencv_legacy | |
OPENCV_MODULE_opencv_legacy_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/include/opencv2/legacy/blobtrack.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/include/opencv2/legacy/compat.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/include/opencv2/legacy/legacy.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/include/opencv2/legacy/streams.hpp | |
//Location of opencv_legacy module sources | |
OPENCV_MODULE_opencv_legacy_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy | |
//Optional dependencies of opencv_legacy module | |
OPENCV_MODULE_opencv_legacy_OPT_DEPS:INTERNAL=opencv_highgui | |
//Required dependencies of opencv_legacy module | |
OPENCV_MODULE_opencv_legacy_REQ_DEPS:INTERNAL=opencv_calib3d;opencv_video;opencv_ml | |
//List of source files for opencv_legacy | |
OPENCV_MODULE_opencv_legacy_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/3dtracker.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/auxutils.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/bgfg_acmmm2003.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/bgfg_codebook.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/bgfg_common.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/bgfg_estimation.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/bgfg_gaussmix.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrack.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackanalysis.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackanalysishist.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackanalysisior.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackanalysistrackdist.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackgen1.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackgenyml.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackingauto.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackingcc.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackingccwithcr.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackinglist.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackingmsfg.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackingmsfgs.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackpostprockalman.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackpostproclinear.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/blobtrackpostproclist.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/calcimagehomography.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/calibfilter.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/calonder.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/camshift.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/clique.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/compat.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/condens.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/contourtree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/correspond.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/corrimages.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/createhandmask.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/decomppoly.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/dominants.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/dpstereo.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/eigenobjects.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/em.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/enmin.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/enteringblobdetection.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/enteringblobdetectionreal.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/epilines.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/extendededges.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/face.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/facedetection.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/facetemplate.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/features2d.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/featuretree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/findface.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/findhandregion.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/hmm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/hmm1d.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/hmmobs.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/image.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/kdtree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/lcm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/lee.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/levmar.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/levmarprojbandle.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/levmartrif.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/lines.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/lmeds.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/lsh.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/morphcontours.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/morphing.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/oneway.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/optflowbm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/optflowhs.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/optflowlk.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/pgh.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/planardetect.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/prewarp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/pyrsegmentation.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/scanlines.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/segment.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/snakes.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/spilltree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/stereogc.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/subdiv2.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/testseq.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/texture.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/trifocal.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/vecfacetracking.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/video.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/_kdtree.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/_facedetection.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/_featuretree.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/_matrix.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/_vectrack.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/_vm.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/face.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/facedetection.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/legacy/src/facetemplate.h | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_ml_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_ml module | |
OPENCV_MODULE_opencv_ml_DEPS:INTERNAL=opencv_core | |
//Extra dependencies of opencv_ml module | |
OPENCV_MODULE_opencv_ml_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_ml module | |
OPENCV_MODULE_opencv_ml_DESCRIPTION:INTERNAL=Machine Learning | |
//List of header files for opencv_ml | |
OPENCV_MODULE_opencv_ml_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/include/opencv2/ml/ml.hpp | |
//Location of opencv_ml module sources | |
OPENCV_MODULE_opencv_ml_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml | |
//Optional dependencies of opencv_ml module | |
OPENCV_MODULE_opencv_ml_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_ml module | |
OPENCV_MODULE_opencv_ml_REQ_DEPS:INTERNAL=opencv_core | |
//List of source files for opencv_ml | |
OPENCV_MODULE_opencv_ml_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/ann_mlp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/boost.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/cnn.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/data.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/em.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/ertrees.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/estimate.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/gbt.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/inner_functions.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/knearest.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/ml_init.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/nbayes.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/rtrees.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/svm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/testset.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/tree.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ml/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_nonfree_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_nonfree module | |
OPENCV_MODULE_opencv_nonfree_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_objdetect;opencv_video;opencv_photo;opencv_ml;opencv_legacy;opencv_gpu;opencv_ocl | |
//Extra dependencies of opencv_nonfree module | |
OPENCV_MODULE_opencv_nonfree_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_nonfree module | |
OPENCV_MODULE_opencv_nonfree_DESCRIPTION:INTERNAL=Functionality with possible limitations on the use | |
//List of header files for opencv_nonfree | |
OPENCV_MODULE_opencv_nonfree_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/include/opencv2/nonfree/features2d.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/include/opencv2/nonfree/gpu.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/include/opencv2/nonfree/nonfree.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/include/opencv2/nonfree/ocl.hpp | |
//Location of opencv_nonfree module sources | |
OPENCV_MODULE_opencv_nonfree_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree | |
//Optional dependencies of opencv_nonfree module | |
OPENCV_MODULE_opencv_nonfree_OPT_DEPS:INTERNAL=opencv_gpu;opencv_ocl | |
//Required dependencies of opencv_nonfree module | |
OPENCV_MODULE_opencv_nonfree_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_features2d;opencv_calib3d | |
//List of source files for opencv_nonfree | |
OPENCV_MODULE_opencv_nonfree_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/nonfree_init.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/sift.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/surf.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/surf.ocl.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/surf_gpu.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/opencl/surf.cl;/Users/sth/dev/py_tesseract/release/modules/nonfree/kernels.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/nonfree/src/cuda/surf.cu | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_objdetect_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_objdetect module | |
OPENCV_MODULE_opencv_objdetect_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_highgui | |
//Extra dependencies of opencv_objdetect module | |
OPENCV_MODULE_opencv_objdetect_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_objdetect module | |
OPENCV_MODULE_opencv_objdetect_DESCRIPTION:INTERNAL=Object Detection | |
//List of header files for opencv_objdetect | |
OPENCV_MODULE_opencv_objdetect_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/include/opencv2/objdetect/objdetect.hpp | |
//Location of opencv_objdetect module sources | |
OPENCV_MODULE_opencv_objdetect_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect | |
//Optional dependencies of opencv_objdetect module | |
OPENCV_MODULE_opencv_objdetect_OPT_DEPS:INTERNAL=opencv_highgui | |
//Required dependencies of opencv_objdetect module | |
OPENCV_MODULE_opencv_objdetect_REQ_DEPS:INTERNAL=opencv_core;opencv_imgproc | |
//List of source files for opencv_objdetect | |
OPENCV_MODULE_opencv_objdetect_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/cascadedetect.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/datamatrix.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/distancetransform.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/featurepyramid.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/fft.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/haar.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/hog.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/latentsvm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/latentsvmdetector.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/linemod.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/lsvmparser.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/lsvmtbbversion.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/matching.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/objdetect_init.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/resizeimg.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/routine.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/cascadedetect.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_latentsvm.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_distancetransform.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_error.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_fft.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_matching.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_resizeimg.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_routine.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_tbbversion.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvm_types.h;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/objdetect/src/_lsvmparser.h | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_ocl_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_ocl module | |
OPENCV_MODULE_opencv_ocl_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_objdetect;opencv_video;opencv_calib3d | |
//Extra dependencies of opencv_ocl module | |
OPENCV_MODULE_opencv_ocl_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_ocl module | |
OPENCV_MODULE_opencv_ocl_DESCRIPTION:INTERNAL=OpenCL-accelerated Computer Vision | |
//List of header files for opencv_ocl | |
OPENCV_MODULE_opencv_ocl_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/include/opencv2/ocl/matrix_operations.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/include/opencv2/ocl/ocl.hpp | |
//Location of opencv_ocl module sources | |
OPENCV_MODULE_opencv_ocl_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl | |
//Optional dependencies of opencv_ocl module | |
OPENCV_MODULE_opencv_ocl_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_ocl module | |
OPENCV_MODULE_opencv_ocl_REQ_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_features2d;opencv_objdetect;opencv_video;opencv_calib3d | |
//List of source files for opencv_ocl | |
OPENCV_MODULE_opencv_ocl_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/arithm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/blend.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/brute_force_matcher.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/build_warps.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/canny.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/color.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/columnsum.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/error.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/fft.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/filtering.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/gemm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/gfft.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/haar.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/hog.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/imgproc.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/initialization.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/interpolate_frames.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/match_template.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/matrix_operations.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/mcwutil.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/moments.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/mssegmentation.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/pyrdown.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/pyrlk.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/pyrup.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/split_merge.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/stereo_csbp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/stereobm.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/stereobp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/tvl1flow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_2_mat.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_absdiff.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_add.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_add_scalar.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_add_scalar_mask.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_addWeighted.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_bitwise_binary.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_bitwise_not.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_cartToPolar.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_compare_eq.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_compare_ne.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_div.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_exp.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_flip.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_flip_rc.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_log.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_LUT.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_magnitude.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_magnitudeSqr.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_minMax.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_minMax_mask.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_minMaxLoc.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_minMaxLoc_mask.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_mul.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_nonzero.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_phase.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_polarToCart.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_pow.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_sum.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_sum_3.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/arithm_transpose.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/blend_linear.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/brute_force_match.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/build_warps.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/convertC3C4.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/cvt_color.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/filter_sep_col.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/filter_sep_row.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/filtering_boxFilter.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/filtering_laplacian.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/filtering_morph.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/haarobjectdetect.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/haarobjectdetect_scaled2.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_bilateral.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_calcHarris.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_calcMinEigenVal.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_canny.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_clahe.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_columnsum.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_convolve.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_copymakeboder.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_gfft.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_histogram.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_integral.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_integral_sum.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_median.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_remap.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_resize.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_threshold.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_warpAffine.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/imgproc_warpPerspective.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/interpolate_frames.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/match_template.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/meanShift.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/merge_mat.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/moments.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/objdetect_hog.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/operator_convertTo.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/operator_copyToM.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/operator_setTo.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/operator_setToM.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/pyr_down.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/pyr_up.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/pyrlk.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/pyrlk_no_image.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/split_mat.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/stereobm.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/stereobp.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/stereocsbp.cl;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/opencl/tvl1flow.cl;/Users/sth/dev/py_tesseract/release/modules/ocl/kernels.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/binarycaching.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ocl/src/safe_call.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_photo_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_photo module | |
OPENCV_MODULE_opencv_photo_DEPS:INTERNAL=opencv_core;opencv_imgproc | |
//Extra dependencies of opencv_photo module | |
OPENCV_MODULE_opencv_photo_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_photo module | |
OPENCV_MODULE_opencv_photo_DESCRIPTION:INTERNAL=Computational Photography | |
//List of header files for opencv_photo | |
OPENCV_MODULE_opencv_photo_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/include/opencv2/photo/photo.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/include/opencv2/photo/photo_c.h | |
//Location of opencv_photo module sources | |
OPENCV_MODULE_opencv_photo_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo | |
//Optional dependencies of opencv_photo module | |
OPENCV_MODULE_opencv_photo_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_photo module | |
OPENCV_MODULE_opencv_photo_REQ_DEPS:INTERNAL=opencv_imgproc | |
//List of source files for opencv_photo | |
OPENCV_MODULE_opencv_photo_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/denoising.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/inpaint.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/arrays.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/fast_nlmeans_denoising_invoker.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/photo/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_python_CLASS:INTERNAL=BINDINGS | |
//Flattened dependencies of opencv_python module | |
OPENCV_MODULE_opencv_python_DEPS:INTERNAL=opencv_core;opencv_flann;opencv_imgproc;opencv_video;opencv_ml;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_photo;opencv_objdetect;opencv_contrib;opencv_legacy;opencv_gpu;opencv_ocl;opencv_nonfree | |
//Extra dependencies of opencv_python module | |
OPENCV_MODULE_opencv_python_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_python module | |
OPENCV_MODULE_opencv_python_DESCRIPTION:INTERNAL=The python bindings | |
//Location of opencv_python module sources | |
OPENCV_MODULE_opencv_python_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/python | |
//Optional dependencies of opencv_python module | |
OPENCV_MODULE_opencv_python_OPT_DEPS:INTERNAL=opencv_nonfree | |
//Required dependencies of opencv_python module | |
OPENCV_MODULE_opencv_python_REQ_DEPS:INTERNAL=opencv_core;opencv_flann;opencv_imgproc;opencv_video;opencv_ml;opencv_features2d;opencv_highgui;opencv_calib3d;opencv_photo;opencv_objdetect;opencv_contrib;opencv_legacy | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_stitching_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_stitching module | |
OPENCV_MODULE_opencv_stitching_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_objdetect;opencv_video;opencv_photo;opencv_ml;opencv_legacy;opencv_gpu;opencv_ocl;opencv_nonfree | |
//Extra dependencies of opencv_stitching module | |
OPENCV_MODULE_opencv_stitching_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_stitching module | |
OPENCV_MODULE_opencv_stitching_DESCRIPTION:INTERNAL=Images stitching | |
//List of header files for opencv_stitching | |
OPENCV_MODULE_opencv_stitching_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/stitcher.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/warpers.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/autocalib.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/blenders.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/camera.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/matchers.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/util.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/util_inl.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/warpers.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp | |
//Location of opencv_stitching module sources | |
OPENCV_MODULE_opencv_stitching_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching | |
//Optional dependencies of opencv_stitching module | |
OPENCV_MODULE_opencv_stitching_OPT_DEPS:INTERNAL=opencv_gpu;opencv_nonfree | |
//Required dependencies of opencv_stitching module | |
OPENCV_MODULE_opencv_stitching_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_features2d;opencv_calib3d;opencv_objdetect | |
//List of source files for opencv_stitching | |
OPENCV_MODULE_opencv_stitching_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/autocalib.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/blenders.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/camera.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/exposure_compensate.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/matchers.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/motion_estimators.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/seam_finders.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/stitcher.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/util.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/warpers.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/stitching/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_superres_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_superres module | |
OPENCV_MODULE_opencv_superres_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_video;opencv_flann;opencv_highgui;opencv_features2d;opencv_calib3d;opencv_objdetect;opencv_photo;opencv_ml;opencv_legacy;opencv_gpu | |
//Extra dependencies of opencv_superres module | |
OPENCV_MODULE_opencv_superres_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_superres module | |
OPENCV_MODULE_opencv_superres_DESCRIPTION:INTERNAL=Super Resolution | |
//List of header files for opencv_superres | |
OPENCV_MODULE_opencv_superres_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/include/opencv2/superres/optical_flow.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/include/opencv2/superres/superres.hpp | |
//Location of opencv_superres module sources | |
OPENCV_MODULE_opencv_superres_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres | |
//Optional dependencies of opencv_superres module | |
OPENCV_MODULE_opencv_superres_OPT_DEPS:INTERNAL=opencv_gpu;opencv_highgui | |
//Required dependencies of opencv_superres module | |
OPENCV_MODULE_opencv_superres_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_video | |
//List of source files for opencv_superres | |
OPENCV_MODULE_opencv_superres_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/btv_l1.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/btv_l1_gpu.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/frame_source.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/input_array_utility.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/optical_flow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/super_resolution.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/input_array_utility.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/ring_buffer.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/superres/src/cuda/btv_l1_gpu.cu | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_ts_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_ts module | |
OPENCV_MODULE_opencv_ts_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d | |
//Extra dependencies of opencv_ts module | |
OPENCV_MODULE_opencv_ts_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_ts module | |
OPENCV_MODULE_opencv_ts_DESCRIPTION:INTERNAL=The ts module | |
//List of header files for opencv_ts | |
OPENCV_MODULE_opencv_ts_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/include/opencv2/ts/gpu_perf.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/include/opencv2/ts/gpu_test.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/include/opencv2/ts/ts.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/include/opencv2/ts/ts_perf.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/include/opencv2/ts/ts_gtest.h | |
//Location of opencv_ts module sources | |
OPENCV_MODULE_opencv_ts_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts | |
//Optional dependencies of opencv_ts module | |
OPENCV_MODULE_opencv_ts_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_ts module | |
OPENCV_MODULE_opencv_ts_REQ_DEPS:INTERNAL=opencv_core;opencv_features2d | |
//List of source files for opencv_ts | |
OPENCV_MODULE_opencv_ts_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/gpu_perf.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/gpu_test.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/ts.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/ts_arrtest.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/ts_func.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/ts_gtest.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/ts_perf.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/ts/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_video_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_video module | |
OPENCV_MODULE_opencv_video_DEPS:INTERNAL=opencv_core;opencv_imgproc | |
//Extra dependencies of opencv_video module | |
OPENCV_MODULE_opencv_video_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_video module | |
OPENCV_MODULE_opencv_video_DESCRIPTION:INTERNAL=Video Analysis | |
//List of header files for opencv_video | |
OPENCV_MODULE_opencv_video_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/include/opencv2/video/background_segm.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/include/opencv2/video/tracking.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/include/opencv2/video/video.hpp | |
//Location of opencv_video module sources | |
OPENCV_MODULE_opencv_video_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video | |
//Optional dependencies of opencv_video module | |
OPENCV_MODULE_opencv_video_OPT_DEPS:INTERNAL= | |
//Required dependencies of opencv_video module | |
OPENCV_MODULE_opencv_video_REQ_DEPS:INTERNAL=opencv_imgproc | |
//List of source files for opencv_video | |
OPENCV_MODULE_opencv_video_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/bgfg_gaussmix.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/bgfg_gaussmix2.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/bgfg_gmg.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/camshift.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/kalman.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/lkpyramid.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/motempl.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/optflowgf.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/simpleflow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/tvl1flow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/video_init.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/lkpyramid.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/precomp.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/video/src/simpleflow.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_videostab_CLASS:INTERNAL=PUBLIC | |
//Flattened dependencies of opencv_videostab module | |
OPENCV_MODULE_opencv_videostab_DEPS:INTERNAL=opencv_core;opencv_imgproc;opencv_flann;opencv_highgui;opencv_features2d;opencv_video;opencv_photo;opencv_calib3d;opencv_objdetect;opencv_ml;opencv_legacy;opencv_gpu | |
//Extra dependencies of opencv_videostab module | |
OPENCV_MODULE_opencv_videostab_DEPS_EXT:INTERNAL= | |
//Brief description of opencv_videostab module | |
OPENCV_MODULE_opencv_videostab_DESCRIPTION:INTERNAL=Video stabilization | |
//List of header files for opencv_videostab | |
OPENCV_MODULE_opencv_videostab_HEADERS:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/deblurring.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/fast_marching.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/fast_marching_inl.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/frame_source.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/global_motion.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/inpainting.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/log.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/optical_flow.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/stabilizer.hpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/include/opencv2/videostab/videostab.hpp | |
//Location of opencv_videostab module sources | |
OPENCV_MODULE_opencv_videostab_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab | |
//Optional dependencies of opencv_videostab module | |
OPENCV_MODULE_opencv_videostab_OPT_DEPS:INTERNAL=opencv_gpu | |
//Required dependencies of opencv_videostab module | |
OPENCV_MODULE_opencv_videostab_REQ_DEPS:INTERNAL=opencv_imgproc;opencv_features2d;opencv_video;opencv_photo;opencv_calib3d;opencv_highgui | |
//List of source files for opencv_videostab | |
OPENCV_MODULE_opencv_videostab_SOURCES:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/deblurring.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/fast_marching.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/frame_source.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/global_motion.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/inpainting.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/log.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/motion_stabilizing.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/optical_flow.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/precomp.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/stabilizer.cpp;/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/videostab/src/precomp.hpp | |
//The cathegory of the module | |
OPENCV_MODULE_opencv_world_CLASS:INTERNAL=PUBLIC | |
//Brief description of opencv_world module | |
OPENCV_MODULE_opencv_world_DESCRIPTION:INTERNAL=All the selected OpenCV modules in a single binary | |
//Location of opencv_world module sources | |
OPENCV_MODULE_opencv_world_LOCATION:INTERNAL=/Users/sth/dev/py_tesseract/opencv-2.4.6/modules/world | |
//Optional dependencies of opencv_world module | |
OPENCV_MODULE_opencv_world_OPT_DEPS:INTERNAL=opencv_calib3d;opencv_contrib;opencv_core;opencv_features2d;opencv_flann;opencv_gpu;opencv_highgui;opencv_imgproc;opencv_legacy;opencv_ml;opencv_nonfree;opencv_objdetect;opencv_ocl;opencv_photo;opencv_stitching;opencv_superres;opencv_video;opencv_videostab | |
//Required dependencies of opencv_world module | |
OPENCV_MODULE_opencv_world_REQ_DEPS:INTERNAL=opencv_core | |
//ADVANCED property for variable: PDFLATEX_COMPILER | |
PDFLATEX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | |
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PS2PDF_CONVERTER | |
PS2PDF_CONVERTER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PYTHON_EXECUTABLE | |
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PYTHON_INCLUDE_DIR | |
PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PYTHON_LIBRARY | |
PYTHON_LIBRARY-ADVANCED:INTERNAL=1 | |
//MODIFIED property for variable: PYTHON_PACKAGES_PATH | |
PYTHON_PACKAGES_PATH-MODIFIED:INTERNAL=ON | |
//Have include unistd.h | |
Z_HAVE_UNISTD_H:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libavcodec:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libavformat:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libavutil:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libdc1394:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libdc1394-2:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libswscale:INTERNAL=1 | |
__pkg_config_checked_ALIASOF_libv4l1:INTERNAL=1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment