SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 3, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 439
Colour Object Recognition using Biologically Inspired Model
S. Arivazhagan1
R. Newlin Shebiah2
P. Sophia3
, A. Nivetha4
1,2,3,4
Department of Electronics and Communication Engineering
1,2,3,4
Mepco Schlenk Engineering College, Sivakasi - 626 005
Abstract- Human visual system can categorize objects
rapidly and effortlessly despite the complexity and objective
ambiguities of natural images. Despite the ease with which
we see, visual categorization is an extremely difficult task
for computers due to the variability of objects, such as scale,
rotation, illumination, position and occlusion. Utilization of
characteristics of biological systems for solving practical
problems inevitably leads towards reducing the gap between
manmade machines and live systems. Biologically
motivated information processing has been an important
area of scientific research for decades. This paper presents a
Biologically Inspired Model which gives a promising
solution to object categorization in colour space. The
features are extracted in YCbCr colour space and classified
by using SVM classifier. The framework has been applied
to the image dataset taken from the Amsterdam Library of
Object Images (ALOI). The proposed framework can
successfully detect and classify the object categories with a
good accuracy rate of about 91.3% for the Cb plane.
I. INTRODUCTION
Object recognition plays an important role in car number
plate recognition[1] ,face recognition for the purpose of
access control [2] and cancer recognition [3] , applications
related to computer vision such as video surveillance [4] ,
image and video retrieval [5], web content analysis [6] ,
human computer interactions [7] and biometrics[8] . In
general, object categorization is a difficult task in computer
vision because of the variability in illumination, scales,
rotation, deformation and clutter as well as the complexity
and variety of backgrounds.
W. Niblack, R. Barber, W.Equitz ,et.al proposed
traditional appearance-based approaches in the object
recognition which mainly use global low-level visual
features such as gray value, color, shape, and texture [9].
These methods do not consider local discriminative
information and are sensitive to lighting conditions, object
poses, clutter, and occlusions.
J. Amores, N. Sebe, and P. Radeva proposed Part-
based models [10] that make matches between particular
patches and interesting objects through various searching
schemes. In this framework, it is challenging to robustly
segment and find the meaningful parts, so the spatial
relationships of meaningful parts cannot be duly modeled.
G. Csurka, C. Bray, C. Dance introduced the original bag-
of-features based scheme [11] is efficient for recognition,
but it ignores the spatial relationship of features, and thus it
is hard to represent the geometric structure of the object
class or to distinguish between foreground and background
features. D. G. Lowe extracted Distinctive image features
from dcale-invariant key-points. This is a local feature based
approach that combines the interest point detectors and local
descriptors with spatial information. Representative local
features include scale-invariant feature transform (SIFT)
[12].
Although these features are effective in describing
local discriminative information, they lack higher level
information, e.g., relations of local orientations. T. Serre, L.
Wolf, and T. Poggio in [13] used a set of complex
biologically inspired features obtained by combining the
response of local edge-detectors that are slightly position-
and scal e-tolerant over neighboring positions and multiple
orientations. It produced an admirable results as the
classification rate obtained is above 35% correct when using
15 training examples, however, it could not perform well
specially when it was applied to images with high clutter or
with partially occluded objects.
T. Serre, L. Wolf, S. Bileschi, et.al in [14]
proposed a new set of scale and position-tolerant feature
detectors that are adaptive to the training set. This approach
demonstrates good classification results on a challenging
(street) scene understanding application that requires the
recognition of both shape-based as well as texture-based
objects. The classification rate obtained is above 44%
correct when using 15 training examples. Jim Mutch and
David G. Lowe in [15] builds on the approach of [14] by
incorporating some additional biologically-motivated
properties, including sparsification of features, lateral
inhibition, and feature localization. These modifications
enhance recognition accuracy, but the heavy computational
load and the feature selection are still a big problem. The
classification rate obtained is 51% correct when using 15
training examples. J. Mutch and D. G. Lowe in [16] updates
and extends the approach of [15] by incorporating some
additional biologically motivated properties, specifically,
sparsity and localized intermediate-level features. These
modifications show that each of these changes provides a
significant boost in generalization performance. The
classification rate obtained is 51% correct when using 15
training examples similar to [15].
This paper is structured as follows: Section II
describes about the proposed methodology. Results and
discussion is given in section III. Next section gives the
concluding remarks.
II. PROPOSED METHODOLOGY
The BIM consists of four layers of computational units:
S1, C1, S2, and C2.
Colour Object Recognition using Biologically Inspired Model
(IJSRD/Vol. 1/Issue 3/2013/0010)
All rights reserved by www.ijsrd.com 440
Fig.1: Block Diagram of Proposed Methodology
S1 UnitsA.
The units in the S1 layer correspond to the simple cells in the
primates’ visual cortex. An initial input image is convolved
with different Log-Gabor filters to produce the S1 layer. The
Log-Gabor filters are used here since they are found to be
more advantageous than the Gabor filters .Gabor filters are
not optimal if one is seeking broad spectral information with
maximal spatial location and also the maximum bandwidth
of the Gabor filter is limited to approximately one octave.
Log-Gabor filtersB.
Log-Gabor filters basically consist in a logarithmic
transformation of the Gabor domain [17] which eliminates
the annoying DC-component allocated in medium and high-
pass filters. Log-Gabor wavelet transforms allow exact
reconstruction and strengthen the excellent mathematical
properties of the Gabor filters.
C1 unitsC.
The C1 units describe complex cells in the visual cortex. To
generate a C1 unit, BIM pools over S1 units using a
maximum operation .This process can be considered as a
down-sampling operation over the S1 images .
C1 (i) = max (S1 (i, :,:))
Where C1 (i) is the afferent C1 image and S1 (i, :,:) is the
group of S1 images.
S2 unitsD.
The S2 units describe the similarity between C1images and
prototypes via convolution operation. An S2 image is
calculated by
S2 (i, j, k)= C1 (j, k) * Pi
C1 (j, k) is the afferent C1 image with a specific scale j and a
specific orientation k. Pi is an patch selected from the input
image
Extraction of patchesE.
The patches are not selected randomly. Threshold is applied
to the input image. The pixels in the image having the value
lesser than the threshold are assigned with zero value.
Threshold value of 50% is chosen here. Then the resulting
input image is divided into blocks of uniform sizes. Thus for
the input image of size 200x200, hundred 20x20 blocks are
obtained. From the divided blocks, the blocks having the
pixel value greater than 75% are selected as the essential
patches. From reducing the computational complexity only
twenty patches from the essential patches are taken for the
experiment. These prototype patches are then convolved
with the Log-Gabor filters of four scales and four
orientations. Finally (20*16=320) three hundred and twenty
prototype patches are obtained and stored.
C2 unitsF.
A C2 value is the global maximum response of a group of S2
image over different scales and orientations. An C2 image is
calculated by
C2(i)=max(S2(i,:,:))
where C2(i) is the afferent C2 image and S2(i,:,:) is the group
of S2 images.
SVM classifierG.
The C2 vectors are classified using a linear classifier called
SVM classifier. It separates a set of objects into their
respective groups. It constructs a hyper plane or set of hyper
planes in an infinite dimensional space which can be used
for classification. SVM is widely used in object detection
and recognition content-based image retrieval, text
recognition, biometrics, speech recognition.
III. RESULTS AND DISCUSSIONS
The proposed methodology was evaluated on the image
dataset taken from the Amsterdam Library of Object Images
(ALOI).For the object recognition using the biologically
inspired model five categories are such as car, bike, basket,
bowl and shoe are taken into consideration. Each category
contains two classes. For example the car category contains
two different types of car such as blue car and white car.
The car dataset contains 108 images in the blue car and 108
images in the white car. Similarly in each category 108
images are seen in the first class and 108 images are seen in
the second class. These images are of various sizes and for
the experiment they were resized to 200x200.The images of
the five categories are shown in the fig.2
Fig. 2: Sample images from Amsterdam Library of Object
Image. From left to right, the categories are car, basket,
bowl, shoe, and ball.
TRAIN
ING
IMAG
E
S1
LAY
ER
C1
LAY
ER
PROTO
TYPE
PATCH
ES
S2
LA
YE
R
C2
LA
YE
R
*
SVM
CLASSIF
IER
RECOGNI
TION
OUTPUT
TES
TIN
G
IMA
S1
LAY
ER
C1
LAY
ER
S2
LA
YE
R
C2
LA
YE
R
PROTO
TYPE
PATCH
ES
*
(1)
(2)
(3)
Colour Object Recognition using Biologically Inspired Model
(IJSRD/Vol. 1/Issue 3/2013/0010)
All rights reserved by www.ijsrd.com 441
Initially as a sample, the car image is taken as input to the
proposed framework. The input image it resized to 200x200.
Fig.3 shows the resized input image. Colour transformation
on the input image is performed. The Y, Cb, Cr contents of
the input image are also shown in the fig.3
Fig.3: Colour transformed images. From left to right are the
input image, Y content, Cb content and Cr content
After the color transformation the pixels having value lesser
than the threshold value are replaced with zero. Threshold of
about 50% is applied to the transformed image. Then the
features are extracted in four layers such as S1 layer , C1
layer, S2 layer and the C2 layer.
S1 layerA.
The image after applying threshold is convolved with the
Log-Gabor filters. Here Log-Gabor filter of four orientations
(0o
, 45 o
, 90 o
and 135 o
) and four scales are used. Hence the
output of 16 images is obtained for a single input image.
The S1 units obtained for the sample input image ‘ball’ is
shown in the fig.4.
Fig. 4 : Sample Image of ball at S1 layer
C1 layerB.
The output values from S1 layer are used in the C1 layer. To
generate a C1 unit, BIM pools over S1 units using a
maximum operation. Each C1 unit is obtained by taking the
maximum over two S1 units of same orientation but different
scales. Thus for the S1 layer of 16 images 8 C1images are
obtained. This process can be considered as a down-
sampling operation over the S1 images.
The C1 images obtained for the sample input image
‘ball’ is shown in the Fig.5
Fig.5 : C1 units
Extraction of patchesC.
For the S2 layer the patches are selected from the input
image. The thresholding at the initial stage is followed by
the segmentation for the patch extraction. It is divided into
hundred uniform blocks of size 20x20. It is not necessary
that all the patches are having more information. So the
patches that are having more than 75% of image pixels are
selected as essential patches. For reducing the computational
complexity only twenty patches from the essential patches
are taken for the experiment. These prototype patches are
then convolved with the Log-Gabor filters of four scales and
four orientations. Finally (20*16=320) three hundred and
twenty prototype patches are obtained for the sample input
image.
S2 layerD.
The values for S2 units are calculated using the output
values of the C1 layer. The S2 units describe the similarity
between the C1 images and prototype patches via the
convolution operation. The extracted 320 prototype patches
are convolved with the 8 C1 images. Out of these 320
patches, first 80 patches belong to the orientation 0◦,
next 80
patches to the orientation 45◦
, next 80 patches to the
orientation 90◦
and the last 80 patches belong to the
orientation 135◦.
Convolution operation is taken along the C1
images and the prototype patches of same orientation. And
thus at last we obtain 640 S2 images. Fig.6 shows the S2
layer units obtained when a single prototype patch is
convolved with a C1 unit of same orientation
Fig.6 : S2 units
C2 layerE.
The output values from S2 layer are used in the C2 layer. A
C2 value is the global maximum response of a group of S2
image over different scales and orientations. This further
allows the layer to be more tolerant to shifts and scale
changes within its receptive field. Each C2 unit is obtained
by taking the maximum over two S2 units of same
orientation but different scales. Thus for the S2 layer of 640
images 320 C2 values are obtained .Finally 320 features are
obtained for the sample input image ‘car’.
ClassificationF.
These 320 extracted features are fed into the classifier stage
classification. The detection of the objects is done by the
SVM classifier. The car images are divided into training set
and testing set, where 50% of images are used to train the
system and the remaining 50% of the images serves as the
testing set. Similarly other images are also divided into two
Colour Object Recognition using Biologically Inspired Model
(IJSRD/Vol. 1/Issue 3/2013/0010)
All rights reserved by www.ijsrd.com 442
sets, training set, and testing set. The number of images used
for training, testing and classification gain for each category
of objects in YCbCr plane is shown in the table.1 The
classification gain is improved with 91.3% for Cb plane.
Category
No of Images Recognition rate
Training Testing Y Cb Cr
Car 108 108 50 82.4 70.4
Ball 108 108 80.5 100 85.2
Shoe 108 108 47.2 89.8 93.5
Bowl 108 108 88.9 100 100
Basket 108 108 79.6 84.3 90.7
Table. 1: Results obtained using SVM classifier in YCbCr
colour space
Y represents luma or luminance. Luma is the brightness in
an image (black and white). It ranges from 0-100 where 0
denotes the absolute black and 100 denotes absolute white.
Whereas chroma is the purity of a colour. It represents the
colour information. It ranges from 0-100 where 0 denotes
the absence of colour and 100 denotes the maximum of
colour. High chroma means rich and full colour. Low
chroma means dull and pale colour. Cb represents blue
chroma and Cr represents red chroma. Here the recognition
rate obtained for Cb plane is higher when compared to Y
and Cr plane especially for the categories such as car, ball
and bowl due to the presence of colours such as blue,
yellow, etc. The recognition rate obtained for Cr plane is
good for the categories shoe, bowl and basket due to the
presence colours such as red. When comparing plane with
CbCr plane, it doesn’t yield that much good result. The
comparison of Y content, Cb content and Cr content is
shown in the fig.7.
Fig.7 : Comparison of Y, Cb and Cr using SVM
classifier
IV. CONCLUSION
Recognizing and classifying various objects is mainly the
purpose of the proposed approach. Thus the proposed
methodology was tested on the five categories namely Car,
Bowl, Basket, Shoe and Ball from the Amsterdam Library
of Object Images. The experimental results indicate that the
proposed approach is a valuable approach, which can
significantly recognize and classify the objects with a little
computational effort. From the analysis of results obtained
by classifying those object categories, the classification rate
using Cb plane is nearly 91.3% which is the highest
recognition rate obtained. It gives good results for car, ball
and bowl. The classification rate using Cr plane is about
87.96% on an average. It gives better results for the
categories such as shoe, bowl and basket. This model can be
used foe machine vision applications.
REFERENCES
[1] Lihong Zheng and Xiangjian He.: Number Plate
Recognition Based on Support Vector Machines. In:
IEEE International Conference on Video and Signal
Based Surveillance, AVSS '06. page(s): 13-13.(2006).
[2] D. Bryliuk and V. Starovoitov.: Access Control by Face
Recognition Using Neural Networks,
http://neuroface.narod.ru,.(2000).
[3] Jihong Liu and Weina Ma.: An Effective Recognition
Method of Breast Cancer Based on PCA and SVM
Algorithm. ICMB 2008, LNCS 4901, pp. 57–64 (2007).
[4] R. Collins, A. Lipton, T. Kanade, et.al “A system for
video surveillance and monitoring,” Robot. Inst.,
Carnegie Mellon Univ., Pittsburgh, PA, Tech. Rep.:
CMU-RI-TR-00-12, 2000.
[5] A. Yoshitaka and T. Ichikawa, “A survey on content-
based retrieval for multimedia databases,” IEEE Trans.
Knowl. Data Eng., vol. 11, no. 1,pp. 81–93, Jan./Feb.
1999.
[6] R. Kosala and H. Blockeel, “Web mining research: A
survey,” ACMSIGKDD Explorations Newslett., vol. 2,
no. 1, pp. 1–15, Jul. 2000.
[7] V. I. Pavlovic, R. Sharma, and T. S. Huang, “Visual
interpretation of hand gestures for human-computer
interaction: A review,” IEEE Trans. Pattern Anal.
Mach. Intell., vol. 19, no. 7, pp. 677–695, Jul. 1997.
[8]. A. K. Jain, A. Ross, and S. Prabhakar, Eds., Biometrics:
Personal Identification in Networked Society. Norwell,
MA: Kluwer, 1999.
[9]. W. Niblack,et.al, “The QBIC project: Querying images
by content using color, texture and shape,” in Proc.
SPIE—Storage and Retrieval for Image and Video
Databases, 1993, pp. 173–187.
[10]. J. Amores, et.al, “Context-based object class
recognition and retrieval by generalized correlograms,”
IEEE Trans. Pattern Anal.Mach. Intell., vol. 29, no. 10,
pp. 1818–1833, Oct. 2007.
[11]. G. Csurka, et.al, “Visual categorization with bags of
keypoints,” in Proc. ECCV, 2004, pp. 1–16.
[12].D. G. Lowe. Distinctive image features from dcale-
invariant key-points. International Journal of Computer
Vision, 2(60):91–110, 2004.
[13]. T. Serre, L. Wolf, and T. Poggio, “Object recognition
with features inspired by visual cortex,” in Proc. CVPR,
2005, pp. 994–1000.
[14] T. Serre, L. Wolf, S. Bileschi, et.al, “Robust object
recognition with cortex-like mechanisms,” IEEE Trans.
Pattern Anal. Mach. Intell., vol. 29, no. 3, pp. 411–426,
Mar. 2007
[15] J. Mutch and D. G. Lowe, “Multiclass object
recognition with sparse,localized features,” in Proc.
CVPR, 2006, pp. 11–18.
[16] J. Mutch and D. G. Lowe, “Object class recognition
and localization using sparse features with limited
receptive fields,” in Proc. IJCV, 2008, pp. 45–57.
[17].D.J. Field. Relation between the statistics of natural
images and the response properties of cortical cells. J.
Opt. Soc. Am. A, 4(12):2379_2394,1987

More Related Content

What's hot

Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformRotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
IRJET Journal
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysis
ijtsrd
 
E018212935
E018212935E018212935
E018212935
IOSR Journals
 
Distance Metric Learning tutorial at CVPR 2015
Distance Metric Learning tutorial at CVPR 2015Distance Metric Learning tutorial at CVPR 2015
Distance Metric Learning tutorial at CVPR 2015
Ruiping Wang
 
C1803011419
C1803011419C1803011419
C1803011419
IOSR Journals
 
Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...
Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...
Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...
Dongmin Choi
 
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
CSCJournals
 
Performance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGAPerformance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGA
IJECEIAES
 
An Image Based PCB Fault Detection and Its Classification
An Image Based PCB Fault Detection and Its ClassificationAn Image Based PCB Fault Detection and Its Classification
An Image Based PCB Fault Detection and Its Classification
rahulmonikasharma
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition ppt
Abdullah Gubbi
 
B01460713
B01460713B01460713
B01460713
IOSR Journals
 
FutureTech 2010
FutureTech 2010FutureTech 2010
FutureTech 2010
Dakshina Kisku
 
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
sipij
 
Detection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation TechniqueDetection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation Technique
IJCSIS Research Publications
 
K-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective BackgroundK-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective Background
IJCSIS Research Publications
 
A Color Boosted Local Feature Extraction Method for Mobile Product Search
A Color Boosted Local Feature Extraction Method for Mobile Product SearchA Color Boosted Local Feature Extraction Method for Mobile Product Search
A Color Boosted Local Feature Extraction Method for Mobile Product Search
idescitation
 
I017417176
I017417176I017417176
I017417176
IOSR Journals
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
Manje Gowda
 
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
Dongmin Choi
 
Age Invariant Face Recognition using Convolutional Neural Network
Age Invariant Face Recognition using Convolutional  Neural Network Age Invariant Face Recognition using Convolutional  Neural Network
Age Invariant Face Recognition using Convolutional Neural Network
IJECEIAES
 

What's hot (20)

Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET TransformRotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
Rotation Invariant Face Recognition using RLBP, LPQ and CONTOURLET Transform
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysis
 
E018212935
E018212935E018212935
E018212935
 
Distance Metric Learning tutorial at CVPR 2015
Distance Metric Learning tutorial at CVPR 2015Distance Metric Learning tutorial at CVPR 2015
Distance Metric Learning tutorial at CVPR 2015
 
C1803011419
C1803011419C1803011419
C1803011419
 
Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...
Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...
Review : Structure Boundary Preserving Segmentation
for Medical Image with Am...
 
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
 
Performance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGAPerformance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGA
 
An Image Based PCB Fault Detection and Its Classification
An Image Based PCB Fault Detection and Its ClassificationAn Image Based PCB Fault Detection and Its Classification
An Image Based PCB Fault Detection and Its Classification
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition ppt
 
B01460713
B01460713B01460713
B01460713
 
FutureTech 2010
FutureTech 2010FutureTech 2010
FutureTech 2010
 
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
 
Detection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation TechniqueDetection of Fruits Defects Using Colour Segmentation Technique
Detection of Fruits Defects Using Colour Segmentation Technique
 
K-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective BackgroundK-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective Background
 
A Color Boosted Local Feature Extraction Method for Mobile Product Search
A Color Boosted Local Feature Extraction Method for Mobile Product SearchA Color Boosted Local Feature Extraction Method for Mobile Product Search
A Color Boosted Local Feature Extraction Method for Mobile Product Search
 
I017417176
I017417176I017417176
I017417176
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
 
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
 
Age Invariant Face Recognition using Convolutional Neural Network
Age Invariant Face Recognition using Convolutional  Neural Network Age Invariant Face Recognition using Convolutional  Neural Network
Age Invariant Face Recognition using Convolutional Neural Network
 

Viewers also liked

Computationally Efficient ID-Based Blind Signature Scheme in E-Voting
Computationally Efficient ID-Based Blind Signature Scheme in E-VotingComputationally Efficient ID-Based Blind Signature Scheme in E-Voting
Computationally Efficient ID-Based Blind Signature Scheme in E-Voting
ijsrd.com
 
Modeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOM
Modeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOMModeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOM
Modeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOM
ijsrd.com
 
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using VerilogSimulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
ijsrd.com
 
Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...
Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...
Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...
ijsrd.com
 
Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...
Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...
Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...
ijsrd.com
 
VHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband DividerVHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband Divider
ijsrd.com
 
Dynamic Rule Base Construction and Maintenance Scheme for Disease Prediction
Dynamic Rule Base Construction and Maintenance Scheme for Disease PredictionDynamic Rule Base Construction and Maintenance Scheme for Disease Prediction
Dynamic Rule Base Construction and Maintenance Scheme for Disease Prediction
ijsrd.com
 
Design Fabrication and Static Analysis of Single Composite Lap Joint
Design Fabrication and Static Analysis of Single Composite Lap JointDesign Fabrication and Static Analysis of Single Composite Lap Joint
Design Fabrication and Static Analysis of Single Composite Lap Joint
ijsrd.com
 
GPS and GSM based Steered navigation and location tracking device for Visionless
GPS and GSM based Steered navigation and location tracking device for VisionlessGPS and GSM based Steered navigation and location tracking device for Visionless
GPS and GSM based Steered navigation and location tracking device for Visionless
ijsrd.com
 
Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...
Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...
Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...
ijsrd.com
 
Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...
Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...
Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...
ijsrd.com
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controller
ijsrd.com
 
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc EnvironmentComparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
ijsrd.com
 
A Case for E-Business
A Case for E-BusinessA Case for E-Business
A Case for E-Business
ijsrd.com
 
Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...
Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...
Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...
ijsrd.com
 
Categorias
CategoriasCategorias
Categorias
Dana Horodetchi
 
Speech Recognition using HMM & GMM Models: A Review on Techniques and Approaches
Speech Recognition using HMM & GMM Models: A Review on Techniques and ApproachesSpeech Recognition using HMM & GMM Models: A Review on Techniques and Approaches
Speech Recognition using HMM & GMM Models: A Review on Techniques and Approaches
ijsrd.com
 
Design & Check Cyclic Redundancy Code using VERILOG HDL
Design & Check Cyclic Redundancy Code using VERILOG HDLDesign & Check Cyclic Redundancy Code using VERILOG HDL
Design & Check Cyclic Redundancy Code using VERILOG HDL
ijsrd.com
 

Viewers also liked (18)

Computationally Efficient ID-Based Blind Signature Scheme in E-Voting
Computationally Efficient ID-Based Blind Signature Scheme in E-VotingComputationally Efficient ID-Based Blind Signature Scheme in E-Voting
Computationally Efficient ID-Based Blind Signature Scheme in E-Voting
 
Modeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOM
Modeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOMModeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOM
Modeling Analysis& Solution of Power Quality Problems Using DVR & DSTATCOM
 
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using VerilogSimulation of Single and Multilayer of Artificial Neural Network using Verilog
Simulation of Single and Multilayer of Artificial Neural Network using Verilog
 
Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...
Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...
Design of AMBA AHB interface around OpenRISC 1200 processor and comparing the...
 
Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...
Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...
Analysis of Catalyst Support Ring in a pressure vessel based on ASME Section ...
 
VHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband DividerVHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband Divider
 
Dynamic Rule Base Construction and Maintenance Scheme for Disease Prediction
Dynamic Rule Base Construction and Maintenance Scheme for Disease PredictionDynamic Rule Base Construction and Maintenance Scheme for Disease Prediction
Dynamic Rule Base Construction and Maintenance Scheme for Disease Prediction
 
Design Fabrication and Static Analysis of Single Composite Lap Joint
Design Fabrication and Static Analysis of Single Composite Lap JointDesign Fabrication and Static Analysis of Single Composite Lap Joint
Design Fabrication and Static Analysis of Single Composite Lap Joint
 
GPS and GSM based Steered navigation and location tracking device for Visionless
GPS and GSM based Steered navigation and location tracking device for VisionlessGPS and GSM based Steered navigation and location tracking device for Visionless
GPS and GSM based Steered navigation and location tracking device for Visionless
 
Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...
Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...
Power Swing Phenomena and Comparative Study of Its Detection on Transmission ...
 
Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...
Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...
Study on effect of Alccofine & Fly ash addition on the Mechanical properties ...
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controller
 
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc EnvironmentComparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
 
A Case for E-Business
A Case for E-BusinessA Case for E-Business
A Case for E-Business
 
Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...
Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...
Analysis Approach for Five Phase Two-Level Voltage Source Inverter with PWM T...
 
Categorias
CategoriasCategorias
Categorias
 
Speech Recognition using HMM & GMM Models: A Review on Techniques and Approaches
Speech Recognition using HMM & GMM Models: A Review on Techniques and ApproachesSpeech Recognition using HMM & GMM Models: A Review on Techniques and Approaches
Speech Recognition using HMM & GMM Models: A Review on Techniques and Approaches
 
Design & Check Cyclic Redundancy Code using VERILOG HDL
Design & Check Cyclic Redundancy Code using VERILOG HDLDesign & Check Cyclic Redundancy Code using VERILOG HDL
Design & Check Cyclic Redundancy Code using VERILOG HDL
 

Similar to Colour Object Recognition using Biologically Inspired Model

H018124360
H018124360H018124360
H018124360
IOSR Journals
 
Detection of Dense, Overlapping, Geometric Objects
Detection of Dense, Overlapping, Geometric Objects Detection of Dense, Overlapping, Geometric Objects
Detection of Dense, Overlapping, Geometric Objects
gerogepatton
 
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTSDETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
gerogepatton
 
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTSDETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
ijaia
 
Computer Vision: Visual Extent of an Object
Computer Vision: Visual Extent of an ObjectComputer Vision: Visual Extent of an Object
Computer Vision: Visual Extent of an Object
IOSR Journals
 
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
sipij
 
G04743943
G04743943G04743943
G04743943
IOSR-JEN
 
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
CSCJournals
 
Face Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of InternetFace Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of Internet
ijceronline
 
An effective RGB color selection for complex 3D object structure in scene gra...
An effective RGB color selection for complex 3D object structure in scene gra...An effective RGB color selection for complex 3D object structure in scene gra...
An effective RGB color selection for complex 3D object structure in scene gra...
IJECEIAES
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
ijait
 
Ijarcet vol-2-issue-4-1383-1388
Ijarcet vol-2-issue-4-1383-1388Ijarcet vol-2-issue-4-1383-1388
Ijarcet vol-2-issue-4-1383-1388
Editor IJARCET
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22
Prasad K
 
Shadow Detection and Removal in Still Images by using Hue Properties of Color...
Shadow Detection and Removal in Still Images by using Hue Properties of Color...Shadow Detection and Removal in Still Images by using Hue Properties of Color...
Shadow Detection and Removal in Still Images by using Hue Properties of Color...
ijsrd.com
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVALA COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
cscpconf
 
A comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrievalA comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrieval
csandit
 
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGAPPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
sipij
 
F43053237
F43053237F43053237
F43053237
IJERA Editor
 

Similar to Colour Object Recognition using Biologically Inspired Model (20)

H018124360
H018124360H018124360
H018124360
 
Detection of Dense, Overlapping, Geometric Objects
Detection of Dense, Overlapping, Geometric Objects Detection of Dense, Overlapping, Geometric Objects
Detection of Dense, Overlapping, Geometric Objects
 
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTSDETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
 
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTSDETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
DETECTION OF DENSE, OVERLAPPING, GEOMETRIC OBJECTS
 
Computer Vision: Visual Extent of an Object
Computer Vision: Visual Extent of an ObjectComputer Vision: Visual Extent of an Object
Computer Vision: Visual Extent of an Object
 
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
 
G04743943
G04743943G04743943
G04743943
 
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
Shallow vs. Deep Image Representations: A Comparative Study with Enhancements...
 
Face Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of InternetFace Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of Internet
 
An effective RGB color selection for complex 3D object structure in scene gra...
An effective RGB color selection for complex 3D object structure in scene gra...An effective RGB color selection for complex 3D object structure in scene gra...
An effective RGB color selection for complex 3D object structure in scene gra...
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
Ijarcet vol-2-issue-4-1383-1388
Ijarcet vol-2-issue-4-1383-1388Ijarcet vol-2-issue-4-1383-1388
Ijarcet vol-2-issue-4-1383-1388
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22
 
Shadow Detection and Removal in Still Images by using Hue Properties of Color...
Shadow Detection and Removal in Still Images by using Hue Properties of Color...Shadow Detection and Removal in Still Images by using Hue Properties of Color...
Shadow Detection and Removal in Still Images by using Hue Properties of Color...
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
 
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVALA COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
 
A comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrievalA comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrieval
 
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGAPPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
 
F43053237
F43053237F43053237
F43053237
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 

Recently uploaded (20)

22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 

Colour Object Recognition using Biologically Inspired Model

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 3, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 439 Colour Object Recognition using Biologically Inspired Model S. Arivazhagan1 R. Newlin Shebiah2 P. Sophia3 , A. Nivetha4 1,2,3,4 Department of Electronics and Communication Engineering 1,2,3,4 Mepco Schlenk Engineering College, Sivakasi - 626 005 Abstract- Human visual system can categorize objects rapidly and effortlessly despite the complexity and objective ambiguities of natural images. Despite the ease with which we see, visual categorization is an extremely difficult task for computers due to the variability of objects, such as scale, rotation, illumination, position and occlusion. Utilization of characteristics of biological systems for solving practical problems inevitably leads towards reducing the gap between manmade machines and live systems. Biologically motivated information processing has been an important area of scientific research for decades. This paper presents a Biologically Inspired Model which gives a promising solution to object categorization in colour space. The features are extracted in YCbCr colour space and classified by using SVM classifier. The framework has been applied to the image dataset taken from the Amsterdam Library of Object Images (ALOI). The proposed framework can successfully detect and classify the object categories with a good accuracy rate of about 91.3% for the Cb plane. I. INTRODUCTION Object recognition plays an important role in car number plate recognition[1] ,face recognition for the purpose of access control [2] and cancer recognition [3] , applications related to computer vision such as video surveillance [4] , image and video retrieval [5], web content analysis [6] , human computer interactions [7] and biometrics[8] . In general, object categorization is a difficult task in computer vision because of the variability in illumination, scales, rotation, deformation and clutter as well as the complexity and variety of backgrounds. W. Niblack, R. Barber, W.Equitz ,et.al proposed traditional appearance-based approaches in the object recognition which mainly use global low-level visual features such as gray value, color, shape, and texture [9]. These methods do not consider local discriminative information and are sensitive to lighting conditions, object poses, clutter, and occlusions. J. Amores, N. Sebe, and P. Radeva proposed Part- based models [10] that make matches between particular patches and interesting objects through various searching schemes. In this framework, it is challenging to robustly segment and find the meaningful parts, so the spatial relationships of meaningful parts cannot be duly modeled. G. Csurka, C. Bray, C. Dance introduced the original bag- of-features based scheme [11] is efficient for recognition, but it ignores the spatial relationship of features, and thus it is hard to represent the geometric structure of the object class or to distinguish between foreground and background features. D. G. Lowe extracted Distinctive image features from dcale-invariant key-points. This is a local feature based approach that combines the interest point detectors and local descriptors with spatial information. Representative local features include scale-invariant feature transform (SIFT) [12]. Although these features are effective in describing local discriminative information, they lack higher level information, e.g., relations of local orientations. T. Serre, L. Wolf, and T. Poggio in [13] used a set of complex biologically inspired features obtained by combining the response of local edge-detectors that are slightly position- and scal e-tolerant over neighboring positions and multiple orientations. It produced an admirable results as the classification rate obtained is above 35% correct when using 15 training examples, however, it could not perform well specially when it was applied to images with high clutter or with partially occluded objects. T. Serre, L. Wolf, S. Bileschi, et.al in [14] proposed a new set of scale and position-tolerant feature detectors that are adaptive to the training set. This approach demonstrates good classification results on a challenging (street) scene understanding application that requires the recognition of both shape-based as well as texture-based objects. The classification rate obtained is above 44% correct when using 15 training examples. Jim Mutch and David G. Lowe in [15] builds on the approach of [14] by incorporating some additional biologically-motivated properties, including sparsification of features, lateral inhibition, and feature localization. These modifications enhance recognition accuracy, but the heavy computational load and the feature selection are still a big problem. The classification rate obtained is 51% correct when using 15 training examples. J. Mutch and D. G. Lowe in [16] updates and extends the approach of [15] by incorporating some additional biologically motivated properties, specifically, sparsity and localized intermediate-level features. These modifications show that each of these changes provides a significant boost in generalization performance. The classification rate obtained is 51% correct when using 15 training examples similar to [15]. This paper is structured as follows: Section II describes about the proposed methodology. Results and discussion is given in section III. Next section gives the concluding remarks. II. PROPOSED METHODOLOGY The BIM consists of four layers of computational units: S1, C1, S2, and C2.
  • 2. Colour Object Recognition using Biologically Inspired Model (IJSRD/Vol. 1/Issue 3/2013/0010) All rights reserved by www.ijsrd.com 440 Fig.1: Block Diagram of Proposed Methodology S1 UnitsA. The units in the S1 layer correspond to the simple cells in the primates’ visual cortex. An initial input image is convolved with different Log-Gabor filters to produce the S1 layer. The Log-Gabor filters are used here since they are found to be more advantageous than the Gabor filters .Gabor filters are not optimal if one is seeking broad spectral information with maximal spatial location and also the maximum bandwidth of the Gabor filter is limited to approximately one octave. Log-Gabor filtersB. Log-Gabor filters basically consist in a logarithmic transformation of the Gabor domain [17] which eliminates the annoying DC-component allocated in medium and high- pass filters. Log-Gabor wavelet transforms allow exact reconstruction and strengthen the excellent mathematical properties of the Gabor filters. C1 unitsC. The C1 units describe complex cells in the visual cortex. To generate a C1 unit, BIM pools over S1 units using a maximum operation .This process can be considered as a down-sampling operation over the S1 images . C1 (i) = max (S1 (i, :,:)) Where C1 (i) is the afferent C1 image and S1 (i, :,:) is the group of S1 images. S2 unitsD. The S2 units describe the similarity between C1images and prototypes via convolution operation. An S2 image is calculated by S2 (i, j, k)= C1 (j, k) * Pi C1 (j, k) is the afferent C1 image with a specific scale j and a specific orientation k. Pi is an patch selected from the input image Extraction of patchesE. The patches are not selected randomly. Threshold is applied to the input image. The pixels in the image having the value lesser than the threshold are assigned with zero value. Threshold value of 50% is chosen here. Then the resulting input image is divided into blocks of uniform sizes. Thus for the input image of size 200x200, hundred 20x20 blocks are obtained. From the divided blocks, the blocks having the pixel value greater than 75% are selected as the essential patches. From reducing the computational complexity only twenty patches from the essential patches are taken for the experiment. These prototype patches are then convolved with the Log-Gabor filters of four scales and four orientations. Finally (20*16=320) three hundred and twenty prototype patches are obtained and stored. C2 unitsF. A C2 value is the global maximum response of a group of S2 image over different scales and orientations. An C2 image is calculated by C2(i)=max(S2(i,:,:)) where C2(i) is the afferent C2 image and S2(i,:,:) is the group of S2 images. SVM classifierG. The C2 vectors are classified using a linear classifier called SVM classifier. It separates a set of objects into their respective groups. It constructs a hyper plane or set of hyper planes in an infinite dimensional space which can be used for classification. SVM is widely used in object detection and recognition content-based image retrieval, text recognition, biometrics, speech recognition. III. RESULTS AND DISCUSSIONS The proposed methodology was evaluated on the image dataset taken from the Amsterdam Library of Object Images (ALOI).For the object recognition using the biologically inspired model five categories are such as car, bike, basket, bowl and shoe are taken into consideration. Each category contains two classes. For example the car category contains two different types of car such as blue car and white car. The car dataset contains 108 images in the blue car and 108 images in the white car. Similarly in each category 108 images are seen in the first class and 108 images are seen in the second class. These images are of various sizes and for the experiment they were resized to 200x200.The images of the five categories are shown in the fig.2 Fig. 2: Sample images from Amsterdam Library of Object Image. From left to right, the categories are car, basket, bowl, shoe, and ball. TRAIN ING IMAG E S1 LAY ER C1 LAY ER PROTO TYPE PATCH ES S2 LA YE R C2 LA YE R * SVM CLASSIF IER RECOGNI TION OUTPUT TES TIN G IMA S1 LAY ER C1 LAY ER S2 LA YE R C2 LA YE R PROTO TYPE PATCH ES * (1) (2) (3)
  • 3. Colour Object Recognition using Biologically Inspired Model (IJSRD/Vol. 1/Issue 3/2013/0010) All rights reserved by www.ijsrd.com 441 Initially as a sample, the car image is taken as input to the proposed framework. The input image it resized to 200x200. Fig.3 shows the resized input image. Colour transformation on the input image is performed. The Y, Cb, Cr contents of the input image are also shown in the fig.3 Fig.3: Colour transformed images. From left to right are the input image, Y content, Cb content and Cr content After the color transformation the pixels having value lesser than the threshold value are replaced with zero. Threshold of about 50% is applied to the transformed image. Then the features are extracted in four layers such as S1 layer , C1 layer, S2 layer and the C2 layer. S1 layerA. The image after applying threshold is convolved with the Log-Gabor filters. Here Log-Gabor filter of four orientations (0o , 45 o , 90 o and 135 o ) and four scales are used. Hence the output of 16 images is obtained for a single input image. The S1 units obtained for the sample input image ‘ball’ is shown in the fig.4. Fig. 4 : Sample Image of ball at S1 layer C1 layerB. The output values from S1 layer are used in the C1 layer. To generate a C1 unit, BIM pools over S1 units using a maximum operation. Each C1 unit is obtained by taking the maximum over two S1 units of same orientation but different scales. Thus for the S1 layer of 16 images 8 C1images are obtained. This process can be considered as a down- sampling operation over the S1 images. The C1 images obtained for the sample input image ‘ball’ is shown in the Fig.5 Fig.5 : C1 units Extraction of patchesC. For the S2 layer the patches are selected from the input image. The thresholding at the initial stage is followed by the segmentation for the patch extraction. It is divided into hundred uniform blocks of size 20x20. It is not necessary that all the patches are having more information. So the patches that are having more than 75% of image pixels are selected as essential patches. For reducing the computational complexity only twenty patches from the essential patches are taken for the experiment. These prototype patches are then convolved with the Log-Gabor filters of four scales and four orientations. Finally (20*16=320) three hundred and twenty prototype patches are obtained for the sample input image. S2 layerD. The values for S2 units are calculated using the output values of the C1 layer. The S2 units describe the similarity between the C1 images and prototype patches via the convolution operation. The extracted 320 prototype patches are convolved with the 8 C1 images. Out of these 320 patches, first 80 patches belong to the orientation 0◦, next 80 patches to the orientation 45◦ , next 80 patches to the orientation 90◦ and the last 80 patches belong to the orientation 135◦. Convolution operation is taken along the C1 images and the prototype patches of same orientation. And thus at last we obtain 640 S2 images. Fig.6 shows the S2 layer units obtained when a single prototype patch is convolved with a C1 unit of same orientation Fig.6 : S2 units C2 layerE. The output values from S2 layer are used in the C2 layer. A C2 value is the global maximum response of a group of S2 image over different scales and orientations. This further allows the layer to be more tolerant to shifts and scale changes within its receptive field. Each C2 unit is obtained by taking the maximum over two S2 units of same orientation but different scales. Thus for the S2 layer of 640 images 320 C2 values are obtained .Finally 320 features are obtained for the sample input image ‘car’. ClassificationF. These 320 extracted features are fed into the classifier stage classification. The detection of the objects is done by the SVM classifier. The car images are divided into training set and testing set, where 50% of images are used to train the system and the remaining 50% of the images serves as the testing set. Similarly other images are also divided into two
  • 4. Colour Object Recognition using Biologically Inspired Model (IJSRD/Vol. 1/Issue 3/2013/0010) All rights reserved by www.ijsrd.com 442 sets, training set, and testing set. The number of images used for training, testing and classification gain for each category of objects in YCbCr plane is shown in the table.1 The classification gain is improved with 91.3% for Cb plane. Category No of Images Recognition rate Training Testing Y Cb Cr Car 108 108 50 82.4 70.4 Ball 108 108 80.5 100 85.2 Shoe 108 108 47.2 89.8 93.5 Bowl 108 108 88.9 100 100 Basket 108 108 79.6 84.3 90.7 Table. 1: Results obtained using SVM classifier in YCbCr colour space Y represents luma or luminance. Luma is the brightness in an image (black and white). It ranges from 0-100 where 0 denotes the absolute black and 100 denotes absolute white. Whereas chroma is the purity of a colour. It represents the colour information. It ranges from 0-100 where 0 denotes the absence of colour and 100 denotes the maximum of colour. High chroma means rich and full colour. Low chroma means dull and pale colour. Cb represents blue chroma and Cr represents red chroma. Here the recognition rate obtained for Cb plane is higher when compared to Y and Cr plane especially for the categories such as car, ball and bowl due to the presence of colours such as blue, yellow, etc. The recognition rate obtained for Cr plane is good for the categories shoe, bowl and basket due to the presence colours such as red. When comparing plane with CbCr plane, it doesn’t yield that much good result. The comparison of Y content, Cb content and Cr content is shown in the fig.7. Fig.7 : Comparison of Y, Cb and Cr using SVM classifier IV. CONCLUSION Recognizing and classifying various objects is mainly the purpose of the proposed approach. Thus the proposed methodology was tested on the five categories namely Car, Bowl, Basket, Shoe and Ball from the Amsterdam Library of Object Images. The experimental results indicate that the proposed approach is a valuable approach, which can significantly recognize and classify the objects with a little computational effort. From the analysis of results obtained by classifying those object categories, the classification rate using Cb plane is nearly 91.3% which is the highest recognition rate obtained. It gives good results for car, ball and bowl. The classification rate using Cr plane is about 87.96% on an average. It gives better results for the categories such as shoe, bowl and basket. This model can be used foe machine vision applications. REFERENCES [1] Lihong Zheng and Xiangjian He.: Number Plate Recognition Based on Support Vector Machines. In: IEEE International Conference on Video and Signal Based Surveillance, AVSS '06. page(s): 13-13.(2006). [2] D. Bryliuk and V. Starovoitov.: Access Control by Face Recognition Using Neural Networks, http://neuroface.narod.ru,.(2000). [3] Jihong Liu and Weina Ma.: An Effective Recognition Method of Breast Cancer Based on PCA and SVM Algorithm. ICMB 2008, LNCS 4901, pp. 57–64 (2007). [4] R. Collins, A. Lipton, T. Kanade, et.al “A system for video surveillance and monitoring,” Robot. Inst., Carnegie Mellon Univ., Pittsburgh, PA, Tech. Rep.: CMU-RI-TR-00-12, 2000. [5] A. Yoshitaka and T. Ichikawa, “A survey on content- based retrieval for multimedia databases,” IEEE Trans. Knowl. Data Eng., vol. 11, no. 1,pp. 81–93, Jan./Feb. 1999. [6] R. Kosala and H. Blockeel, “Web mining research: A survey,” ACMSIGKDD Explorations Newslett., vol. 2, no. 1, pp. 1–15, Jul. 2000. [7] V. I. Pavlovic, R. Sharma, and T. S. Huang, “Visual interpretation of hand gestures for human-computer interaction: A review,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 19, no. 7, pp. 677–695, Jul. 1997. [8]. A. K. Jain, A. Ross, and S. Prabhakar, Eds., Biometrics: Personal Identification in Networked Society. Norwell, MA: Kluwer, 1999. [9]. W. Niblack,et.al, “The QBIC project: Querying images by content using color, texture and shape,” in Proc. SPIE—Storage and Retrieval for Image and Video Databases, 1993, pp. 173–187. [10]. J. Amores, et.al, “Context-based object class recognition and retrieval by generalized correlograms,” IEEE Trans. Pattern Anal.Mach. Intell., vol. 29, no. 10, pp. 1818–1833, Oct. 2007. [11]. G. Csurka, et.al, “Visual categorization with bags of keypoints,” in Proc. ECCV, 2004, pp. 1–16. [12].D. G. Lowe. Distinctive image features from dcale- invariant key-points. International Journal of Computer Vision, 2(60):91–110, 2004. [13]. T. Serre, L. Wolf, and T. Poggio, “Object recognition with features inspired by visual cortex,” in Proc. CVPR, 2005, pp. 994–1000. [14] T. Serre, L. Wolf, S. Bileschi, et.al, “Robust object recognition with cortex-like mechanisms,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 29, no. 3, pp. 411–426, Mar. 2007 [15] J. Mutch and D. G. Lowe, “Multiclass object recognition with sparse,localized features,” in Proc. CVPR, 2006, pp. 11–18. [16] J. Mutch and D. G. Lowe, “Object class recognition and localization using sparse features with limited receptive fields,” in Proc. IJCV, 2008, pp. 45–57. [17].D.J. Field. Relation between the statistics of natural images and the response properties of cortical cells. J. Opt. Soc. Am. A, 4(12):2379_2394,1987