SlideShare a Scribd company logo
IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 
A simple methodology for identifying hematite 
grains under polarized reflected light microscopy 
428 
Otávio da Fonseca Martins Gomes 
CETEM – Centre for Mineral Technology 
Rio de Janeiro, Brazil 
ogomes@gmail.com 
Sidnei Paciornik and Julio Cesar Alvarez Iglesias 
Department of Materials Engineering 
PUC-Rio – Catholic University of Rio de Janeiro 
Rio de Janeiro, Brazil 
sidnei@puc-rio.br, julioc.alvarez@gmail.com 
Abstract— The identification of hematite grains is an 
intermediate task that aids the texture characterization 
of iron ores, a key step in quality control. The present 
paper proposes a simple methodology for identifying 
hematite grains in images obtained by reflected light 
microscopy, with promising results. An automatic 
image processing routine segments hematite grains 
imaged under two polarizer/analyzer angles. 
Keywords—iron ore, texture, ore characterization, 
reflected light microscopy, polarized light 
I. INTRODUCTION 
The growing use of iron ore and its by-products in 
consumer products manufacture evidences the 
importance of this industry for the national and global 
economy. On the other hand, the quality of available iron 
ores has been decreasing over the years. Therefore, 
mining companies strive for improvements in their 
products in order to maintain and upgrade their 
performance in the market. 
The traditional trading of iron ores is based on 
chemical specifications and particle size distribution. 
However, recent characterization studies that bring 
additional information have become important. In fact, 
porosity, quantitative mineralogy, fabric analysis (spatial 
distribution of different minerals within the particles) 
and texture analysis (spatial distribution of different 
grains within a mineral) can contribute to the 
determination of the iron ores downstream beneficiation 
operations and subsequent steelmaking process, allowing 
improvements on both new and existing processes [1,2]. 
Qualitative characterization of iron ores is typically 
performed by visual examination under the reflected 
light microscope (RLM). The most common iron-bearing 
minerals (hematite, magnetite and goethite) can 
be visually identified on RLM through their distinct 
reflectances [3]. 
Automatic image analysis systems are capable of 
identifying hematite, magnetite and goethite by their 
colors on suitable RLM images. In recent years, some 
methodologies [4–7] were developed for performing 
mineralogical characterization of iron ores through 
image analysis systems. 
The Brazilian iron ores have a simple mineralogy, 
generally involving hematite, magnetite, goethite and 
some gangue minerals, mainly quartz. Practically all of 
them are of the hematite prevailing type. Nevertheless, 
they present very diverse microstructures. Different 
characters of hematite grains, such as lamellar, granular 
and recrystallized, are found. 
Hematite is a strongly anisotropic mineral. It presents 
bireflectance [3], i.e. its reflectance and consequently its 
brightness in images change with different crystal lattice 
orientations under plane polarized light. This brightness 
variation is subtle, but it is perceptible to a trained 
human eye on RLM. 
On the other hand, the combined use of a polarizer 
and an analyzer in RLM promotes brightness and color 
variations due to anisotropy [8]. This approach can be 
used to obtain images that present sufficient contrast to 
differentiate grains. Pirard et al. [9] developed an image 
processing methodology to determinate hematite grain 
boundaries in which a set of seven images per field is 
acquired rotating the polarizer by short steps. 
The present paper proposes a simple methodology 
for perform an automatic identification of hematite 
grains in images obtained on RLM. This methodology 
uses an image processing routine composed of classical 
techniques to segment hematite grains imaged under two 
polarizer/analyzer angles, combined with an image 
obtained without the analyzer. 
II. METHODOLOGY 
A. Image acquisition 
A motorized and computer controlled RLM with a 
digital camera (RGB, 24 bits, 1300 x 1030 pixels) was 
employed to acquire images from polished cross-sections 
of iron ore samples. Three images per field (sample 
location) were acquired: 
• a 24 bit RGB mineralogical image obtained 
without the analyzer (Figure 1);
IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 
429 
• a 24 bit RGB crystallographic image obtained 
with the polarizer rotated about 30° from the 
crossed nicols arrangement (Figure 2); 
• a 24 bit RGB crystallographic image obtained 
with polarizer rotated about -30° from the 
crossed nicols arrangement (Figure 3). 
Figure 1. Mineralogical image: image obtained on RLM without the 
analyzer. 
Figure 2. Crystallographic image 1: image obtained on RLM with 
the polarizer rotated about 30° from the crossed nicols arrangement. 
Figure 3. Crystallographic image 2: image obtained on RLM with 
the polarizer rotated about -30° from the crossed nicols arrangement. 
The polarizer/analyzer configurations of 30° and -30° 
from the crossed nicols arrangement were used to make 
the proposed methodology reproducible. In practice, the 
methodology can also work with images acquired 
rotating the polarizer by a different step from an 
extinction point. 
B. Image analysis 
The image analysis procedure followed a routine that 
is comprised basically by the following sequence: 
• Segmentation of hematite. 
• Coarse segmentation of hematite grains. 
• Fragmenting of hematite grains. 
• Generation of seeds of hematite grains. 
• Region growing of the seeds in order to form the 
segmented hematite grains. 
The segmentation of hematite is carried out through 
thresholding of the mineralogical image acquired on the 
RLM without the analyzer. The hematite binary image 
thereby obtained constitutes a mask that is used in the 
following image processing steps to remove any pixel 
outside the hematite phase. Actually, in the present 
methodology the mineralogical image is used just for 
segmenting hematite from the rest of the image. 
To make the coarse segmentation of hematite grains, 
the classical Canny edge detection method [10] is 
applied to the two crystallographic images in order to 
determine the grain boundaries. Therefore, two binary 
images of boundaries are obtained. These images are 
merged and the resultant image is subsequently 
subtracted from the hematite binary one. The result is a 
binary image that roughly contains hematite grains. 
Nevertheless, the latter procedure is not capable of 
identifying all hematite grains. It only furnishes a coarse 
segmentation. In fact, some of detected regions are two 
or more adjacent grains that have similar crystal 
orientations and consequently present similar color in 
crystallographic images. 
On the other hand, this first binary image of hematite 
grains is useful as a first approximation. Then, it is 
partitioned through the watersheds technique [11] in 
order to separate joined grains. To guarantee that all 
grains are separated, the watersheds must be over 
applied. This procedure actually leads to a binary image 
in which the grains are separated, but they are extremely 
fragmented too (Figure 4). 
Figure 4. Binary image of fragmented hematite grains. 
Then, the morphological operation of ultimate 
erosion [12] is applied to this image. Therefore, the 
fragments are reduced to a set of seeds composed by one 
pixel each. Finally, the hematite grains are correctly 
discriminated through a region growing segmentation 
method [13], using the seeds. 
The region growing algorithm employed in this paper 
is quite different from the classical one. It is fed by both 
crystallographic images as well as by the seeds image. 
Before region growing segmentation, a median filter is 
applied to the crystallographic images in order to reduce 
salt and pepper noise.
IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 
430 
A pixel connected to a grain is considered as 
belonging to it if its maximum spectral distance in RGB 
space from the corresponding seed pixel in 
crystallographic images is smaller than a fixed threshold. 
Specifically, a pixel p(x,y) connected to a grain g that is 
defined by the seed pixel p(xg,yg) pertains to the grain g 
only if the following rule is obeyed: 
d x y t g ( , ) < (1) 
where t = 0.03; and d 
g 
(x,y) is the maximum spectral 
distance in RGB space between the corresponding pixels 
of p(x,y) and p(xg,yg) in both crystallographic images, 
computed as 
d ( x, y ) Max(d ( x, y ),d ( x, y )) g g g 
1 2 = (2) 
 
   
R ( x , y ) 
i g g 
g 
G ( x , y ) 
(3) 
i  
 
− 
   
 
 
   
R ( x, y ) 
i 
G ( x, y ) 
 
 
= 
   
 
i g g 
B ( x , y ) 
i 
B ( x, y ) 
d ( x, y ) 
i g g 
i 
where i is 1 or 2, indicating the crystallographic image 1 
or 2, respectively; d ( x, y ) g 
i is the spectral distance in 
RGB space between the corresponding pixels of p(x,y) 
and p(xg,yg) in the crystallographic image i; and Ri(x,y), 
Gi(x,y), Bi(x,y) are the RGB values of the corresponding 
pixel p(x,y) in the crystallographic image i. 
The region growing algorithm evolves finding grains 
automatically. If two or more grains are overlapped, they 
are united. Figure 5 presents the resulting image of 
segmented hematite grains for the field shown in 
previous figures. In this image, each grain is labeled with 
a different color. Figure 6 shows the edges of the 
detected grains superimposed on crystallographic image 
1. 
Figure 5. Labeled hematite grains. 
Figure 6. Grain boundaries (white) superimposed on crystallographic 
image 1. 
III. DISCUSSION 
The results are promising. The vast majority of 
grains were correctly identified. Even adjacent crystals 
with similar colors were discriminated. 
The method is essentially automatic once the images 
have been captured. The only adjustable parameter is t, 
which controls the sensitivity of pixel spectral distance 
in RGB space. 
However, some limitations must be pointed out. 
Given its discrimination capability, the method is also 
sensitive to problems in sample surface due to specimen 
preparation, such as scratches or relief. Figure 6 shows 
these two types of defects: a fake boundary in the lower 
part due to a scratch and a displaced boundary on the top 
right crystal, due to relief. Actually, this field of view 
was chosen to show these problems. Nevertheless, a 
suitable sample preparation can mitigate them. 
It is also important to mention that the image 
acquisition step may be labor intensive, as it requires 
three images for each field (sample location), and tens of 
fields are normally required to provide a representative 
sampling of the material. Although field scanning is 
motorized and computer controlled in the microscope 
used, polarizer rotation is manual. As future work, the 
authors intend to motorize the polarizer rotation 
procedure. 
IV. CONCLUSIONS 
A novel method for automatic discrimination of 
crystals employing polarized RLM was developed. 
The method employs traditional image processing 
operations and proposes an optimized spectral distance 
classifier to control region growing from automatically 
obtained seeds. 
It is worth mentioning that the proposed region 
growing procedure is very robust and is able to deal with 
the excessive number of seeds derived from the 
watershed segmentation. This allows the use of a simple 
sequence of traditional image processing steps, readily 
available in many softwares. 
Its application to hematite crystals in iron ore is a 
relevant step in ore quality control and opens the 
possibility of more sophisticated crystal morphology 
identification, which is currently under development. 
The method can also be applied to other anisotropic 
materials. 
ACKNOWLEDGMENT 
The support of CNPq and CAPES, Brazilian 
Agencies, and MCT is gratefully acknowledged. 
REFERENCES 
[1] C. B. Vieira, C. A. Rosière, E. Q. Pena, V. Seshadri and P. S. 
Assis, “Avaliação técnica de minérios de ferro para sinterização 
nas siderúrgicas e minerações brasileiras: uma análise crítica,” 
Rem: Revista Escola de Minas, vol. 56, pp. 97–102, 2003. 
[2] L. D. Santos and P. R. G. Brandão, “LM, SEM and EDS study 
of microstructure of Brazilian iron ores,” Microscopy and 
Analysis, vol. 19, pp. 17–19, 2005.
IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 
431 
[3] A. J. Criddle and C. J. Stanley, Quantitative Data File for Ore 
Minerals, 3rd ed. London: Chapman  Hall, 1993. 
[4] E. Pirard and S. Lebichot, “Image analysis of iron oxides under 
the optical microscope,” in Applied Mineralogy: Developments 
in Science and Technology, vol. 1, M. Pecchio et al. Eds. São 
Paulo: ICAM-BR – International Council for Applied 
Mineralogy do Brasil, 2004, pp. 153–156. 
[5] E. Donskoi et al., “Utilization of optical image analysis and 
automatic texture classification for iron ore particle 
characterisation,” Minerals Engineering, vol. 20, pp. 461–471, 
2007. 
[6] O. D. M. Gomes and S. Paciornik, “Iron ore quantitative 
characterisation through reflected light-scanning electron co-site 
microscopy,” in Ninth International Congress for Applied 
Mineralogy. Carlton: The Australasian Institute of Mining and 
Metalurgy, 2008, pp. 699–702. 
[7] O. D. M. Gomes and S. Paciornik, “RLM-SEM co-site 
microscopy applied to iron ore characterization”, in Annals of 
2nd International Symposium on Iron Ore. São Paulo: 
Associação Brasileira de Metalurgia e Materiais, 2008, pp. 218– 
224. 
[8] C. Gribble and A. J. Hall, Optical Mineralogy: Principles and 
practice. London: UCL Press, 1992. 
[9] E. Pirard, S. Lebichot, and W. Krier, “Particle texture analysis 
using polarized light imaging and grey level intercepts”, 
International Journal of Mineral Processing, vol. 84, pp. 299– 
309, 2007. 
[10] J. Canny, “A Computational Approach to Edge Detection”, 
IEEE Transactions on Pattern Analysis and Machine 
Intelligence, vol. 8, no. 6, pp. 679–698, 1986. 
[11] S. Beucher and C. Lantuéjoul, Use of watersheds in contour 
detection, in Proceedings of International Workshop on Image 
Processing, Real-time Edge and Motion detection/estimation, 
Rennes, France, 1979, pp. 2.1–2.12. 
[12] J. Serra, Image Analysis and Mathematical Morphology. 
London: Academic Press, 1982. 
[13] R. Adams and L. Bischof, “Seeded region growing”, IEEE 
Transactions on Pattern Analysis and Machine Intelligence, vol. 
16, no. 6, pp. 641–647, 1994.

More Related Content

What's hot

O044087379
O044087379O044087379
O044087379
IJERA Editor
 
Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...
Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...
Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...
IOSR Journals
 
C010332025
C010332025C010332025
C010332025
IOSR Journals
 
Morphological Image Processing
Morphological Image ProcessingMorphological Image Processing
Morphological Image Processing
Sanjeev Kumar Jaiswal
 
Synthesis and characterization of MnO2/rGO nano composite for super capacitors
Synthesis and characterization of MnO2/rGO nano composite for super capacitorsSynthesis and characterization of MnO2/rGO nano composite for super capacitors
Synthesis and characterization of MnO2/rGO nano composite for super capacitors
IRJET Journal
 
Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...
Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...
Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...
MOSES CHARLES SIAME
 

What's hot (6)

O044087379
O044087379O044087379
O044087379
 
Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...
Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...
Growth, Structure and Physical Properties of Tetraaqua Bismaleatocobalt (II) ...
 
C010332025
C010332025C010332025
C010332025
 
Morphological Image Processing
Morphological Image ProcessingMorphological Image Processing
Morphological Image Processing
 
Synthesis and characterization of MnO2/rGO nano composite for super capacitors
Synthesis and characterization of MnO2/rGO nano composite for super capacitorsSynthesis and characterization of MnO2/rGO nano composite for super capacitors
Synthesis and characterization of MnO2/rGO nano composite for super capacitors
 
Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...
Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...
Treatment of Low-Grade Iron Ore using Two Stage Wet High-Intensity Magnetic S...
 

Viewers also liked

Nish
NishNish
Nish
nishbash
 
Lean Iron Ore Beneficiation
Lean Iron Ore BeneficiationLean Iron Ore Beneficiation
Lean Iron Ore Beneficiation
Krishna Kumar Sharma
 
Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...
Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...
Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...
Basdew Rooplal
 
201703 bki corp_pres
201703 bki corp_pres201703 bki corp_pres
201703 bki corp_pres
blackiron
 
Non-metallic Mineral Deposits
Non-metallic Mineral DepositsNon-metallic Mineral Deposits
Extraction Of Iron
Extraction Of IronExtraction Of Iron
Extraction Of Iron
Sarbjit Singh
 

Viewers also liked (6)

Nish
NishNish
Nish
 
Lean Iron Ore Beneficiation
Lean Iron Ore BeneficiationLean Iron Ore Beneficiation
Lean Iron Ore Beneficiation
 
Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...
Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...
Pre- Feasibility study of a low grade iron ore http://mineralprocessingconsul...
 
201703 bki corp_pres
201703 bki corp_pres201703 bki corp_pres
201703 bki corp_pres
 
Non-metallic Mineral Deposits
Non-metallic Mineral DepositsNon-metallic Mineral Deposits
Non-metallic Mineral Deposits
 
Extraction Of Iron
Extraction Of IronExtraction Of Iron
Extraction Of Iron
 

Similar to Hematite identification

Microstructure anlaysis and enhancement of nodular cast iron using digital im...
Microstructure anlaysis and enhancement of nodular cast iron using digital im...Microstructure anlaysis and enhancement of nodular cast iron using digital im...
Microstructure anlaysis and enhancement of nodular cast iron using digital im...
eSAT Journals
 
EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
IAEME Publication
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
IJERA Editor
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET Journal
 
Pa nalytical pdf
Pa nalytical pdfPa nalytical pdf
Pa nalytical pdf
Maykel Manawan
 
Vol2no2 17
Vol2no2 17Vol2no2 17
A Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in MammogramA Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in Mammogram
IDES Editor
 
6 superpixels using morphology for rock image
6 superpixels using morphology for rock image6 superpixels using morphology for rock image
6 superpixels using morphology for rock image
Alok Padole
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
researchinventy
 
K41046972
K41046972K41046972
K41046972
IJERA Editor
 
Comparative studies of multiscale edge detection using different edge detecto...
Comparative studies of multiscale edge detection using different edge detecto...Comparative studies of multiscale edge detection using different edge detecto...
Comparative studies of multiscale edge detection using different edge detecto...
journalBEEI
 
Denoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using SobelmethodDenoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using Sobelmethod
IJMER
 
Estimation, Detection & Comparison of Soil Nutrients using Matlab
Estimation, Detection & Comparison of Soil Nutrients using MatlabEstimation, Detection & Comparison of Soil Nutrients using Matlab
Estimation, Detection & Comparison of Soil Nutrients using Matlab
IRJET Journal
 
F045033337
F045033337F045033337
F045033337
IJERA Editor
 
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKINGAPPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
sipij
 
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
sipij
 
Reconstruction of Inner Worm Passage of Quercus Mongolica Seeds
Reconstruction of Inner Worm Passage of Quercus Mongolica SeedsReconstruction of Inner Worm Passage of Quercus Mongolica Seeds
Reconstruction of Inner Worm Passage of Quercus Mongolica Seeds
Dr. Amarjeet Singh
 
IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...
IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...
IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...
mlaij
 
A Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough TransformA Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough Transform
IJSRED
 

Similar to Hematite identification (20)

Microstructure anlaysis and enhancement of nodular cast iron using digital im...
Microstructure anlaysis and enhancement of nodular cast iron using digital im...Microstructure anlaysis and enhancement of nodular cast iron using digital im...
Microstructure anlaysis and enhancement of nodular cast iron using digital im...
 
EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
 
Pa nalytical pdf
Pa nalytical pdfPa nalytical pdf
Pa nalytical pdf
 
JCM 086206
JCM 086206JCM 086206
JCM 086206
 
Vol2no2 17
Vol2no2 17Vol2no2 17
Vol2no2 17
 
A Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in MammogramA Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in Mammogram
 
6 superpixels using morphology for rock image
6 superpixels using morphology for rock image6 superpixels using morphology for rock image
6 superpixels using morphology for rock image
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
K41046972
K41046972K41046972
K41046972
 
Comparative studies of multiscale edge detection using different edge detecto...
Comparative studies of multiscale edge detection using different edge detecto...Comparative studies of multiscale edge detection using different edge detecto...
Comparative studies of multiscale edge detection using different edge detecto...
 
Denoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using SobelmethodDenoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using Sobelmethod
 
Estimation, Detection & Comparison of Soil Nutrients using Matlab
Estimation, Detection & Comparison of Soil Nutrients using MatlabEstimation, Detection & Comparison of Soil Nutrients using Matlab
Estimation, Detection & Comparison of Soil Nutrients using Matlab
 
F045033337
F045033337F045033337
F045033337
 
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKINGAPPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
 
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
 
Reconstruction of Inner Worm Passage of Quercus Mongolica Seeds
Reconstruction of Inner Worm Passage of Quercus Mongolica SeedsReconstruction of Inner Worm Passage of Quercus Mongolica Seeds
Reconstruction of Inner Worm Passage of Quercus Mongolica Seeds
 
IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...
IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...
IMAGE BASED RECOGNITION - RECENT CHALLENGES AND SOLUTIONS ILLUSTRATED ON APPL...
 
A Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough TransformA Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough Transform
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
AkolbilaEmmanuel1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
manasideore6
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 

Hematite identification

  • 1. IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing A simple methodology for identifying hematite grains under polarized reflected light microscopy 428 Otávio da Fonseca Martins Gomes CETEM – Centre for Mineral Technology Rio de Janeiro, Brazil ogomes@gmail.com Sidnei Paciornik and Julio Cesar Alvarez Iglesias Department of Materials Engineering PUC-Rio – Catholic University of Rio de Janeiro Rio de Janeiro, Brazil sidnei@puc-rio.br, julioc.alvarez@gmail.com Abstract— The identification of hematite grains is an intermediate task that aids the texture characterization of iron ores, a key step in quality control. The present paper proposes a simple methodology for identifying hematite grains in images obtained by reflected light microscopy, with promising results. An automatic image processing routine segments hematite grains imaged under two polarizer/analyzer angles. Keywords—iron ore, texture, ore characterization, reflected light microscopy, polarized light I. INTRODUCTION The growing use of iron ore and its by-products in consumer products manufacture evidences the importance of this industry for the national and global economy. On the other hand, the quality of available iron ores has been decreasing over the years. Therefore, mining companies strive for improvements in their products in order to maintain and upgrade their performance in the market. The traditional trading of iron ores is based on chemical specifications and particle size distribution. However, recent characterization studies that bring additional information have become important. In fact, porosity, quantitative mineralogy, fabric analysis (spatial distribution of different minerals within the particles) and texture analysis (spatial distribution of different grains within a mineral) can contribute to the determination of the iron ores downstream beneficiation operations and subsequent steelmaking process, allowing improvements on both new and existing processes [1,2]. Qualitative characterization of iron ores is typically performed by visual examination under the reflected light microscope (RLM). The most common iron-bearing minerals (hematite, magnetite and goethite) can be visually identified on RLM through their distinct reflectances [3]. Automatic image analysis systems are capable of identifying hematite, magnetite and goethite by their colors on suitable RLM images. In recent years, some methodologies [4–7] were developed for performing mineralogical characterization of iron ores through image analysis systems. The Brazilian iron ores have a simple mineralogy, generally involving hematite, magnetite, goethite and some gangue minerals, mainly quartz. Practically all of them are of the hematite prevailing type. Nevertheless, they present very diverse microstructures. Different characters of hematite grains, such as lamellar, granular and recrystallized, are found. Hematite is a strongly anisotropic mineral. It presents bireflectance [3], i.e. its reflectance and consequently its brightness in images change with different crystal lattice orientations under plane polarized light. This brightness variation is subtle, but it is perceptible to a trained human eye on RLM. On the other hand, the combined use of a polarizer and an analyzer in RLM promotes brightness and color variations due to anisotropy [8]. This approach can be used to obtain images that present sufficient contrast to differentiate grains. Pirard et al. [9] developed an image processing methodology to determinate hematite grain boundaries in which a set of seven images per field is acquired rotating the polarizer by short steps. The present paper proposes a simple methodology for perform an automatic identification of hematite grains in images obtained on RLM. This methodology uses an image processing routine composed of classical techniques to segment hematite grains imaged under two polarizer/analyzer angles, combined with an image obtained without the analyzer. II. METHODOLOGY A. Image acquisition A motorized and computer controlled RLM with a digital camera (RGB, 24 bits, 1300 x 1030 pixels) was employed to acquire images from polished cross-sections of iron ore samples. Three images per field (sample location) were acquired: • a 24 bit RGB mineralogical image obtained without the analyzer (Figure 1);
  • 2. IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 429 • a 24 bit RGB crystallographic image obtained with the polarizer rotated about 30° from the crossed nicols arrangement (Figure 2); • a 24 bit RGB crystallographic image obtained with polarizer rotated about -30° from the crossed nicols arrangement (Figure 3). Figure 1. Mineralogical image: image obtained on RLM without the analyzer. Figure 2. Crystallographic image 1: image obtained on RLM with the polarizer rotated about 30° from the crossed nicols arrangement. Figure 3. Crystallographic image 2: image obtained on RLM with the polarizer rotated about -30° from the crossed nicols arrangement. The polarizer/analyzer configurations of 30° and -30° from the crossed nicols arrangement were used to make the proposed methodology reproducible. In practice, the methodology can also work with images acquired rotating the polarizer by a different step from an extinction point. B. Image analysis The image analysis procedure followed a routine that is comprised basically by the following sequence: • Segmentation of hematite. • Coarse segmentation of hematite grains. • Fragmenting of hematite grains. • Generation of seeds of hematite grains. • Region growing of the seeds in order to form the segmented hematite grains. The segmentation of hematite is carried out through thresholding of the mineralogical image acquired on the RLM without the analyzer. The hematite binary image thereby obtained constitutes a mask that is used in the following image processing steps to remove any pixel outside the hematite phase. Actually, in the present methodology the mineralogical image is used just for segmenting hematite from the rest of the image. To make the coarse segmentation of hematite grains, the classical Canny edge detection method [10] is applied to the two crystallographic images in order to determine the grain boundaries. Therefore, two binary images of boundaries are obtained. These images are merged and the resultant image is subsequently subtracted from the hematite binary one. The result is a binary image that roughly contains hematite grains. Nevertheless, the latter procedure is not capable of identifying all hematite grains. It only furnishes a coarse segmentation. In fact, some of detected regions are two or more adjacent grains that have similar crystal orientations and consequently present similar color in crystallographic images. On the other hand, this first binary image of hematite grains is useful as a first approximation. Then, it is partitioned through the watersheds technique [11] in order to separate joined grains. To guarantee that all grains are separated, the watersheds must be over applied. This procedure actually leads to a binary image in which the grains are separated, but they are extremely fragmented too (Figure 4). Figure 4. Binary image of fragmented hematite grains. Then, the morphological operation of ultimate erosion [12] is applied to this image. Therefore, the fragments are reduced to a set of seeds composed by one pixel each. Finally, the hematite grains are correctly discriminated through a region growing segmentation method [13], using the seeds. The region growing algorithm employed in this paper is quite different from the classical one. It is fed by both crystallographic images as well as by the seeds image. Before region growing segmentation, a median filter is applied to the crystallographic images in order to reduce salt and pepper noise.
  • 3. IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 430 A pixel connected to a grain is considered as belonging to it if its maximum spectral distance in RGB space from the corresponding seed pixel in crystallographic images is smaller than a fixed threshold. Specifically, a pixel p(x,y) connected to a grain g that is defined by the seed pixel p(xg,yg) pertains to the grain g only if the following rule is obeyed: d x y t g ( , ) < (1) where t = 0.03; and d g (x,y) is the maximum spectral distance in RGB space between the corresponding pixels of p(x,y) and p(xg,yg) in both crystallographic images, computed as d ( x, y ) Max(d ( x, y ),d ( x, y )) g g g 1 2 = (2) R ( x , y ) i g g g G ( x , y ) (3) i − R ( x, y ) i G ( x, y ) = i g g B ( x , y ) i B ( x, y ) d ( x, y ) i g g i where i is 1 or 2, indicating the crystallographic image 1 or 2, respectively; d ( x, y ) g i is the spectral distance in RGB space between the corresponding pixels of p(x,y) and p(xg,yg) in the crystallographic image i; and Ri(x,y), Gi(x,y), Bi(x,y) are the RGB values of the corresponding pixel p(x,y) in the crystallographic image i. The region growing algorithm evolves finding grains automatically. If two or more grains are overlapped, they are united. Figure 5 presents the resulting image of segmented hematite grains for the field shown in previous figures. In this image, each grain is labeled with a different color. Figure 6 shows the edges of the detected grains superimposed on crystallographic image 1. Figure 5. Labeled hematite grains. Figure 6. Grain boundaries (white) superimposed on crystallographic image 1. III. DISCUSSION The results are promising. The vast majority of grains were correctly identified. Even adjacent crystals with similar colors were discriminated. The method is essentially automatic once the images have been captured. The only adjustable parameter is t, which controls the sensitivity of pixel spectral distance in RGB space. However, some limitations must be pointed out. Given its discrimination capability, the method is also sensitive to problems in sample surface due to specimen preparation, such as scratches or relief. Figure 6 shows these two types of defects: a fake boundary in the lower part due to a scratch and a displaced boundary on the top right crystal, due to relief. Actually, this field of view was chosen to show these problems. Nevertheless, a suitable sample preparation can mitigate them. It is also important to mention that the image acquisition step may be labor intensive, as it requires three images for each field (sample location), and tens of fields are normally required to provide a representative sampling of the material. Although field scanning is motorized and computer controlled in the microscope used, polarizer rotation is manual. As future work, the authors intend to motorize the polarizer rotation procedure. IV. CONCLUSIONS A novel method for automatic discrimination of crystals employing polarized RLM was developed. The method employs traditional image processing operations and proposes an optimized spectral distance classifier to control region growing from automatically obtained seeds. It is worth mentioning that the proposed region growing procedure is very robust and is able to deal with the excessive number of seeds derived from the watershed segmentation. This allows the use of a simple sequence of traditional image processing steps, readily available in many softwares. Its application to hematite crystals in iron ore is a relevant step in ore quality control and opens the possibility of more sophisticated crystal morphology identification, which is currently under development. The method can also be applied to other anisotropic materials. ACKNOWLEDGMENT The support of CNPq and CAPES, Brazilian Agencies, and MCT is gratefully acknowledged. REFERENCES [1] C. B. Vieira, C. A. Rosière, E. Q. Pena, V. Seshadri and P. S. Assis, “Avaliação técnica de minérios de ferro para sinterização nas siderúrgicas e minerações brasileiras: uma análise crítica,” Rem: Revista Escola de Minas, vol. 56, pp. 97–102, 2003. [2] L. D. Santos and P. R. G. Brandão, “LM, SEM and EDS study of microstructure of Brazilian iron ores,” Microscopy and Analysis, vol. 19, pp. 17–19, 2005.
  • 4. IWSSIP 2010 - 17th International Conference on Systems, Signals and Image Processing 431 [3] A. J. Criddle and C. J. Stanley, Quantitative Data File for Ore Minerals, 3rd ed. London: Chapman Hall, 1993. [4] E. Pirard and S. Lebichot, “Image analysis of iron oxides under the optical microscope,” in Applied Mineralogy: Developments in Science and Technology, vol. 1, M. Pecchio et al. Eds. São Paulo: ICAM-BR – International Council for Applied Mineralogy do Brasil, 2004, pp. 153–156. [5] E. Donskoi et al., “Utilization of optical image analysis and automatic texture classification for iron ore particle characterisation,” Minerals Engineering, vol. 20, pp. 461–471, 2007. [6] O. D. M. Gomes and S. Paciornik, “Iron ore quantitative characterisation through reflected light-scanning electron co-site microscopy,” in Ninth International Congress for Applied Mineralogy. Carlton: The Australasian Institute of Mining and Metalurgy, 2008, pp. 699–702. [7] O. D. M. Gomes and S. Paciornik, “RLM-SEM co-site microscopy applied to iron ore characterization”, in Annals of 2nd International Symposium on Iron Ore. São Paulo: Associação Brasileira de Metalurgia e Materiais, 2008, pp. 218– 224. [8] C. Gribble and A. J. Hall, Optical Mineralogy: Principles and practice. London: UCL Press, 1992. [9] E. Pirard, S. Lebichot, and W. Krier, “Particle texture analysis using polarized light imaging and grey level intercepts”, International Journal of Mineral Processing, vol. 84, pp. 299– 309, 2007. [10] J. Canny, “A Computational Approach to Edge Detection”, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 8, no. 6, pp. 679–698, 1986. [11] S. Beucher and C. Lantuéjoul, Use of watersheds in contour detection, in Proceedings of International Workshop on Image Processing, Real-time Edge and Motion detection/estimation, Rennes, France, 1979, pp. 2.1–2.12. [12] J. Serra, Image Analysis and Mathematical Morphology. London: Academic Press, 1982. [13] R. Adams and L. Bischof, “Seeded region growing”, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 16, no. 6, pp. 641–647, 1994.