tanjo / machigaisagashi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

間違い探し

はじめに

git submodule update --init --recursive
pushd opencv
mkdir release
pushd release
cmake ..
make -j8
make install
popd
popd
cmake .
make
./machigaisagashi /Users/hoge/thisisimagepath/fuga.jpg

おまけ

cmake -GXcode .

で Xcode のプロジェクトが作成される 便利

About


Languages

Language:C++ 85.2%Language:CMake 14.8%