Mineral-Processing-Technology-Image-Analytics
In the field of Mineral Processing Technology, size analysis of the various particles of an extracted sample is of importance in determining the qu…
In the field of Mineral Processing Technology, size analysis of the various particles of an extracted sample is of importance in determining the qu…
In 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). Example –
Read the input images for the challenge form the “input” folder, process each image based on the calculations mentioned and save the output image in the “output” folder.
No — it requires the OpenCV (cv2) library, which is not available in Pyodide, and reads/writes image files from the real filesystem.