cv2cg
cv2cg copied to clipboard
Automatically exported from code.google.com/p/cv2cg
Hi, I have a question about the source code, and that is about the struct Normalize2D in which the function getTransform try to make mean zero and unit variance 2D...
``` AprilCalib.cpp:66:25: error: use of overloaded operator '[]' is ambiguous (with operand types 'ConfigHelper::ConfigNode' and 'const char [5]') std::string mode = cfn["mode"].str(); ``` ``` CMakeCache.txt:CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ ``` ``` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ --version Apple...
``` CMake Error at cmake/SetCV2CGDependencies.cmake:30 (message): Please specify a valid root directory for LCH (https://github.com/simbaforrest/lch.git)! Call Stack (most recent call first): CMakeLists.txt:27 (include) ```` documentation should have: ``` git submodule...
Hi, Chen. These are the changes we made to be able to build and run `cv2cd` under Ubuntu 16.04 and `OpenCV 3.1.0`