by lilouartz on 6/16/24, 10:02 PM with 3 comments
I would imagine the software would need to project series of images onto a cylinder, align them, and then recognize and extract the label.
Feels like I will need to write the solution myself, but figured I will ask before I start tackling the problem.
by serf on 6/17/24, 2:24 AM
if the images are uniform enough in style you can then probably crop them all at once with mask coordinates.
opencv/imagemagick will handle all of it.
if the images aren't uniform enough to crop them all at once, consider the use of a 'lazy susan' style vertical rotisserie, take all the photos from the same plane, easy post-processing.
by ahazred8ta on 6/17/24, 12:19 AM