Skip to content

vseliubov/image-binary-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Binary Matrix

A small application to fetch an image mask based on a specified color range and generate a binary matrix corresponding to the mask.

Requirements

Build & Run

Build

If you are building for the first time, please run conan profile detect and conan profile show to make sure that the compiler.cppstd option includes the 17 version of C++.

make build

OR

python ./scripts/build.py

OR

python3 ./scripts/build.py

P.S. The initial build may take a considerable amount of time.

Run

make run

OR

python ./scripts/run.py

OR

python3 ./scripts/run.py

P.S. Tested on MacOS 14, Windows 11 and Ubuntu 22.

Technologies

Screenshots

Application GUI

Application GUI

Binary Matrix Output

Binary Matrix Output

About

Image Binary Matrix : using OpenCV & ImGui

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Contributors