Open rgolovanov opened 6 years ago
Временное решение: удалить текст в cvclasses18\cvlib\CMakeLists.txt
после # Catch2
Git-Bash
$ OPENCV_DIR="/c/Program Files (x86)/opencv 3.4.1/build"
$ PATH=$PATH:"$OPENCV_DIR/x64/vc15"
$ PATH=$PATH:"$OPENCV_DIR/x64/vc15/bin"
$ mkdir build & cd build
$ cmake .. -G "Visual Studio 15 2017 Win64"
$ cmake --build .
@cvlabmiet/masters19
Файл ~/.gitconfig должен содержать
[http "https://github.com"]
proxy = http://inet:68CTx@10.0.0.2:3128
sslVerify = false
Texture Segmentation
Description
The main goal of the task is to meet on practice how texture segmentation works. In this particular task students should provide complete solution for Gabor filters.
Workflow