Digital image processing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

1st Mar 2019, 9:08 PM
Kishna Ram
Kishna Ram - avatar
1 Answer
+ 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.
2nd Mar 2019, 10:35 AM
Tibor Santa
Tibor Santa - avatar