Skip to content

ursl/visual0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual0

Repository for a variety of visual/graphics code in "new" setups.

install dependencies on Linux

Cf. https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html

cd somewhere
wget -O opencv.zip https://github.com/opencv/opencv/archive/4.x.zip
unzip opencv.zip
cd opencv-4.x
mkdir _build && cd _build
cmake ..
cmake --build . --parallel 10

analysis code

Get the source code

git clone https://github.com/ursl/visual0

Adapt the Makefile to find your installation of opencv

Example first run

bin/opencvRun -m test0 -f DSC_3084.JPG 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published