Skip to content

mukeshkumarc/FOSSEE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FOSSEE Toolbox project To execute stdfilt.cpp open terminal and paste

$ g++ -ggdb pkg-config --cflags opencv -o basename stdfilt.cpp .cpp stdfilt.cpp pkg-config --libs opencv $./stdfilt yourimageloaction with imagename (if image and cpp both in same folder then $./stdfilt imagename.extension)

To execute multithresh.cpp

$ g++ -ggdb pkg-config --cflags opencv -o basename multithresh.cpp .cpp multithresh.cpp pkg-config --libs opencv $./stdfilt yourimageloaction with imagename (if image and cpp both in same folder then $./stdfilt imagename.extension)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages