using opencv to validate image for laser print [closed]
Hi all, i would like to use opencv to validate scanned digital images for laser print so to discart images that could have low quality after print.
could you help me ?
thanks Armando
If I well understood, you scan the images and then you choose what to print... I suggest you to start by defining (in human visual terms) what is low quality (like pixeling, or something like that), and try to find that thing in your scanned images.
i have a good samples and fail samples but i would like to identify measures that could use to validate setting ranges (ex: mean 150 - 600)
hmm no idea if you really need computer vision for that. Most images supply exif data, which could be used to read the specifics on how the images was created including resolution and camera settings. As far as I know the only thing that will influence laser printing is resolution right?