Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 2 Texture Segmentation #6

Open
rgolovanov opened this issue Sep 19, 2018 · 2 comments
Open

Task 2 Texture Segmentation #6

rgolovanov opened this issue Sep 19, 2018 · 2 comments

Comments

@rgolovanov
Copy link
Contributor

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
Copy link
Contributor Author

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

  • Visual Studio 2017
  • OpenCV 3.4.1

Проблемы скачивания 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
Copy link

Pol22 commented Sep 19, 2018

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants