ImageAI icon indicating copy to clipboard operation
ImageAI copied to clipboard

objective image quality matrix

Open thasnimolvs opened this issue 4 years ago • 2 comments

i want to check an image captured from camera , quantify by means of providing a score to say if an image is in focus or not::??means how good the focus of image . how to check it using python coding

thasnimolvs avatar Dec 16 '21 08:12 thasnimolvs

  1. What is your dataset?
  2. How do u want to solve it? Aka machine learning or hardcoded alt?
  3. Any experience in image processing or similar things?
  4. Any methods u tried before ?

ekesdf avatar Dec 16 '21 14:12 ekesdf

@ekesdf

  1. my application is i have set of images ,captured from camera ( not digital industrial camera) so i want to check the images are in correct focus or not , currently what am doing is just in subjective way while looking on the images setting the parameters. but i want to check the focus of images in an objective way, by providing a score to image , like how good the focus ?
  2. using python kind of method or any coding platform (using pixel values or applying some operations on those matrices- objective image quality )
  3. i never did anything related to image processing, but did coding in python and all for my other projects
  4. nono, i have confusion becoz of, when i set this focus based on just seeing images, its not that much perfect , so need a perfect way

thasnimolvs avatar Dec 17 '21 06:12 thasnimolvs