File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636```
3737afterwards, while on Windows you will open the project file in Visual Studio and start the build there.
3838
39+ ## Note for Windows users
40+ These steps are necessary to get CppMT running on Windows:
41+ * Download this repository.
42+ * Download and install
43+ [ Visual Studio] ( https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx ) .
44+ * Download and install the latest [ OpenCV 2.4.x release] ( http://opencv.org/downloads.html ) .
45+ * Download and install the latest [ CMake release] ( http://www.cmake.org/download/ ) .
46+ * Run CMake and configure the project [ like so] ( http://www.gnebehay.com/cmt/cmake.png ) .
47+ The only thing you actually have to specify yourself is the location of your OpenCV installation.
48+ * Add the OpenCV DLLs to the PATH environment variable [ like so] ( http://www.gnebehay.com/cmt/path.png ) .
49+ The vcXX part depends on the edition of visual studio that you are using.
50+ For example, vc12 is to be used for Visual Studio 2013.
51+ * Open the Visual Studio solution file (CMT.sln), hit F7 to build and F5 to Run/Debug.
52+
3953# Usage
4054```
41- usage: ./cmt [--challenge] [--no-scale] [--no -rotation] [--bbox BBOX] [inputpath]
55+ usage: ./cmt [--challenge] [--no-scale] [--with -rotation] [--bbox BBOX] [inputpath]
4256```
4357## Optional arguments
4458* ` inputpath ` The input path.
You can’t perform that action at this time.
0 commit comments