SlideShare a Scribd company logo
1 of 4
Download to read offline
Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41
www.ijera.com 38 | P a g e
An Approach on Determination on Coal Quality using Digital
Image Processing
Ms. Shrilekha P. Rathod*, Prof. A. H. Soni**
*(Department of Digital Electronics, B.N. College of Engineering, Pusad, India)
** (Department of Electronics and Telecommunication, B. N. College of Engineering, Pusad, India)
ABSTRACT
Worldwide coal in the 21st century will be influenced by concerns about the effects of coal combustion on the
local, regional and global environment and on human health. Reliable coal quality data can help decision maker
to better assess the risks and limit the possible environmental degradation and impact on health. Although
millions of coal analysis have been performed worldwide, existing national quality databases are generally of
limited use because much of the data are not readily accessible; geographic coverage are not comprehensive;
analytical data may not be accurate; samples may not be representative, or current. This paper attempts to gives
a fast, accurate, user-friendly and computerized method for analysis of coal quality using techniques of digital
image processing for its better utilization.
Keywords – Coal Quality, Coal Composition, Digital Image Processing, Saliency Map
I. INTRODUCTION
The rock that we refer to as coal is derived
principally from decomposed organic matter (plants)
consisting primarily of the element carbon. When
coal is burned, it produces energy in the form of heat,
which is used to power machines such as steam
engines or to drive turbines that produce electricity.
"Coal quality" is the term used to refer to the
properties and characteristics of coal that influence its
behaviour and use. Among the coal-quality
characteristics that will be important for future coal
use are the concentrations, distribution, and forms of
the many elements contained in the coal that we
intend to burn. Knowledge of these quality
characteristics in coal deposits may allow us to use
this essential energy resource more efficiently and
effectively and with less undesirable environmental
impact.
Our objective of work is to analyse the quality of
various coals based on their compositions and find
which coal is suited best for which kind of industry.
Also coal analysis helps in determining the rank of
the coal along with its intrinsic characteristics.
Furthermore, these data will be used as the
fundamental consideration for future concerns, for
instance: coal trading and its utilizations.
1.1 COAL COMPOSITION
Coal is classified into three major types namely
anthracite, bituminous, and lignite. However there is
no clear demarcation between them and coal is also
further classified as semi- anthracite, semi-
bituminous, and sub-bituminous.
Coal is composed of complex mixtures of
organic and inorganic compounds. The organic
compounds in coal are composed of the elements
carbon, hydrogen, oxygen, nitrogen, Sulphur, and
trace amounts of a variety of other elements. Each
type of coal has a certain set of physical parameters
which are mostly controlled by moisture, volatile
content (in terms of aliphatic or aromatic
hydrocarbons) and carbon content. The most basic
analysis carried out to determine characteristics of a
coal is called proximate analysis.
Broadly percentage of Carbon, Hydrogen,
Oxygen, and Ash for different ranks of coals are
summarized here indicating progressive changes:
Table -1: Percentage compositions of Carbon,
Hydrogen, Oxygen and Ash in various coal types.
Lignit
e
Bitumino
us
Semi
Anthraci
te
Anthraci
te
Hydrog
en %
*5.5 5.5-6 4.8-5 <2.8
Oxygen
%
*20 8-18 3-8 <3
Ash% <5* 3 to 12 10 to 20 10 to 20
Carbon
%
25-35 46-86 87-98 87-98
II. PROPOSED METHOD
There are various standards for the quality
classification of coal into various ranks. Basically,
two parameters, fixed carbon content and calorific
value are used for this classification. These systems
RESEARCH ARTICLE OPEN ACCESS
Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41
www.ijera.com 39 | P a g e
serve well for the general utilization of coal by the
metallurgical coke industries (e.g., Steel), who are
interested in the fixed carbon content and coking
ability of coal, and by power generation industries, to
whom the heating ability is of primary concern.
Many existing methods of classification are based on
the reflectance of coal.
The current practice of coal sample analysis is a
very time-consuming process because number of coal
samples from different regions need to be taken. Each
sample is manually inspected by an analyst and it
takes almost a full shift for an operator to inspect one
sample. Such operators are scarce and the overall
operation is repetitive, strenuous, subjective and
often not very accurate. Moreover, the number of
samples per day is much too high compared to the
number of trained operators and the microscope
systems available. Keeping this in view, the
following objectives were laid down for the project:
(i) To standardize the analysis on an objective basis;
(ii) To automate the analysis of the samples to a high
degree.
The proposed solution to the problem was sought
with the help of digitized images of the coal. The
classification of the different constituent parts has
been done by using an algorithm, and once the
different components have been reliably separated,
the computation of relative proportions is
straightforward. The methodology can be explained
by a simple flowchart as shown below:
Chart -1: Flow chart of proposed method
The steps followed in the analysis of the coal
images are described as under:
A. Dataset collection
Data set collection will form a primary step in the
method. Here we will collect the dataset of various
coal images. This step will decide the accuracy of our
system, because the better the dataset, the better
outputs we will get.
B. Segmentation using Saliency Map Technique
Each dataset image will be given to a saliency map
algorithm to find out the region of interest. Saliency
maps have been widely used in the recent years for
Computer Graphics applications, mostly in order to
save computing time in rendering algorithms. Video
coding applications have also emerged, keeping a
better image quality in salient areas. The computation
of saliency maps for Low Dynamic Range (LDR) and
High Dynamic Range (HDR) images is efficient.
C. Feature extraction
Once the image is segmented, then features of the
image will be extracted. Features of the image will
include the area, shape, texture and more.
D. Database creation
After feature extraction, each of the features would
be saved in the database along with the type and
composition of the coal image. The database once
formed will be referred every time the new sample of
coal is been tested.
E. Evaluation of the image
The test image will then be given at the input and the
classification algorithm will be applied to get the type
of the image and the composition in it. The type of
the image will be classified according to the features.
F. Result evaluation and optimization
The final images obtained will be evaluated and
optimized by comparing to actual database collected
for the project. The accuracy of the method will
depend upon elaboration of the dataset collected.
III. DIGITAL IMAGE PROCESSING
METHODS
In this project work we work on digital images
(X-ray images) of coal samples on MATLAB
software. There are several approaches or techniques
for processing of images, the relevant one used are
described below.
3.1 Image Acquisition
Image acquisition in image processing can be
broadly defined as the action of retrieving an image
from some source, usually a hardware-based source,
so it can be passed through whatever processes need
to occur afterward. Performing image acquisition in
image processing is always the first step in the
workflow sequence because, without an image, no
processing is possible. In this work, the digital coal
images are captured using x-ray machine. These x-
ray images are being processed upon to extract
features.
3.2 Image Segmentation
Image segmentation, which divides an image
into foreground and background, is an important task
Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41
www.ijera.com 40 | P a g e
for several applications in vision area such as object
detection and classification. To achieve this
automatic image segmentation, we incorporate
saliency map for an image as an initial cue for image
segmentation.
Saliency map has its root in Feature Integration
Theory [2] and appears first in the class of
algorithmic models. It includes the following
elements (see Figure 1):
(i) An early representation composed of a set of
feature maps, computed in parallel, permitting
separate representations of several stimulus
characteristics.
(ii) A topographic saliency map where each location
encodes the combination of properties across all
feature maps as a conspicuity measure.
(iii) A selective mapping into a central non-
topographic representation, through the
topographic saliency map, of the properties of a
single visual location.
(iv) A winner-take-all (WTA) network implementing
the selection process based on one major rule:
conspicuity of location (minor rules of proximity
or similarity preference are also suggested).
(v) Inhibition of this selected location that causes an
automatic shift to the next most conspicuous
location. Feature maps code conspicuity within a
particular feature dimension.
Figure 1: The architecture of Itti & Koch model.
(Figure adapted from L. Itti, C. Koch and Ernst
Niebur (1998)
The saliency map combines information from
each of the feature maps into a global measure where
points corresponding to one location in a feature map
project to single units in the saliency map. Saliency at
a given location is determined by the degree of
difference between that location and its surround.
3.3 Feature Extraction
A) Edge Detection
Edges characterize boundaries and are therefore
a problem of fundamental importance in image
processing. Image Edge detection significantly
reduces the amount of data and filters out useless
information, while preserving the important structural
properties in an image. Since edge detection is in the
forefront of image processing for object detection, it
is crucial to have a good understanding of edge
detection algorithms.
It has been shown that the Canny’s edge
detection algorithm [3] performs better than all these
operators under almost all scenarios. Evaluation of
the images showed that under noisy conditions
Canny, LoG (Laplacian of Gaussian), Robert,
Prewitt, Sobel exhibit better performance,
respectively. 1. It has been observed that Canny’s
edge detection algorithm is computationally more
expensive compared to LoG (Laplacian of Gaussian),
Sobel, Prewitt and Robert’s operator.
B) Histogram
A histogram is the depiction of the distribution
of the gray-levels in an image. A low contrast image
would have the distribution concentrated in a small
area. By manipulating the histogram, the image can
be enhanced. Sliding of the image is simply adding
(or subtracting) a constant value from the gray-scale
value of each pixel. Sliding the histogram produces
the effect of adding constant brightness (or darkness)
to an image. Histogram stretching is the
multiplication (or division) of a constant value to all
the pixel values. These operations result in a "better"
image with well-balanced contrast characteristics.
However, it must be noted that a visually "better"
image may not be the goal of the operations. For
example, a high contrast image may be necessary to
highlight a small feature of interest in the image. The
ultimate goal of use of the image must always be kept
in mind before applying any enhancement operations
to an image. Care should always be taken to make
sure no important information is lost in the filtering
operations.
3.4 Image Classification
The problem is a large and complex one, it
makes sense to first try a simple method to see what
performance can be achieved. We propose to use k-
nearest neighbour approach [4] as a classifier in this
work. An object is classified by a majority vote of its
neighbours, with the object being assigned to the
class which is most common amongst its k nearest
neighbours. The motivation for this classifier is that
patterns which are close to each other in the feature
space are likely to belong to the same pattern class.
The neighbours are taken from a set of samples for
which the correct classification is known. It is usual
Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41
www.ijera.com 41 | P a g e
to use the Euclidean distance, though other distance
measures, such as the City block, Cosine distances
could be used instead. In this work we have used
three different distance measures viz., Euclidean,
City block and Cosine distance measure to study the
effect on classification accuracy.
III. CONCLUSION
On the basis of the above applications and
methods, it is proposed to characterize coal samples
using imaging techniques. Images of statistically
valid coal samples will be collected from the standard
database and will be suitably segmented using above
methods. These segmented images will be further
used for feature extraction where we will extract
feature and classification. Lastly the results will be
evaluated based on the formed dataset and displayed.
REFERENCES
[1] Baxes G. A. (1994) Digital Image
processing - Principles and Applications,
John Wiley and Sons, Inc.
[2] Itti, L., C. Koch, et al. (1998) “A model of
saliency-based visual attention for rapid
scene analysis”, IEEE Transactions on
Pattern Analysis and Machine Intelligence
20(11), p1254-1259.
[3] Raman Maini & Dr. Himanshu Aggarwal
“Study and Comparison of Various Image
Edge Detection Techniques” International
Journal of Image Processing (IJIP), Volume
(3) Issue (1)
[4] D S Guru et al. (2010) “Texture Features
and KNN in Classification of Flower”, IJCA
Special Issue on “Recent Trends in Image
Processing and Pattern Recognition”
RTIPPR.

More Related Content

What's hot

A Testbed for Image Synthesis
A Testbed for Image SynthesisA Testbed for Image Synthesis
A Testbed for Image SynthesisBen Trumbore
 
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...IJECEIAES
 
Traffic Light Signal Parameters Optimization Using Modification of Multielement...
Traffic Light Signal Parameters Optimization Using Modification of Multielement...Traffic Light Signal Parameters Optimization Using Modification of Multielement...
Traffic Light Signal Parameters Optimization Using Modification of Multielement...IJECEIAES
 
Image Registration Methode in Radar Interferometry
Image Registration Methode in Radar InterferometryImage Registration Methode in Radar Interferometry
Image Registration Methode in Radar Interferometryijeei-iaes
 
Trumbore_pittcon13_v2
Trumbore_pittcon13_v2Trumbore_pittcon13_v2
Trumbore_pittcon13_v2Ben Trumbore
 
Gravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural NetworkGravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural NetworkIRJET Journal
 
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET Journal
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A SurveyIRJET Journal
 
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...IRJET Journal
 
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel MethodIRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel MethodIRJET Journal
 
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 Scienceinventy
 
Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...
Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...
Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...Dustin Dewett
 
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICQUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICijsc
 
Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...
Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...
Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...Alexander Decker
 
Analysis of hybrid image with FFT (Fast Fourier Transform)
Analysis of hybrid image with FFT (Fast Fourier Transform)Analysis of hybrid image with FFT (Fast Fourier Transform)
Analysis of hybrid image with FFT (Fast Fourier Transform)Aung Thu Rha Hein
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...CSCJournals
 

What's hot (20)

A Testbed for Image Synthesis
A Testbed for Image SynthesisA Testbed for Image Synthesis
A Testbed for Image Synthesis
 
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
An Energy Aware Resource Utilization Framework to Control Traffic in Cloud Ne...
 
Traffic Light Signal Parameters Optimization Using Modification of Multielement...
Traffic Light Signal Parameters Optimization Using Modification of Multielement...Traffic Light Signal Parameters Optimization Using Modification of Multielement...
Traffic Light Signal Parameters Optimization Using Modification of Multielement...
 
B0310408
B0310408B0310408
B0310408
 
Image Registration Methode in Radar Interferometry
Image Registration Methode in Radar InterferometryImage Registration Methode in Radar Interferometry
Image Registration Methode in Radar Interferometry
 
Trumbore_pittcon13_v2
Trumbore_pittcon13_v2Trumbore_pittcon13_v2
Trumbore_pittcon13_v2
 
Gravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural NetworkGravity Map Production Using General Regression Neural Network
Gravity Map Production Using General Regression Neural Network
 
D0311824
D0311824D0311824
D0311824
 
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A Survey
 
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
Performance Analysis of Iterative Closest Point (ICP) Algorithm using Modifie...
 
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel MethodIRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel Method
 
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
 
Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...
Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...
Fault Enhancement Using Spectrally Based Seismic Attributes -- Dewett and Hen...
 
Opendtect course
Opendtect courseOpendtect course
Opendtect course
 
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGICQUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
 
Soumyadip_Chandra
Soumyadip_ChandraSoumyadip_Chandra
Soumyadip_Chandra
 
Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...
Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...
Designing a 2 d rz venture model for neutronic analysis of the nigeria resear...
 
Analysis of hybrid image with FFT (Fast Fourier Transform)
Analysis of hybrid image with FFT (Fast Fourier Transform)Analysis of hybrid image with FFT (Fast Fourier Transform)
Analysis of hybrid image with FFT (Fast Fourier Transform)
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 

Viewers also liked

Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...IJERA Editor
 
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...IJERA Editor
 
Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...
Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...
Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...IJERA Editor
 
Retention Behavior of Lead Ion in Soil Bentonite Liner
Retention Behavior of Lead Ion in Soil Bentonite LinerRetention Behavior of Lead Ion in Soil Bentonite Liner
Retention Behavior of Lead Ion in Soil Bentonite LinerIJERA Editor
 
A Study on Reasons of Attrition and Strategies for Employee Retention
A Study on Reasons of Attrition and Strategies for Employee RetentionA Study on Reasons of Attrition and Strategies for Employee Retention
A Study on Reasons of Attrition and Strategies for Employee RetentionIJERA Editor
 
Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...
Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...
Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...IJERA Editor
 
Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...
Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...
Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...IJERA Editor
 
Study on Theoretical Aspects of Virtual Data Integration and its Applications
Study on Theoretical Aspects of Virtual Data Integration and its ApplicationsStudy on Theoretical Aspects of Virtual Data Integration and its Applications
Study on Theoretical Aspects of Virtual Data Integration and its ApplicationsIJERA Editor
 
Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...
Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...
Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...IJERA Editor
 
FLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction Motor
FLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction MotorFLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction Motor
FLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction MotorIJERA Editor
 
Low Power and Fast Transient High Swing CMOS Telescopic Operational Amplifier
Low Power and Fast Transient High Swing CMOS Telescopic Operational AmplifierLow Power and Fast Transient High Swing CMOS Telescopic Operational Amplifier
Low Power and Fast Transient High Swing CMOS Telescopic Operational AmplifierIJERA Editor
 
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...IJERA Editor
 
Ground Bounce Noise Reduction in Vlsi Circuits
Ground Bounce Noise Reduction in Vlsi CircuitsGround Bounce Noise Reduction in Vlsi Circuits
Ground Bounce Noise Reduction in Vlsi CircuitsIJERA Editor
 
On The Transition Probabilities for the Fuzzy States of a Fuzzy Markov Chain
On The Transition Probabilities for the Fuzzy States of a Fuzzy Markov ChainOn The Transition Probabilities for the Fuzzy States of a Fuzzy Markov Chain
On The Transition Probabilities for the Fuzzy States of a Fuzzy Markov ChainIJERA Editor
 
Tehnik sort lanjutan
Tehnik sort lanjutanTehnik sort lanjutan
Tehnik sort lanjutanyusriren
 
Matrix of films: Themes and Issues
Matrix of films: Themes and IssuesMatrix of films: Themes and Issues
Matrix of films: Themes and IssuesJackWoodsMedia
 
Onabanjo samuel olumuyiwa
Onabanjo samuel olumuyiwaOnabanjo samuel olumuyiwa
Onabanjo samuel olumuyiwasamuel onabanjo
 
Presentatie EVO over DWU (UCC)
Presentatie EVO over DWU (UCC)Presentatie EVO over DWU (UCC)
Presentatie EVO over DWU (UCC)evofenedex
 
Letter of Recommendation- Secretary Bennett
Letter of Recommendation- Secretary BennettLetter of Recommendation- Secretary Bennett
Letter of Recommendation- Secretary BennettDaniella Yaloz Smith
 

Viewers also liked (20)

Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
 
Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...
Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...
Optimization of Polyphenol Content in Green Tea and studying its Antioxidant ...
 
Retention Behavior of Lead Ion in Soil Bentonite Liner
Retention Behavior of Lead Ion in Soil Bentonite LinerRetention Behavior of Lead Ion in Soil Bentonite Liner
Retention Behavior of Lead Ion in Soil Bentonite Liner
 
A Study on Reasons of Attrition and Strategies for Employee Retention
A Study on Reasons of Attrition and Strategies for Employee RetentionA Study on Reasons of Attrition and Strategies for Employee Retention
A Study on Reasons of Attrition and Strategies for Employee Retention
 
Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...
Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...
Learning How to Make Optimal Decisions in Design and Selection of Post-Disast...
 
Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...
Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...
Mathematical Model for Dynamic Damage Probability of the Repetition Pulse Rat...
 
Study on Theoretical Aspects of Virtual Data Integration and its Applications
Study on Theoretical Aspects of Virtual Data Integration and its ApplicationsStudy on Theoretical Aspects of Virtual Data Integration and its Applications
Study on Theoretical Aspects of Virtual Data Integration and its Applications
 
Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...
Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...
Analysis of the Effect of Variation of Baffle Height on the Liquid Sloshing I...
 
FLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction Motor
FLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction MotorFLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction Motor
FLC-Based DTC Scheme for a New Approach of Two-Leg VSI Fed Induction Motor
 
Low Power and Fast Transient High Swing CMOS Telescopic Operational Amplifier
Low Power and Fast Transient High Swing CMOS Telescopic Operational AmplifierLow Power and Fast Transient High Swing CMOS Telescopic Operational Amplifier
Low Power and Fast Transient High Swing CMOS Telescopic Operational Amplifier
 
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
Studying the Structure and the Optical Properties of Pd Nanoparticles Affecte...
 
Ground Bounce Noise Reduction in Vlsi Circuits
Ground Bounce Noise Reduction in Vlsi CircuitsGround Bounce Noise Reduction in Vlsi Circuits
Ground Bounce Noise Reduction in Vlsi Circuits
 
On The Transition Probabilities for the Fuzzy States of a Fuzzy Markov Chain
On The Transition Probabilities for the Fuzzy States of a Fuzzy Markov ChainOn The Transition Probabilities for the Fuzzy States of a Fuzzy Markov Chain
On The Transition Probabilities for the Fuzzy States of a Fuzzy Markov Chain
 
Tehnik sort lanjutan
Tehnik sort lanjutanTehnik sort lanjutan
Tehnik sort lanjutan
 
Matrix of films: Themes and Issues
Matrix of films: Themes and IssuesMatrix of films: Themes and Issues
Matrix of films: Themes and Issues
 
Onabanjo samuel olumuyiwa
Onabanjo samuel olumuyiwaOnabanjo samuel olumuyiwa
Onabanjo samuel olumuyiwa
 
Presentatie EVO over DWU (UCC)
Presentatie EVO over DWU (UCC)Presentatie EVO over DWU (UCC)
Presentatie EVO over DWU (UCC)
 
Letter of Recommendation- Secretary Bennett
Letter of Recommendation- Secretary BennettLetter of Recommendation- Secretary Bennett
Letter of Recommendation- Secretary Bennett
 
Matua Valley presentatie
Matua Valley presentatieMatua Valley presentatie
Matua Valley presentatie
 

Similar to An Approach on Determination on Coal Quality using Digital Image Processing

IRJET - Object Identification in Steel Container through Thermal Image Pi...
IRJET -  	  Object Identification in Steel Container through Thermal Image Pi...IRJET -  	  Object Identification in Steel Container through Thermal Image Pi...
IRJET - Object Identification in Steel Container through Thermal Image Pi...IRJET Journal
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET Journal
 
Content Based Image Retrieval: A Review
Content Based Image Retrieval: A ReviewContent Based Image Retrieval: A Review
Content Based Image Retrieval: A ReviewIRJET Journal
 
A Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media SampleA Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media SampleIRJET Journal
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesIRJET Journal
 
IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...
IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...
IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...IRJET Journal
 
Despeckling of Sar Image using Curvelet Transform
 	  Despeckling of Sar Image using Curvelet Transform 	  Despeckling of Sar Image using Curvelet Transform
Despeckling of Sar Image using Curvelet TransformIRJET Journal
 
IRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection AnalysisIRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection AnalysisIRJET Journal
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicIRJET Journal
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET Journal
 
The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterIRJET Journal
 
Image Retrieval Based on its Contents Using Features Extraction
Image Retrieval Based on its Contents Using Features ExtractionImage Retrieval Based on its Contents Using Features Extraction
Image Retrieval Based on its Contents Using Features ExtractionIRJET Journal
 
Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...Eswar Publications
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemIRJET Journal
 
Image Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningImage Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningIRJET Journal
 
Improving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalImproving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalIRJET Journal
 
IRJET - Underwater Image Enhancement using PCNN and NSCT Fusion
IRJET -  	  Underwater Image Enhancement using PCNN and NSCT FusionIRJET -  	  Underwater Image Enhancement using PCNN and NSCT Fusion
IRJET - Underwater Image Enhancement using PCNN and NSCT FusionIRJET Journal
 
ENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONE
ENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONEENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONE
ENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONEIRJET Journal
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–PropertiesIRJET Journal
 

Similar to An Approach on Determination on Coal Quality using Digital Image Processing (20)

IRJET - Object Identification in Steel Container through Thermal Image Pi...
IRJET -  	  Object Identification in Steel Container through Thermal Image Pi...IRJET -  	  Object Identification in Steel Container through Thermal Image Pi...
IRJET - Object Identification in Steel Container through Thermal Image Pi...
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)
 
Content Based Image Retrieval: A Review
Content Based Image Retrieval: A ReviewContent Based Image Retrieval: A Review
Content Based Image Retrieval: A Review
 
A Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media SampleA Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
 
IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...
IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...
IRJET- Effect and Optimization of Laser Beam Machining Parameters using Taguc...
 
Despeckling of Sar Image using Curvelet Transform
 	  Despeckling of Sar Image using Curvelet Transform 	  Despeckling of Sar Image using Curvelet Transform
Despeckling of Sar Image using Curvelet Transform
 
IRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection AnalysisIRJET- Impact Assessment of Mining Activities through Change Detection Analysis
IRJET- Impact Assessment of Mining Activities through Change Detection Analysis
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
 
The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian Filter
 
Image Retrieval Based on its Contents Using Features Extraction
Image Retrieval Based on its Contents Using Features ExtractionImage Retrieval Based on its Contents Using Features Extraction
Image Retrieval Based on its Contents Using Features Extraction
 
K41046972
K41046972K41046972
K41046972
 
Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking System
 
Image Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningImage Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine Learning
 
Improving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalImproving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image Retrieval
 
IRJET - Underwater Image Enhancement using PCNN and NSCT Fusion
IRJET -  	  Underwater Image Enhancement using PCNN and NSCT FusionIRJET -  	  Underwater Image Enhancement using PCNN and NSCT Fusion
IRJET - Underwater Image Enhancement using PCNN and NSCT Fusion
 
ENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONE
ENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONEENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONE
ENERGY EFFICIENT BUILDING FOR INDIAN CLIMATIC ZONE
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–Properties
 

Recently uploaded

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 

Recently uploaded (20)

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 

An Approach on Determination on Coal Quality using Digital Image Processing

  • 1. Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41 www.ijera.com 38 | P a g e An Approach on Determination on Coal Quality using Digital Image Processing Ms. Shrilekha P. Rathod*, Prof. A. H. Soni** *(Department of Digital Electronics, B.N. College of Engineering, Pusad, India) ** (Department of Electronics and Telecommunication, B. N. College of Engineering, Pusad, India) ABSTRACT Worldwide coal in the 21st century will be influenced by concerns about the effects of coal combustion on the local, regional and global environment and on human health. Reliable coal quality data can help decision maker to better assess the risks and limit the possible environmental degradation and impact on health. Although millions of coal analysis have been performed worldwide, existing national quality databases are generally of limited use because much of the data are not readily accessible; geographic coverage are not comprehensive; analytical data may not be accurate; samples may not be representative, or current. This paper attempts to gives a fast, accurate, user-friendly and computerized method for analysis of coal quality using techniques of digital image processing for its better utilization. Keywords – Coal Quality, Coal Composition, Digital Image Processing, Saliency Map I. INTRODUCTION The rock that we refer to as coal is derived principally from decomposed organic matter (plants) consisting primarily of the element carbon. When coal is burned, it produces energy in the form of heat, which is used to power machines such as steam engines or to drive turbines that produce electricity. "Coal quality" is the term used to refer to the properties and characteristics of coal that influence its behaviour and use. Among the coal-quality characteristics that will be important for future coal use are the concentrations, distribution, and forms of the many elements contained in the coal that we intend to burn. Knowledge of these quality characteristics in coal deposits may allow us to use this essential energy resource more efficiently and effectively and with less undesirable environmental impact. Our objective of work is to analyse the quality of various coals based on their compositions and find which coal is suited best for which kind of industry. Also coal analysis helps in determining the rank of the coal along with its intrinsic characteristics. Furthermore, these data will be used as the fundamental consideration for future concerns, for instance: coal trading and its utilizations. 1.1 COAL COMPOSITION Coal is classified into three major types namely anthracite, bituminous, and lignite. However there is no clear demarcation between them and coal is also further classified as semi- anthracite, semi- bituminous, and sub-bituminous. Coal is composed of complex mixtures of organic and inorganic compounds. The organic compounds in coal are composed of the elements carbon, hydrogen, oxygen, nitrogen, Sulphur, and trace amounts of a variety of other elements. Each type of coal has a certain set of physical parameters which are mostly controlled by moisture, volatile content (in terms of aliphatic or aromatic hydrocarbons) and carbon content. The most basic analysis carried out to determine characteristics of a coal is called proximate analysis. Broadly percentage of Carbon, Hydrogen, Oxygen, and Ash for different ranks of coals are summarized here indicating progressive changes: Table -1: Percentage compositions of Carbon, Hydrogen, Oxygen and Ash in various coal types. Lignit e Bitumino us Semi Anthraci te Anthraci te Hydrog en % *5.5 5.5-6 4.8-5 <2.8 Oxygen % *20 8-18 3-8 <3 Ash% <5* 3 to 12 10 to 20 10 to 20 Carbon % 25-35 46-86 87-98 87-98 II. PROPOSED METHOD There are various standards for the quality classification of coal into various ranks. Basically, two parameters, fixed carbon content and calorific value are used for this classification. These systems RESEARCH ARTICLE OPEN ACCESS
  • 2. Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41 www.ijera.com 39 | P a g e serve well for the general utilization of coal by the metallurgical coke industries (e.g., Steel), who are interested in the fixed carbon content and coking ability of coal, and by power generation industries, to whom the heating ability is of primary concern. Many existing methods of classification are based on the reflectance of coal. The current practice of coal sample analysis is a very time-consuming process because number of coal samples from different regions need to be taken. Each sample is manually inspected by an analyst and it takes almost a full shift for an operator to inspect one sample. Such operators are scarce and the overall operation is repetitive, strenuous, subjective and often not very accurate. Moreover, the number of samples per day is much too high compared to the number of trained operators and the microscope systems available. Keeping this in view, the following objectives were laid down for the project: (i) To standardize the analysis on an objective basis; (ii) To automate the analysis of the samples to a high degree. The proposed solution to the problem was sought with the help of digitized images of the coal. The classification of the different constituent parts has been done by using an algorithm, and once the different components have been reliably separated, the computation of relative proportions is straightforward. The methodology can be explained by a simple flowchart as shown below: Chart -1: Flow chart of proposed method The steps followed in the analysis of the coal images are described as under: A. Dataset collection Data set collection will form a primary step in the method. Here we will collect the dataset of various coal images. This step will decide the accuracy of our system, because the better the dataset, the better outputs we will get. B. Segmentation using Saliency Map Technique Each dataset image will be given to a saliency map algorithm to find out the region of interest. Saliency maps have been widely used in the recent years for Computer Graphics applications, mostly in order to save computing time in rendering algorithms. Video coding applications have also emerged, keeping a better image quality in salient areas. The computation of saliency maps for Low Dynamic Range (LDR) and High Dynamic Range (HDR) images is efficient. C. Feature extraction Once the image is segmented, then features of the image will be extracted. Features of the image will include the area, shape, texture and more. D. Database creation After feature extraction, each of the features would be saved in the database along with the type and composition of the coal image. The database once formed will be referred every time the new sample of coal is been tested. E. Evaluation of the image The test image will then be given at the input and the classification algorithm will be applied to get the type of the image and the composition in it. The type of the image will be classified according to the features. F. Result evaluation and optimization The final images obtained will be evaluated and optimized by comparing to actual database collected for the project. The accuracy of the method will depend upon elaboration of the dataset collected. III. DIGITAL IMAGE PROCESSING METHODS In this project work we work on digital images (X-ray images) of coal samples on MATLAB software. There are several approaches or techniques for processing of images, the relevant one used are described below. 3.1 Image Acquisition Image acquisition in image processing can be broadly defined as the action of retrieving an image from some source, usually a hardware-based source, so it can be passed through whatever processes need to occur afterward. Performing image acquisition in image processing is always the first step in the workflow sequence because, without an image, no processing is possible. In this work, the digital coal images are captured using x-ray machine. These x- ray images are being processed upon to extract features. 3.2 Image Segmentation Image segmentation, which divides an image into foreground and background, is an important task
  • 3. Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41 www.ijera.com 40 | P a g e for several applications in vision area such as object detection and classification. To achieve this automatic image segmentation, we incorporate saliency map for an image as an initial cue for image segmentation. Saliency map has its root in Feature Integration Theory [2] and appears first in the class of algorithmic models. It includes the following elements (see Figure 1): (i) An early representation composed of a set of feature maps, computed in parallel, permitting separate representations of several stimulus characteristics. (ii) A topographic saliency map where each location encodes the combination of properties across all feature maps as a conspicuity measure. (iii) A selective mapping into a central non- topographic representation, through the topographic saliency map, of the properties of a single visual location. (iv) A winner-take-all (WTA) network implementing the selection process based on one major rule: conspicuity of location (minor rules of proximity or similarity preference are also suggested). (v) Inhibition of this selected location that causes an automatic shift to the next most conspicuous location. Feature maps code conspicuity within a particular feature dimension. Figure 1: The architecture of Itti & Koch model. (Figure adapted from L. Itti, C. Koch and Ernst Niebur (1998) The saliency map combines information from each of the feature maps into a global measure where points corresponding to one location in a feature map project to single units in the saliency map. Saliency at a given location is determined by the degree of difference between that location and its surround. 3.3 Feature Extraction A) Edge Detection Edges characterize boundaries and are therefore a problem of fundamental importance in image processing. Image Edge detection significantly reduces the amount of data and filters out useless information, while preserving the important structural properties in an image. Since edge detection is in the forefront of image processing for object detection, it is crucial to have a good understanding of edge detection algorithms. It has been shown that the Canny’s edge detection algorithm [3] performs better than all these operators under almost all scenarios. Evaluation of the images showed that under noisy conditions Canny, LoG (Laplacian of Gaussian), Robert, Prewitt, Sobel exhibit better performance, respectively. 1. It has been observed that Canny’s edge detection algorithm is computationally more expensive compared to LoG (Laplacian of Gaussian), Sobel, Prewitt and Robert’s operator. B) Histogram A histogram is the depiction of the distribution of the gray-levels in an image. A low contrast image would have the distribution concentrated in a small area. By manipulating the histogram, the image can be enhanced. Sliding of the image is simply adding (or subtracting) a constant value from the gray-scale value of each pixel. Sliding the histogram produces the effect of adding constant brightness (or darkness) to an image. Histogram stretching is the multiplication (or division) of a constant value to all the pixel values. These operations result in a "better" image with well-balanced contrast characteristics. However, it must be noted that a visually "better" image may not be the goal of the operations. For example, a high contrast image may be necessary to highlight a small feature of interest in the image. The ultimate goal of use of the image must always be kept in mind before applying any enhancement operations to an image. Care should always be taken to make sure no important information is lost in the filtering operations. 3.4 Image Classification The problem is a large and complex one, it makes sense to first try a simple method to see what performance can be achieved. We propose to use k- nearest neighbour approach [4] as a classifier in this work. An object is classified by a majority vote of its neighbours, with the object being assigned to the class which is most common amongst its k nearest neighbours. The motivation for this classifier is that patterns which are close to each other in the feature space are likely to belong to the same pattern class. The neighbours are taken from a set of samples for which the correct classification is known. It is usual
  • 4. Ms. Shrilekha P. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.38-41 www.ijera.com 41 | P a g e to use the Euclidean distance, though other distance measures, such as the City block, Cosine distances could be used instead. In this work we have used three different distance measures viz., Euclidean, City block and Cosine distance measure to study the effect on classification accuracy. III. CONCLUSION On the basis of the above applications and methods, it is proposed to characterize coal samples using imaging techniques. Images of statistically valid coal samples will be collected from the standard database and will be suitably segmented using above methods. These segmented images will be further used for feature extraction where we will extract feature and classification. Lastly the results will be evaluated based on the formed dataset and displayed. REFERENCES [1] Baxes G. A. (1994) Digital Image processing - Principles and Applications, John Wiley and Sons, Inc. [2] Itti, L., C. Koch, et al. (1998) “A model of saliency-based visual attention for rapid scene analysis”, IEEE Transactions on Pattern Analysis and Machine Intelligence 20(11), p1254-1259. [3] Raman Maini & Dr. Himanshu Aggarwal “Study and Comparison of Various Image Edge Detection Techniques” International Journal of Image Processing (IJIP), Volume (3) Issue (1) [4] D S Guru et al. (2010) “Texture Features and KNN in Classification of Flower”, IJCA Special Issue on “Recent Trends in Image Processing and Pattern Recognition” RTIPPR.