Ishaan28malik / Hacktoberfest-2023

Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
MIT License
551 stars 1.71k forks source link

Mineral Processing Technology - Image Analytics #2004

Open manishkumar00208 opened 9 months ago

manishkumar00208 commented 9 months ago

Is your feature request related to a problem? Please describe. Describe the solution you'd like

n the field of Mineral Processing Technology, size analysis of the various particles of an extracted sample is of importance in determining the quality of minerals, entropy values and in establishing the degree of liberation of the values from the gangue at various particle sizes. In this problem statement, candidate is required to analyze the mineral particles in the input folder and calculate the following -

The smallest circle that just encapsulates the particle (the circle has to be generated on the image).

Total surface area of the particle (in pixels) (Has to be generated on the image)

The major axis (longest axis) in the particle that lies entirely inside the particle (in pixels) (Has to be generated on the image)

Total perimeter of the particle (in pixels) (Has to be generated on the image)

Centroid of the particle (Has to be generated on the image)