Estimation of Ozone in Atmosphere
Problem Statement
Introduction
The objective of this project was to develop an image analysis method to determine particle agglomeration in the crystallization process. Monitoring particle behavior is essential for optimizing crystallization processes in industries like pharmaceuticals and chemicals. Agglomeration, where particles clump together, can influence the efficiency and quality of crystallization, making it crucial to detect and quantify agglomerates accurately.
Motivation and Objective:
To achieve this, OpenCV, a widely used open-source computer vision library, was employed for image pre-processing and feature extraction. The overall process followed these steps:
Image Pre-processing: The raw images of the crystallization process were pre-processed to enhance the clarity of particle boundaries. This was done using:
- Gaussian Blur to smooth out noise and improve the accuracy of edge detection.
- Canny Edge Detection to detect the boundaries of the particles, which is crucial for identifying individual crystals and agglomerates.
Feature Extraction and Classification: Once the particles were delineated, several geometrical features were extracted to differentiate primary crystals from agglomerates. These features included:
- Convexity
- Concavity
- Circularity
These features provided valuable insights into the shape and structure of the particles, which were used to classify them as either primary crystals or agglomerates.
- Contouring and Analysis: Using OpenCV’s contouring functionalities, the boundaries of the particles were accurately determined. The contours were then analyzed based on the extracted features to classify the particles.
Initial Testing and Results:
The method was tested on an initial sample of 80 particles, and the classification accuracy was impressive, with 78 particles classified correctly. This resulted in an error rate of less than 3%, demonstrating the method’s effectiveness in identifying and classifying agglomerates.
While the initial tests showed promising results, the classification thresholds may need to be adjusted based on the specific setup of the system or varying conditions in different crystallization processes.
Impact and Potential Applications:
This image analysis method provides a valuable tool for real-time monitoring of the crystallization process, enabling more precise control over particle behavior. By accurately identifying and quantifying agglomerates, the method can assist in optimizing crystallization parameters, improving product quality, and increasing process efficiency.