this post was submitted on 27 Feb 2021
1 points (100.0% liked)
C & C++
890 readers
9 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wondering if imagemagick or graphicsmagick would be useful. They can be used as libraries instead of just programs. libmupdf has some interesting graphics routines. As to boundary detection, might need to look at machine learning libraries for that. Some C machine learning libraries that deal with image detection include ccv ( https://github.com/liuliu/ccv ), yolo ( https://pjreddie.com/darknet/ ) and vlfeat ( https://www.vlfeat.org/ ).