SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 111
A MOBILE BASED MICROSCOPE FOR SAMPLE RECOGNITION
Sagar K. Soni1
, Pratik V. Patel2
1
Student, Department of Information Technology, Dharmsinh Desai University, Nadiad, Gujarat, India
2
Research scholar, Research and Development Center, Dharmsinh Desai University, Nadiad, Gujarat, India
Abstract
Mobile phones provide important services like GPS, short-range wireless communications using infrared or Bluetooth, business
applications, mobile banking etc. Mobile hard-ware add--ons are also popular like, handheld keyboard with mobile phone, mobile
with handheld miniature microscope (phonoscope) and others. Imaging is one of the most important features of mobile technology.
Magnified images are providing in depth recognition capabilities of object. Mobile based microscope is used for Geology, Biological,
Medicine, Horticulture and others areas. Objective of this paper is to present a method for rock identification using mobile based
microscope camera imaging of surface parameter. Rock surface parameters are color, grain, texture. The development in the area of
mobile application has opened new challenges in mobile image processing. In this paper we demonstrate a method that adopts
microscope optics into mobile camera optics and developed java based (J2ME) mobile application for recognizing rock type. This
consists of feature extraction algorithm using wavelet based data compression and neural network based feature classification. Rock
surface parameters used in this work is grain. The signature extracted from grain parameter is used to identify the rock type.
Keywords: Mobile image processing, Grain, Mobile microscope, Wavelet based data compression, Feature extraction,
Neural net based classification.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Rocks are an important category of Astor-materials. Rocks are
the major composition of most planets like earth, moon and
mars. The rocks are indication of evolution of a planet and its
composition. Analysis and interpretation of earth rocks are
mostly applicable to the rocks of other planets and meteorites.
Analysis of other planet rock samples has greatly helped in
understanding of its mineral, chemical composition and age of
associate important events. Rocks can transform from one type
into another, as described by the geological model called the
rock cycle. Geologist classifies rocks into three basic groups
based on how they were formed in nature. Three general
classes of rock: Igneous, Sedimentary and metamorphic.
Nowadays, the vast number of mobile phones that are
available to the public offers a multitude of designs and
functionalities. Mobile gives freedom and independence to
communicate. Mobiles used vastly because of some reasons
like portability, flexibility etc. Image processing on mobile
phones is a new and very exciting field with many challenges
due to limited hardware and connectivity.
Phones with Cameras, powerful CPUs, and memory storage
devices are becoming increasingly common. Mobile
applications face some challenges, because image processing
operations can be very processor-intensive, especially if the
image resolution is high. When combined with limited space
for performing operations, mobile image processing tends to
require small components that work with optimized
algorithms.
We proposed to measure grain parameter of each rock surface
and signature extracted from grain parameter is used to
recognize rock type. The grain parameter is acquired using
imaging sensors at different magnifications with handheld
miniature microscope attached to a mobile phone. Handheld
miniature microscope provide 60x-100x magnification. Here
images taken from mobile microscope is transferred to java-
based desktop applet application system which consists feature
extraction algorithm using wavelet based data compression
and neural net based feature classification and neural net
training will be performed on desktop device which has more
memory and resources. The generated neural net file is
transferred to java based mobile application and testing of
neural network is performed on mobile devices for identifying
rock type. Specification of handheld miniature mobile
microscope is as shown below table 1
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 112
Tabel-1: Specification for Handheld Miniature Microscope
Java Mobile Edition is a Java platform designed for embedded
systems. The Connected limited device configuration (CLDC)
is a specification of a framework for java mobile applications
and it describing the basic set of libraries and virtual-machine
features that must be present in an implementation. The
Mobile Information Device Profile (MIDP) is a specification
for the use of Java on embedded devices such as mobile
phones. MIDP provide a GUI and a data storage API for java
based application.
Here we demonstrate rock recognition system with testing
neural net generated data file using java based mobile phone
Samsung S5620 Monte device with CLDC 1.1 and MIDP 2.0
Version with camera captured on.
Tabel-2: Specification for Samsung S5620 Monte mobile
phone
2. PROPOSED ARCHITECTURE
Here we proposed architecture for rock sample recognition.
2.1 Proposed Architecture
Fig-1 Block diagram of Proposed Architecture
Data Generator: In data generation take magnified grain
images of rock surface with handheld mobile microscope and
it transfer to java-applet based desktop system which consist
feature extraction algorithm and neural net based rock image
classification. Here 100X magnifications are used take
magnified rock grain images.
Here system process is divided into two parts.
1) Training Neural Net part (Java-applet based desktop
application)
2) Application part (Testing Neural net-on mobile devices)
Fig-2 Top row shows five selected earth rock samples with
corresponding magnified grain images with handheld mobile
microscope
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 113
2.2 Training Neural Net
This phase consist feature extraction algorithm using wavelet
based data compression and neural network based feature
classification techniques.
Convert RGB to HSV Color Format image data: Get Red-
Green-Blue level data of rock grain images. HSV
mathematical formula is used to convert RGB to HSV color
format image data. George Paschos [1] compared and shown
in his work that HSV color space performs better than L*a*b
and RGB.
To extract the color parameter independent of external
illumination, the RGB space is converted to Hue, Saturation
and intensity Value (HSV) parameters, where Hue represents
the color component independent of color saturation and
illumination intensity.
Fig-3 Screenshot of java-based applet application developed
for Training neural net.
Hue ranges from 0° to 359° when measured in degrees.
Saturation defines a range from pure color (100%) to gray
(0%) at a constant lightness level and pure color is fully
saturated. Lightness defines a range from dark (0%) to fully
illuminate (100%). Any original hue has the average lightness
level of 50%.
Grain Analysis Algorithm: Rock grains refer to its mineral
relationship with other nearest minerals. So it needs more
magnified grain images of rock surface. To find nearest
(close) rock minerals relationships from an entire rock grain
image we design an algorithm that take two nearest random
hue color-pair from a rock grain image and the most occurring
hue color pairs are used for the grain analysis. Here 100x
magnifications are used to capture rock grain images with
mobile microscope.
Fig-4 block-diagram of rock grain analysis algorithm
The hue color pair is selected randomly within range of 6 pixel
(+/-3) distance. The distance 6 is selected to average 3x3
pixels area to represent grain. The sampling method used is
color pair co-occurrence population.
Normalized grain feature values are applied to wavelet
transform and output of wavelet transform is given as input in
Neural Network back propagation training algorithm. All
grain images used for this experiment are in JPEG format of
resolution 1600X1200 in RGB color. Data is collected by
sampling random pixels in the image area. Sampling methods
for grain parameter is described in next section.
Sampling Method: For grain analysis each sample consists of
a pair of pixels and the paired data is sampled between
distances ranges of random +/- 3. Total numbers of random
samples used is in the range of 30,000 to 19, 20,000
depending on the accuracy and speed of recognition. These
RGB samples are converted to HSV color format. In case of
grain analysis only most occurring 235 pairs are used to
restrict the input size. The hue pair value is used to calculate
normalized histogram. The further processing consist of
wavelet transform and neural network classification as
described in section 2.3 and 2.4 below.
2.3 Wavelet Transform
Wavelets are used to convolve shape and texture with location
information of image [2] [3]. Grain feature in our application
are subjected to Daubechies wavelet [4]. The scaling and
wavelet functions are calculated by taking the inner product of
the coefficients and four data values. A segment of
transformed values are selected and it used for classification.
Different filter profile may be used to select appropriate
segment of transformed values to optimize the accuracy and
speed of classification. These selected transformed values are
further processed using multilayer Neural Network.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 114
2.4 Neural Network Architecture
Wavelet transformed values are separately classified using
multilayer Neural Network (NN) [5] with back-propagation
training algorithm to identify rock type. Configuration of each
NN used is three layer feed-forward type connections and
consists of input, hidden and output layers. The NN grain
parameter is uses 235 input neurons.
All inputs are normalized before applying to NN. All the three
NN is configured using 10 hidden neurons and 5 output
neurons. Each output corresponds to a rock type. Only one
output is high at any time. Network is trained by computing
the output error with respect to the desired output [6].
Numbers of hidden neurons are manually optimized for speed
and accuracy.
The configuration of NN used for classification is shown in
Figure 5. The Input, hidden and output layers are Yi, Yj and
Yk respectively. Desired output for training is dk. Xn and Yn
are inputs and outputs of neurons. Output of NN is computed
using equation 1, 2, 3 and 4. Network is trained using error
function given in equation 5. Error Sensitivity E/W of weights
is calculated to reinforce the weights as shown in equation 6
and 7. Here two sigmoid activation functions are used. One is
in hidden layer and other is in output layer.
Fig-5 Shows a three layer Neural Network with Yi as inputs,
Yk as outputs.
Xj = Σ i=0 Yi * Wji ---------------------------------------(1)
Yj = 1/ (1+e-xj) --------------------------------------------(2)
Xk = Σ j=0 Yj * Wkj --------------------------------------(3)
Yk = 1/ (1+e-xk) -------------------------------------------(4)
E = 0.5*(Yk-dk) 2 -----------------------------------------(5)
Wkj = Wkj + eta * (Yk-dk) * Yk * (1-Yk) * Yj ----- (6)
Wji = Wji + eta * k=0{(Yk-dk) * Yk
* (1-Yk)}*Yj* (1-Yj) * Yi---------------------(7)
3. EXPERIMENT SETUP
In this Experiment setup we make an environment that suite
handheld miniature mobile microscope and take fully focused
image of object with constant distance, magnification and
intensity for accurate sample recognition. In this section we
demonstrate tools and rocks which are used in this experiment.
Fig-6 shows mobile with handheld miniature microscope
Auto adjustable hardboard with drilled four 6cm nuts with
mobile attached handheld microscope is shown below figure
7.
Fig-7 Environment setup for rock recognition
We take five different earth rocks Granite, Lime Stone,
Sandstone, Serpentine, and Slate. These rocks are
photographed using handheld miniature microscope attached
with mobile camera. Rock images are shown in figure 2. Java
based applet package trains the neural network and save neural
net fie. Trained neural net file is transferred from desktop to
mobile devices. Mobile application will configure neural net.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 115
Figure 8 shows rock grain image with mobile microscope and
figure 9 shows mobile application.
Fig-8 Display rock grain image Fig-9 shows J2ME Mobile
with handheld miniature application for testing neural net
Microscope
4. EXPERIMENTAL RESULT
Result presented here are from 5 rock types as described in
section 3 and captured 50 grain images of rock with handheld
miniature microscope. Number of training images are 40 and
number of testing images are 10 for grain analysis. 10 images
for each rock are taken and total 50 grain images are consider
to evalute the algorithm performance.Table 3 shows result of
rock grain analysis system.
Tabel-3: Result of rock grain analysis
Feature No. of
Training
images
No .of
Testing
images
Average accuracy
Untrained
test
samples
(%)
Trained
test
samples
(%)
Rock
Grain
40 10 90 95
The output is shown in figure 10. Left figure shows output of
rock named slate and Right figure shows rock named granite.
Fig-10 Output rock type of selected rock image
Testing on different mobile devices: Rock grain analysis
mobile application is tested on various java based mobile
devices like Nokia (E-66) s60 series, Sony Ericson (T-715)
and Nokia E-77 with following specification
 CLDC -1.1 & MIDP – 2.0
 Phone should allow accessing Camera/Video by third
party application and enable camera captured on.
5. CONCLUSIONS
New technology mobile based rock sample image
identification/recognition is developed. Rock surface
parameters are color, grain and texture. These are visual
parameter of any rocks and it relate to rocks minerals
composition. Microscopy images were taken using lab
developed handheld miniature mobile microscope consist of
Java based phone with appropriate lens attachments.
The single 100x image was used to identify rock grain. Pixel
color histogram, wavelet transform of histogram and
multilayer feed forward neural network is used to successfully
analyzing and classifying earth rock with 95% of average
accuracy for train samples and 90% of average accuracy of
new untrained samples. Classification accuracy is further
improved using multi-parameter analysis of different surface
parameters. This method could be used in more application
like horticulture, biological sample, precision stone
identification, plate-making, textile, printed circuit boards and
other industrial areas. In future android based application is
also developed for different sample recognition.
ACKNOWLEDGEMENTS
While bringing out this paper to its final form, I came across a
number of people whose contributions in various ways helped
my field of research and they deserve special thanks. It is a
pleasure to convey my gratitude to all of them. i would like to
take this opportunity to express my gratitude and heartiest
thanks to Dr. H. S. Mazumdar, head of department, Research
and Development Center, DDU for his support and constant
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 116
encouragement. Without his patient guidance, this work could
never have been success. I convey my sincere thanks to the
Head of the Department of the Information Technology Prof.
R. S. Chhajed for kindly providing resources whichever
needed for my dissertation.
REFERENCES
[1] Paschos, G."Perceptually uniform color spaces for
color texture analysis: an empirical evaluation," Image
Processing, IEEE Transactions on , vol.10, no.6,
pp.932-937,Jun 2001doi: 10.1109/83.923289 K. Elissa,
“Title of paper if known,” unpublished.
[2] Dipankar Hazra, “Texture Recognition with combined
GLCM, Wavelet and Rotated Wavelet Features”.
International Journal of Computer and Electrical
Engineering, Vol.3, No.1, February, 2011
[3] Amara Graps “An Introduction to Wavelets”, 1995
Institute of Electrical and Electronics Engineers.
published by the IEEE Computer Society, 10662 Los
Vaqueros Circle, Los Alamitos, CA 90720, USA,TEL
+1-714-821-8380, FAX +1-714-821-4010.
[4] Dipankar Hazra, “Texture Recognition with combined
GLCM, Wavelet and Rotated Wavelet Features”.
International Journal of Computer and Electrical
Engineering, Vol.3, No.1, February, 2011
[5] Mehdi Lotfi, Ali Solimani, Aras Dargazany, Hooman
Afzal, Mojtaba Bandarabadi, “Combining Wavelet
Transforms and Neural Networks for Image
Classification”. 41st Southeastern Symposium on
System Theory University of Tennessee Space Institute
Tullahoma, TN, USA, March 15-17, 2009.
[6] Himanshu S. Mazumdar & Leena P. Rawal, "A Neural
Network Tool Box using C++ ", in CSI
Communications, August, pp. 15-23, Bombay, 1995.
[7] DipankarHazra “Texture Recognition with combined
GLCM, Wavelet and Rotated Wavelet
Features”International Journal of Computer and
Electrical Engineering, Vol.3, No.1, February, 2011
[8] TossapornKachanubal, and SomkaitUdomhunsakul
“Rock Textures Classification Based on Texturaland
Spectral Features”.International Journal of Information
and Mathematical Sciences.2008.
[9] LeenaLepisto, Iivari Kunttu1, JormaAutio, and Ari
Visa “Classification Method forColored Natural
Textures Using Gabor Filtering”International
Conference on Image Analysis and Processing.
[10] Mehdi Lotfi1, Ali Solimani, Aras Dargazany,
HoomanAfzal, MojtabaBandarabadi ”Combining
Wavelet Transforms and Neural Networks for
ImageClassification”University of Tennessee Space
Institute Tullahoma, TN, USA, March 15-17, 2009.
[11] SooBeom Park, Jae Won Lee, Sang
KyoonKim”Content-based image classification using a
neural network”.Pattern Recognition Letters 25 (2004)
287–300
[12] Himanshu S. Mazumdar & Leena P. Rawal, "A Neural
Network Tool Box using C++ ", in CSI
Communications, August, pp. 15-23, Bombay, 1995
BIOGRAPHIES
Sagar K. Soni received his Bachelor„s
degree in the year of 2012 and Master
degree in in the year 2014 from
Information Technology department. He
has worked as Research scholar at R&D
Center of Dharmsinh Desai University,
Nadiad, Gujarat, India.
Pratik V. Patel received his Bachelor and
Master degree of Computer Application in
the year 2009 and 2011 respectively from
Dharmsinh Desai University. He is
working as Software engineer and Ph.D.
research scholar at R&D Center of
Dharmsinh Desai University, Nadiad, Gujarat, India.

More Related Content

What's hot

Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesIJERA Editor
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Journals
 
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESSEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESIJCSEA Journal
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Editor IJARCET
 
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...CSCJournals
 
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...IDES Editor
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectioneSAT Publishing House
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Publishing House
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTijsc
 
5 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-465 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-46Alexander Decker
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...ijtsrd
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Super-Resolution of Multispectral Images
Super-Resolution of Multispectral ImagesSuper-Resolution of Multispectral Images
Super-Resolution of Multispectral Imagesijsrd.com
 
Mri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifierMri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifiersrilaxmi524
 
Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...IJECEIAES
 

What's hot (20)

Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESSEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
 
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
 
C1803011419
C1803011419C1803011419
C1803011419
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Q04503100104
Q04503100104Q04503100104
Q04503100104
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
 
5 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-465 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-46
 
F045033337
F045033337F045033337
F045033337
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Super-Resolution of Multispectral Images
Super-Resolution of Multispectral ImagesSuper-Resolution of Multispectral Images
Super-Resolution of Multispectral Images
 
Mri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifierMri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifier
 
E1803012329
E1803012329E1803012329
E1803012329
 
Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...
 

Viewers also liked

An adaptive broadcast mechanism to improve alert
An adaptive broadcast mechanism to improve alertAn adaptive broadcast mechanism to improve alert
An adaptive broadcast mechanism to improve alerteSAT Publishing House
 
Performance analysis of autonomous microgrid
Performance analysis of autonomous microgridPerformance analysis of autonomous microgrid
Performance analysis of autonomous microgrideSAT Publishing House
 
Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...eSAT Publishing House
 
Buckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate withBuckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate witheSAT Publishing House
 
Investigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cngInvestigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cngeSAT Publishing House
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Publishing House
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aeSAT Publishing House
 
Behaviour of interfaces between carbon fibre reinforced polymer and gravel soils
Behaviour of interfaces between carbon fibre reinforced polymer and gravel soilsBehaviour of interfaces between carbon fibre reinforced polymer and gravel soils
Behaviour of interfaces between carbon fibre reinforced polymer and gravel soilseSAT Publishing House
 
Design and testing of automobile exhaust system
Design and testing of automobile exhaust systemDesign and testing of automobile exhaust system
Design and testing of automobile exhaust systemeSAT Publishing House
 
Proposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkProposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkeSAT Publishing House
 
Enhancement of upfc performance with matrix
Enhancement of upfc performance with matrixEnhancement of upfc performance with matrix
Enhancement of upfc performance with matrixeSAT Publishing House
 
Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...eSAT Publishing House
 
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyEffects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyeSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 
Performance studies of microbial fuel cell
Performance studies of microbial fuel cellPerformance studies of microbial fuel cell
Performance studies of microbial fuel celleSAT Publishing House
 
Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...eSAT Publishing House
 
Comparative investigation of vlm codes for joined wing
Comparative investigation of vlm codes for joined wingComparative investigation of vlm codes for joined wing
Comparative investigation of vlm codes for joined wingeSAT Publishing House
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mrieSAT Publishing House
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...eSAT Publishing House
 
An improved approach to minimize context switching in round robin scheduling ...
An improved approach to minimize context switching in round robin scheduling ...An improved approach to minimize context switching in round robin scheduling ...
An improved approach to minimize context switching in round robin scheduling ...eSAT Publishing House
 

Viewers also liked (20)

An adaptive broadcast mechanism to improve alert
An adaptive broadcast mechanism to improve alertAn adaptive broadcast mechanism to improve alert
An adaptive broadcast mechanism to improve alert
 
Performance analysis of autonomous microgrid
Performance analysis of autonomous microgridPerformance analysis of autonomous microgrid
Performance analysis of autonomous microgrid
 
Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...
 
Buckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate withBuckling analysis of thin carbonepoxy plate with
Buckling analysis of thin carbonepoxy plate with
 
Investigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cngInvestigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cng
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in a
 
Behaviour of interfaces between carbon fibre reinforced polymer and gravel soils
Behaviour of interfaces between carbon fibre reinforced polymer and gravel soilsBehaviour of interfaces between carbon fibre reinforced polymer and gravel soils
Behaviour of interfaces between carbon fibre reinforced polymer and gravel soils
 
Design and testing of automobile exhaust system
Design and testing of automobile exhaust systemDesign and testing of automobile exhaust system
Design and testing of automobile exhaust system
 
Proposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkProposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn network
 
Enhancement of upfc performance with matrix
Enhancement of upfc performance with matrixEnhancement of upfc performance with matrix
Enhancement of upfc performance with matrix
 
Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...
 
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyEffects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 
Performance studies of microbial fuel cell
Performance studies of microbial fuel cellPerformance studies of microbial fuel cell
Performance studies of microbial fuel cell
 
Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...
 
Comparative investigation of vlm codes for joined wing
Comparative investigation of vlm codes for joined wingComparative investigation of vlm codes for joined wing
Comparative investigation of vlm codes for joined wing
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mri
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
 
An improved approach to minimize context switching in round robin scheduling ...
An improved approach to minimize context switching in round robin scheduling ...An improved approach to minimize context switching in round robin scheduling ...
An improved approach to minimize context switching in round robin scheduling ...
 

Similar to IJRET Mobile Microscope Rock Recognition

Estimating cellphone signal intensity & identifying
Estimating cellphone signal intensity & identifyingEstimating cellphone signal intensity & identifying
Estimating cellphone signal intensity & identifyingeSAT Publishing House
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Journals
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Publishing House
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Publishing House
 
Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...eSAT Publishing House
 
Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...IJECEIAES
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videoseSAT Journals
 
National Highway Alignment from Namakkal to Erode Using GIS
National Highway Alignment from Namakkal to Erode Using GISNational Highway Alignment from Namakkal to Erode Using GIS
National Highway Alignment from Namakkal to Erode Using GISIJERA Editor
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractioneSAT Journals
 
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationA survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationeSAT Journals
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filtereSAT Publishing House
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...eSAT Publishing House
 
A virtual analysis on various techniques using ann with data mining
A virtual analysis on various techniques using ann with data miningA virtual analysis on various techniques using ann with data mining
A virtual analysis on various techniques using ann with data miningeSAT Journals
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS AM Publications
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemAM Publications
 
Hyperparameters analysis of long short-term memory architecture for crop cla...
Hyperparameters analysis of long short-term memory  architecture for crop cla...Hyperparameters analysis of long short-term memory  architecture for crop cla...
Hyperparameters analysis of long short-term memory architecture for crop cla...IJECEIAES
 
A novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems devicesA novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems deviceseSAT Journals
 
A novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems devicesA novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems deviceseSAT Journals
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
Basic geometric shape and primary colour detection using image processing on ...
Basic geometric shape and primary colour detection using image processing on ...Basic geometric shape and primary colour detection using image processing on ...
Basic geometric shape and primary colour detection using image processing on ...eSAT Journals
 

Similar to IJRET Mobile Microscope Rock Recognition (20)

Estimating cellphone signal intensity & identifying
Estimating cellphone signal intensity & identifyingEstimating cellphone signal intensity & identifying
Estimating cellphone signal intensity & identifying
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...
 
Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...Performance evaluation of transfer learning based deep convolutional neural n...
Performance evaluation of transfer learning based deep convolutional neural n...
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 
National Highway Alignment from Namakkal to Erode Using GIS
National Highway Alignment from Namakkal to Erode Using GISNational Highway Alignment from Namakkal to Erode Using GIS
National Highway Alignment from Namakkal to Erode Using GIS
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extraction
 
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationA survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filter
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...
 
A virtual analysis on various techniques using ann with data mining
A virtual analysis on various techniques using ann with data miningA virtual analysis on various techniques using ann with data mining
A virtual analysis on various techniques using ann with data mining
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home System
 
Hyperparameters analysis of long short-term memory architecture for crop cla...
Hyperparameters analysis of long short-term memory  architecture for crop cla...Hyperparameters analysis of long short-term memory  architecture for crop cla...
Hyperparameters analysis of long short-term memory architecture for crop cla...
 
A novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems devicesA novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems devices
 
A novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems devicesA novel and innovative method for designing of rf mems devices
A novel and innovative method for designing of rf mems devices
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
Basic geometric shape and primary colour detection using image processing on ...
Basic geometric shape and primary colour detection using image processing on ...Basic geometric shape and primary colour detection using image processing on ...
Basic geometric shape and primary colour detection using image processing on ...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

IJRET Mobile Microscope Rock Recognition

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 111 A MOBILE BASED MICROSCOPE FOR SAMPLE RECOGNITION Sagar K. Soni1 , Pratik V. Patel2 1 Student, Department of Information Technology, Dharmsinh Desai University, Nadiad, Gujarat, India 2 Research scholar, Research and Development Center, Dharmsinh Desai University, Nadiad, Gujarat, India Abstract Mobile phones provide important services like GPS, short-range wireless communications using infrared or Bluetooth, business applications, mobile banking etc. Mobile hard-ware add--ons are also popular like, handheld keyboard with mobile phone, mobile with handheld miniature microscope (phonoscope) and others. Imaging is one of the most important features of mobile technology. Magnified images are providing in depth recognition capabilities of object. Mobile based microscope is used for Geology, Biological, Medicine, Horticulture and others areas. Objective of this paper is to present a method for rock identification using mobile based microscope camera imaging of surface parameter. Rock surface parameters are color, grain, texture. The development in the area of mobile application has opened new challenges in mobile image processing. In this paper we demonstrate a method that adopts microscope optics into mobile camera optics and developed java based (J2ME) mobile application for recognizing rock type. This consists of feature extraction algorithm using wavelet based data compression and neural network based feature classification. Rock surface parameters used in this work is grain. The signature extracted from grain parameter is used to identify the rock type. Keywords: Mobile image processing, Grain, Mobile microscope, Wavelet based data compression, Feature extraction, Neural net based classification. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Rocks are an important category of Astor-materials. Rocks are the major composition of most planets like earth, moon and mars. The rocks are indication of evolution of a planet and its composition. Analysis and interpretation of earth rocks are mostly applicable to the rocks of other planets and meteorites. Analysis of other planet rock samples has greatly helped in understanding of its mineral, chemical composition and age of associate important events. Rocks can transform from one type into another, as described by the geological model called the rock cycle. Geologist classifies rocks into three basic groups based on how they were formed in nature. Three general classes of rock: Igneous, Sedimentary and metamorphic. Nowadays, the vast number of mobile phones that are available to the public offers a multitude of designs and functionalities. Mobile gives freedom and independence to communicate. Mobiles used vastly because of some reasons like portability, flexibility etc. Image processing on mobile phones is a new and very exciting field with many challenges due to limited hardware and connectivity. Phones with Cameras, powerful CPUs, and memory storage devices are becoming increasingly common. Mobile applications face some challenges, because image processing operations can be very processor-intensive, especially if the image resolution is high. When combined with limited space for performing operations, mobile image processing tends to require small components that work with optimized algorithms. We proposed to measure grain parameter of each rock surface and signature extracted from grain parameter is used to recognize rock type. The grain parameter is acquired using imaging sensors at different magnifications with handheld miniature microscope attached to a mobile phone. Handheld miniature microscope provide 60x-100x magnification. Here images taken from mobile microscope is transferred to java- based desktop applet application system which consists feature extraction algorithm using wavelet based data compression and neural net based feature classification and neural net training will be performed on desktop device which has more memory and resources. The generated neural net file is transferred to java based mobile application and testing of neural network is performed on mobile devices for identifying rock type. Specification of handheld miniature mobile microscope is as shown below table 1
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 112 Tabel-1: Specification for Handheld Miniature Microscope Java Mobile Edition is a Java platform designed for embedded systems. The Connected limited device configuration (CLDC) is a specification of a framework for java mobile applications and it describing the basic set of libraries and virtual-machine features that must be present in an implementation. The Mobile Information Device Profile (MIDP) is a specification for the use of Java on embedded devices such as mobile phones. MIDP provide a GUI and a data storage API for java based application. Here we demonstrate rock recognition system with testing neural net generated data file using java based mobile phone Samsung S5620 Monte device with CLDC 1.1 and MIDP 2.0 Version with camera captured on. Tabel-2: Specification for Samsung S5620 Monte mobile phone 2. PROPOSED ARCHITECTURE Here we proposed architecture for rock sample recognition. 2.1 Proposed Architecture Fig-1 Block diagram of Proposed Architecture Data Generator: In data generation take magnified grain images of rock surface with handheld mobile microscope and it transfer to java-applet based desktop system which consist feature extraction algorithm and neural net based rock image classification. Here 100X magnifications are used take magnified rock grain images. Here system process is divided into two parts. 1) Training Neural Net part (Java-applet based desktop application) 2) Application part (Testing Neural net-on mobile devices) Fig-2 Top row shows five selected earth rock samples with corresponding magnified grain images with handheld mobile microscope
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 113 2.2 Training Neural Net This phase consist feature extraction algorithm using wavelet based data compression and neural network based feature classification techniques. Convert RGB to HSV Color Format image data: Get Red- Green-Blue level data of rock grain images. HSV mathematical formula is used to convert RGB to HSV color format image data. George Paschos [1] compared and shown in his work that HSV color space performs better than L*a*b and RGB. To extract the color parameter independent of external illumination, the RGB space is converted to Hue, Saturation and intensity Value (HSV) parameters, where Hue represents the color component independent of color saturation and illumination intensity. Fig-3 Screenshot of java-based applet application developed for Training neural net. Hue ranges from 0° to 359° when measured in degrees. Saturation defines a range from pure color (100%) to gray (0%) at a constant lightness level and pure color is fully saturated. Lightness defines a range from dark (0%) to fully illuminate (100%). Any original hue has the average lightness level of 50%. Grain Analysis Algorithm: Rock grains refer to its mineral relationship with other nearest minerals. So it needs more magnified grain images of rock surface. To find nearest (close) rock minerals relationships from an entire rock grain image we design an algorithm that take two nearest random hue color-pair from a rock grain image and the most occurring hue color pairs are used for the grain analysis. Here 100x magnifications are used to capture rock grain images with mobile microscope. Fig-4 block-diagram of rock grain analysis algorithm The hue color pair is selected randomly within range of 6 pixel (+/-3) distance. The distance 6 is selected to average 3x3 pixels area to represent grain. The sampling method used is color pair co-occurrence population. Normalized grain feature values are applied to wavelet transform and output of wavelet transform is given as input in Neural Network back propagation training algorithm. All grain images used for this experiment are in JPEG format of resolution 1600X1200 in RGB color. Data is collected by sampling random pixels in the image area. Sampling methods for grain parameter is described in next section. Sampling Method: For grain analysis each sample consists of a pair of pixels and the paired data is sampled between distances ranges of random +/- 3. Total numbers of random samples used is in the range of 30,000 to 19, 20,000 depending on the accuracy and speed of recognition. These RGB samples are converted to HSV color format. In case of grain analysis only most occurring 235 pairs are used to restrict the input size. The hue pair value is used to calculate normalized histogram. The further processing consist of wavelet transform and neural network classification as described in section 2.3 and 2.4 below. 2.3 Wavelet Transform Wavelets are used to convolve shape and texture with location information of image [2] [3]. Grain feature in our application are subjected to Daubechies wavelet [4]. The scaling and wavelet functions are calculated by taking the inner product of the coefficients and four data values. A segment of transformed values are selected and it used for classification. Different filter profile may be used to select appropriate segment of transformed values to optimize the accuracy and speed of classification. These selected transformed values are further processed using multilayer Neural Network.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 114 2.4 Neural Network Architecture Wavelet transformed values are separately classified using multilayer Neural Network (NN) [5] with back-propagation training algorithm to identify rock type. Configuration of each NN used is three layer feed-forward type connections and consists of input, hidden and output layers. The NN grain parameter is uses 235 input neurons. All inputs are normalized before applying to NN. All the three NN is configured using 10 hidden neurons and 5 output neurons. Each output corresponds to a rock type. Only one output is high at any time. Network is trained by computing the output error with respect to the desired output [6]. Numbers of hidden neurons are manually optimized for speed and accuracy. The configuration of NN used for classification is shown in Figure 5. The Input, hidden and output layers are Yi, Yj and Yk respectively. Desired output for training is dk. Xn and Yn are inputs and outputs of neurons. Output of NN is computed using equation 1, 2, 3 and 4. Network is trained using error function given in equation 5. Error Sensitivity E/W of weights is calculated to reinforce the weights as shown in equation 6 and 7. Here two sigmoid activation functions are used. One is in hidden layer and other is in output layer. Fig-5 Shows a three layer Neural Network with Yi as inputs, Yk as outputs. Xj = Σ i=0 Yi * Wji ---------------------------------------(1) Yj = 1/ (1+e-xj) --------------------------------------------(2) Xk = Σ j=0 Yj * Wkj --------------------------------------(3) Yk = 1/ (1+e-xk) -------------------------------------------(4) E = 0.5*(Yk-dk) 2 -----------------------------------------(5) Wkj = Wkj + eta * (Yk-dk) * Yk * (1-Yk) * Yj ----- (6) Wji = Wji + eta * k=0{(Yk-dk) * Yk * (1-Yk)}*Yj* (1-Yj) * Yi---------------------(7) 3. EXPERIMENT SETUP In this Experiment setup we make an environment that suite handheld miniature mobile microscope and take fully focused image of object with constant distance, magnification and intensity for accurate sample recognition. In this section we demonstrate tools and rocks which are used in this experiment. Fig-6 shows mobile with handheld miniature microscope Auto adjustable hardboard with drilled four 6cm nuts with mobile attached handheld microscope is shown below figure 7. Fig-7 Environment setup for rock recognition We take five different earth rocks Granite, Lime Stone, Sandstone, Serpentine, and Slate. These rocks are photographed using handheld miniature microscope attached with mobile camera. Rock images are shown in figure 2. Java based applet package trains the neural network and save neural net fie. Trained neural net file is transferred from desktop to mobile devices. Mobile application will configure neural net.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 115 Figure 8 shows rock grain image with mobile microscope and figure 9 shows mobile application. Fig-8 Display rock grain image Fig-9 shows J2ME Mobile with handheld miniature application for testing neural net Microscope 4. EXPERIMENTAL RESULT Result presented here are from 5 rock types as described in section 3 and captured 50 grain images of rock with handheld miniature microscope. Number of training images are 40 and number of testing images are 10 for grain analysis. 10 images for each rock are taken and total 50 grain images are consider to evalute the algorithm performance.Table 3 shows result of rock grain analysis system. Tabel-3: Result of rock grain analysis Feature No. of Training images No .of Testing images Average accuracy Untrained test samples (%) Trained test samples (%) Rock Grain 40 10 90 95 The output is shown in figure 10. Left figure shows output of rock named slate and Right figure shows rock named granite. Fig-10 Output rock type of selected rock image Testing on different mobile devices: Rock grain analysis mobile application is tested on various java based mobile devices like Nokia (E-66) s60 series, Sony Ericson (T-715) and Nokia E-77 with following specification  CLDC -1.1 & MIDP – 2.0  Phone should allow accessing Camera/Video by third party application and enable camera captured on. 5. CONCLUSIONS New technology mobile based rock sample image identification/recognition is developed. Rock surface parameters are color, grain and texture. These are visual parameter of any rocks and it relate to rocks minerals composition. Microscopy images were taken using lab developed handheld miniature mobile microscope consist of Java based phone with appropriate lens attachments. The single 100x image was used to identify rock grain. Pixel color histogram, wavelet transform of histogram and multilayer feed forward neural network is used to successfully analyzing and classifying earth rock with 95% of average accuracy for train samples and 90% of average accuracy of new untrained samples. Classification accuracy is further improved using multi-parameter analysis of different surface parameters. This method could be used in more application like horticulture, biological sample, precision stone identification, plate-making, textile, printed circuit boards and other industrial areas. In future android based application is also developed for different sample recognition. ACKNOWLEDGEMENTS While bringing out this paper to its final form, I came across a number of people whose contributions in various ways helped my field of research and they deserve special thanks. It is a pleasure to convey my gratitude to all of them. i would like to take this opportunity to express my gratitude and heartiest thanks to Dr. H. S. Mazumdar, head of department, Research and Development Center, DDU for his support and constant
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 116 encouragement. Without his patient guidance, this work could never have been success. I convey my sincere thanks to the Head of the Department of the Information Technology Prof. R. S. Chhajed for kindly providing resources whichever needed for my dissertation. REFERENCES [1] Paschos, G."Perceptually uniform color spaces for color texture analysis: an empirical evaluation," Image Processing, IEEE Transactions on , vol.10, no.6, pp.932-937,Jun 2001doi: 10.1109/83.923289 K. Elissa, “Title of paper if known,” unpublished. [2] Dipankar Hazra, “Texture Recognition with combined GLCM, Wavelet and Rotated Wavelet Features”. International Journal of Computer and Electrical Engineering, Vol.3, No.1, February, 2011 [3] Amara Graps “An Introduction to Wavelets”, 1995 Institute of Electrical and Electronics Engineers. published by the IEEE Computer Society, 10662 Los Vaqueros Circle, Los Alamitos, CA 90720, USA,TEL +1-714-821-8380, FAX +1-714-821-4010. [4] Dipankar Hazra, “Texture Recognition with combined GLCM, Wavelet and Rotated Wavelet Features”. International Journal of Computer and Electrical Engineering, Vol.3, No.1, February, 2011 [5] Mehdi Lotfi, Ali Solimani, Aras Dargazany, Hooman Afzal, Mojtaba Bandarabadi, “Combining Wavelet Transforms and Neural Networks for Image Classification”. 41st Southeastern Symposium on System Theory University of Tennessee Space Institute Tullahoma, TN, USA, March 15-17, 2009. [6] Himanshu S. Mazumdar & Leena P. Rawal, "A Neural Network Tool Box using C++ ", in CSI Communications, August, pp. 15-23, Bombay, 1995. [7] DipankarHazra “Texture Recognition with combined GLCM, Wavelet and Rotated Wavelet Features”International Journal of Computer and Electrical Engineering, Vol.3, No.1, February, 2011 [8] TossapornKachanubal, and SomkaitUdomhunsakul “Rock Textures Classification Based on Texturaland Spectral Features”.International Journal of Information and Mathematical Sciences.2008. [9] LeenaLepisto, Iivari Kunttu1, JormaAutio, and Ari Visa “Classification Method forColored Natural Textures Using Gabor Filtering”International Conference on Image Analysis and Processing. [10] Mehdi Lotfi1, Ali Solimani, Aras Dargazany, HoomanAfzal, MojtabaBandarabadi ”Combining Wavelet Transforms and Neural Networks for ImageClassification”University of Tennessee Space Institute Tullahoma, TN, USA, March 15-17, 2009. [11] SooBeom Park, Jae Won Lee, Sang KyoonKim”Content-based image classification using a neural network”.Pattern Recognition Letters 25 (2004) 287–300 [12] Himanshu S. Mazumdar & Leena P. Rawal, "A Neural Network Tool Box using C++ ", in CSI Communications, August, pp. 15-23, Bombay, 1995 BIOGRAPHIES Sagar K. Soni received his Bachelor„s degree in the year of 2012 and Master degree in in the year 2014 from Information Technology department. He has worked as Research scholar at R&D Center of Dharmsinh Desai University, Nadiad, Gujarat, India. Pratik V. Patel received his Bachelor and Master degree of Computer Application in the year 2009 and 2011 respectively from Dharmsinh Desai University. He is working as Software engineer and Ph.D. research scholar at R&D Center of Dharmsinh Desai University, Nadiad, Gujarat, India.