sakoho81 / miplib

A Python software library with a variety of functions for (optical) microscopy image restoration, reconstruction and analysis.
Other
70 stars 24 forks source link

How do I use image quality ranking? #2

Closed GayatriChandran closed 4 years ago

GayatriChandran commented 4 years ago

How do I use the image quality assessment functions? For example : In batch_evaluate_image_quality(path, options) what are the 'options' ? Also, can I use this method for ranking images of beads?

sakoho81 commented 4 years ago

Hi Gayatri,

thanks for asking. I added an example in the Examples directory.

GayatriChandran commented 4 years ago

Thanks! I'll try it out