Skip to content

czoido/imgui-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui - opencv

Just a simple demo to add opencv, imgui and poco libraries to a project using Conan.io The program will download a picture from the Internet and apply a threshold to the image with the desired level through an slider.

use

How to use:

  1. Install conan: https://docs.conan.io/en/latest/installation.html
  2. Clone this repo: git clone https://github.com/czoido/imgui-opencv.git
  3. cd imgui-opencv For CMake
  4. mkdir build && cd build
  5. conan install ..
  6. conan build ..
  7. ./bin/imgui-opencv For Visual Studio 16 2019
  8. cd msvc
  9. conan install .. -g=MSBuildDeps -if=conan
  10. Open msvc.sln
  11. Change to Release and x64 configuration in IDE
  12. Build solution & run

App running You can use a custom url to load your image Click 'Open' to open the image Apply a threshold with the slider

About

Use opencv, imgui and poco libraries in a project with Conan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published