cvlabmiet / cvclasses19

Computer Vision Classes 2019
MIT License
2 stars 24 forks source link

Task 2 Texture Segmentation #6

Open rgolovanov opened 6 years ago

rgolovanov commented 6 years ago

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

  1. Fork current repository to your own public one or update yours with new commits from this one.
  2. Provide solution in your repository (resolve all \todo in the code).
  3. Create "Pull request" in your repository and mention lecturer to receive online feedback.
  4. Show complete solution on the next (or current) lesson in computer classroom.
rgolovanov commented 6 years ago

Работа в компьютерном классе

Проблемы скачивания catch

Временное решение: удалить текст в 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

Pol22 commented 6 years ago

Файл ~/.gitconfig должен содержать

[http "https://github.com"]
        proxy = http://inet:68CTx@10.0.0.2:3128
        sslVerify = false