+ 1
Digital image processing
I want to find out the centroid of a image which contains thousands of nano particles of different shapes and sizes. Also, I want to detect all those different shapes. Could anyone please help to figure it out? How do I start my work? What is approach for this kind of problem?
1 Resposta
+ 2
This is not a novice subject in any case. There are numerous libraries that can come to your rescue...
https://www.datasciencecentral.com/profiles/blogs/9-JUMP_LINK__&&__python__&&__JUMP_LINK-libraries-which-can-help-you-in-image-processing
I would probably start with scikit-image and see if that is a good fit for your project. At least it has many examples and use cases on its documentation page.