SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
International Refereed Journal of Engineering and Science (IRJES)
ISSN (Online) 2319-183X, (Print) 2319-1821
Volume 2, Issue 5(May 2013), PP.24-31
www.irjes.com
www.irjes.com 24 | Page
Skeletonization and classification by Bayesian classifier algorithm
for object recognition
Pankaj Manohar Pandit1
, Dr. Sudhir Gangadharrao Akojwar 2
1
Dept. of Ele. & Tele. Engg., Jawaharlal Darda Institute of Engg. & Technology, Yavatmal
2
Professor and Head, Rajiv Gandhi College of Engineering, Research and Technology, Chandrapur
ABSTRACT: This paper describes and demonstrates a graphical method of Skeletal Shock Graph, which is
based on the shape or geometry of the object. Shock Graph is an abstraction of the skeleton of a shape onto a
Directed Acyclic Graph (DAG) in which the skeleton points are labeled according to the local variation of the
radius function at each point. A large image data base is created by using suitable image acquisition technique,
which is converted into binary images. Skeleton and its labeling of the binary image is obtained by applying
Skeletonization Algorithm. Then next steps adopted are formation of Shock Graph and labeled tree, indexing the
data base and generation of attribute vectors, pruning the data base and lastly matching the tree of query image
with that of database images for recognition. This paper discusses and demonstrates the existing challenges and
prospective research areas in Skeletal Shock Graph based object recognition and also presents some
comparative results against the geodesic path method.
KEYWORDS : Directed Acyclic Graph, Skeletonization, Pruning of data base, Skeletal Shock
Graph, labeled tree.
I. INTRODUCTION
One of the most fascinating features of the visual system of human being is “ability to quickly
recognize a stimulus from a large visual memory”. Methods of object recognition and matching are broadly
classified as intensity based methods relying on color, texture and geometry based methods, which use shape
and structure of the object to match and retrieve from the query images. Most commonly used techniques of
managing databases of image are Keywords or text-based technique, which is a common technique to provide
information about the contents. It is suitable for texture based image with suitable segmentation. But for
satisfactory degree of correctness & details, it requires large & complicated keyword system and manual
annotations which are highly time-consuming, costly and dependant on the subjectivity.
The second technique is content based technique which involves generation of image description by analyzing
content of image. The process is very common and simple. First, it retrieve image from database similar to the
query image, this description store and extract features from query image and finally it estimates the similarity
measures resulting image retrieval.
The third method is Graphical or Graph based method which is based on the shape or geometry of the
object and uses a basic fact that humans show a remarkable ability to recognize objects without effort, despite
the fact that objects may vary in color, texture, or size. For recognition purposes, objects are often represented as
attributed graphs whose nodes represent their features (or their abstractions) and whose edges represent relations
(or constraints) between the features. These graph representations allow us to express many perceptually
significant object properties, such as geometric or hierarchical part structures.
Skeletal Shock Graph is an effective tool for object recognition, based on its geometry. The concept of
Shock Graphs was first launched by Siddiqi and Kimia. Basically, Shock Graph is an abstraction of skeleton of
a shape onto a Directed Acyclic Graph (DAG) in which the skeleton points are labeled according to the local
variation of the radius function at each point. Since its inception and evolution, it has been effectively used as a
significant tool in the area of object recognition, which finds tremendous applications in automated or computer
assisted environments.
Shape recognition is one of the primary goals of computer vision, allowing an image signal to be
semantically labeled according to a priori knowledge of objects in the world. Early shape recognition work in
the 60’s and 70’s focused on the categorization or generic object recognition problem, in which exemplar
objects, i.e., specific object instances, were matched to coarse, prototypical models designed to be invariant to
within-class shape and appearance deformation. Inspired by Blum's original idea of using directed graphs to
define equivalence classes of shapes, Siddiqi and Kimia [1] defined the concept of a shock graph.
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 25 | Page
II. SKELETON AND SKELETONIZATION
Abstraction of object information is an important need for any automated or computer supervised or assisted
environment for shape representation and modeling. Of-course, the level of abstraction depends on the task for
which the shape information is being required. Skeleton or medial axes have been extensively used for
characterizing objects satisfactorily using structures that are composed of thin line or arc like patterns.
Skeletonization is an image processing operation which reduces input shapes to axial stick-like representations.
It has many applications like Industrial inspection, Expert system for Animal census, Intruder detection, Expert
Security systems, Image / document processing, Biological part matching, Computer graphics, Robotics etc.
2.1 Medial Axis Transform
The medial axis transform (MAT) is basically described by using a medial axis and a radius function.
The skeleton of a shape is like a stick diagram. One of the first formal definitions of the skeleton was proposed
by Blum, who defined the medial axis of a shape as the locus of center points of all the maximal circles
contained within the shape boundary. Blum called the shape's skeleton as the Medial Axis Transform (MAT).
[28, 29, 30]
Fig.1 Skeleton of object
Blum also proposed an alternate definition of MAT in terms of a grassfire front-
The idea is to imagine that the shape is uniformly covered with grass and that fire is set simultaneously
to all boundary points. The fire front will start propagating toward the center and will extinguish when meeting
an opposing front. The collision points of the fronts form the medial axis of the shape. The distance of any
skeleton point to its closest boundary points defines the time of formation of the points, and it corresponds to the
radius of the maximal inscribed circle.
Skeleton is a representation of a 2D object which preserves the details of the silhouette of an object.
Skeletons are converted to shock graph. Shock graph is nothing but shape abstraction which groups skeleton
points according to the local variation of a radius function. These groups are called as Shock groups and are
labeled as 1, 2, 3 or 4.Such a grouping will provide a decomposition of a skeleton into parts, whose interrelation
will confirm to a well-defined grammar [1, 2, 31].The shock graph is a directed acyclic graph and is obtained
from these Shock groups which are the constituent primitives of the Shock Graph. The arrangement of shock
graph is according to the Shock Graph grammar. Shock Graph is generated for each 2D image in the data base
and is compared with the shock graph of the query image very efficiently and leads to an efficient technique for
pattern matching.
Type 1 shocks form a segment of skeleton points, in which the radius function varies monotonically, as
is the case for a protrusion. A type 2 arises at a neck, and is immediately followed by two type-1 branches
bowing away from it in opposite directions. Type 3 shocks belong to an interval of skeleton points, in which the
radius function is constant. Finally, a type 4 arises when the radius function achieves a strict local maximum i.e.
the boundary collapses to a single point.
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 26 | Page
III. STEPS IN CONSTRUCTION OF SHOCK GRAPH
The shock graph construction involves following steps-
3.1. Labeling
• R(s) be the radius function R : S →R+
• L(s) be a shock labeling function L : S →{1,2,3,4}
• S is the set of continuous medial axis points (i.e., shocks) of shape X
• Then L(s) for s ε S is defined as:
3.2. Grouping
Let B1,……..Bn be the longest groups of connected shocks in S s.t. s, s’ Bi, L(s) = l(s’) and s Bi,
either |N(s) |≤2 or |N(s) | >2, then s must be a terminal point of Bi ( i.e., Bi  {s} is connected ), for 1 ≤ i ≤ n. Let
the group’s label, l(Bi), be the label of the label of shocks in Bi, and similarly, let the time of formation of the
group, t(Bi), be the interval [min (R(s)), max (R(s))] defined by the time of formation R(s) for all s Bi
3.3.Shock Graph
The shock graph of a 2-D shape is a labeled graph G= (V, E, γ) such that :
Vertices V = {0,…..n}, corresponding to the groups B1,..Bn and 0 denoting a root node;
Edges ( i, j) E × V directed from vertex i to vertex j if and only if i ≠ j, and i ≠ 0
t(Bi) ≥ t (Bj) Bi Bj is a connected set of shocks, or i =0 k ≠ 0 (k, j) E;
Labels γ : V { #,1,2,4} s.t. γ(i) = # if i = 0 and γ = l(Bi) otherwise.
The critical survey of related work indicates various steps involved in object recognition using shock graph are-
 Creating a large image data base by using suitable image acquisition technique.
 Converting an image of object or a 2-D shape into a binary image.
 Obtaining the skeletons of the binary images (Skeletonization Algorithm).
 Labeling the skeleton.
 Construction of the shock graphs and labeled tree from the skeleton.
 Indexing the data base and generation of attribute vectors.
 Pruning the database (if required) by comparing the shock graphs of objects in the data base with the
shock graph of the query image and retaining only the closest ones.
 Matching the tree of query image with that of database images for recognition.
Shock Graph offers the advantages that the labeling of skeleton points or shocks is invariant to translation and
rotation of the shape and since the labeling is locally determined, it is stable under uniform scaling and within-
class part deformation.
Shock graphs offer a powerful and challenging framework for representing and matching qualitative
shape [3]. But, quite limited efforts have been devoted to their use in realistic scenes in which a silhouette
cannot be properly segmented. A careful examination of shock graph based recognition proves that most of the
approaches and methodologies are conventionally applied to un-occluded, pre-segmented counter. Also, the
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 27 | Page
overview of the research work in this field indicates that there is a tremendous scope in the area of shape
recognition especially about recognition issues under the condition of image obscured and deformation. Hence it
is necessary to focus on these issues and try to evolve a robust recognition based strategy, based on shock
graphs.
IV. RELATED WORK
Although there has been quite extensive work in the area of shape representation and matching, shape
recognition is still an open research issue [2]. With the time, many shape-matching approaches have emerged,
but high space, time complexity and moderate recognition rate are still the limiting factors for their widespread
acceptance as well as popularity. Sebastian et al. [4] use the full classification of the shock graph (MA endowed
with a finer classification based on dynamics of flow) [5].
The shape recognition technique has to be robust to visual transformations like articulation and
deformation of parts, viewpoint variation and occlusion. Thus, the shape representation has to effectively
capture the variations in shape due to these transformations. In previous recognition applications, shapes have
been represented as curves [6, 7], point sets or feature sets, and by medial axis [8, 9, 10, 11, 12] among others.
2D shape matching is achieved using hierarchical tree structure extracted from shock graph that in turn extracted
from the skeleton of the shape of interest. It attempts to decompose a shape into a set of parts. Xiang Bai
et.al.[15]matched skeleton graphs by comparing the geodesic paths between skeleton endpoints. In contrast to
typical tree or graph matching methods, it does not consider the topological graph structure. The proposed
comparison of geodesic paths between endpoints of skeleton graphs yields correct matching results. This
method is able to produce correct results in the presence of articulations, stretching, and contour deformations.
But the performance of this method is limited in the presence of large protrusions, since they require skipping a
large number of skeleton endpoints.
Shahbudin S.et.al.[16] highlights the efficacy of the simplified shock graph (SSG) derived as a result of
pruning from the original shock graph. It tests the feature vectors of the SSG with three different multi-class
Support Vector Machines (SVM) classifier models namely the one-against-all (OAA), one-against-one (OAO)
and the bias support vector machines (BSVM). As such, the validity of SSG as feature vectors to represent
human postures is confirmed based on the findings from all three methods of SVM applied.
Macrini et.al. [17] presented an algorithm for identifying and representing the ligature structure, and restoring
the non-ligature structures that remain. This leads to a bone graph, a new medial shape abstraction that captures
a more intuitive notion of an object’s allies parts than a skeleton or a shock graph. It offers improved stability
and within-class deformation invariance. Zaboli et. al. [19] presented a modified and optimized shock graph
based method by adding branch points as key points to the shock graph and its grammar and consequently it
developed a new grammar. But the recognition rate is not much attractive. Also, it had a limited focus on
stability issues of the shock graph.
Behnam Hosseini et.al. [27] proposed some critical points on skeleton of silhouette are used for
recognition and classification of human body movement and uses MLP with back-propagation for recognition of
movement. But it does not focus the stability issues under articulation and deformation.
Wei Zhao et.al. [34] proposed the use of skeletonization algorithm for removal of unwanted edges in processing
of MRI images of skull and the brain tissue. It used the thresholding methods for this and use of skeletonization
is limited to this purpose only.
Aaron D. Ward et.al. [25] proposed the G-MAT( Group-wise Medial Axis Transform), which is a
group-wise skeletonization framework that yields a fuzzy significance measure for each branch, derived from
information provided by the group of shapes for the determination of the pruning order of skeleton branches,
using geometric and topological branch feature information provided by the group as a whole. Although the
geometric and topological branch features used in this paper provided superior performance, there remain
substantial opportunities for improvement using more sophisticated, pose-invariant features.
Jianhao Ding et.al. [13] discussed skeletonization method for the skeleton feature points extracted from
human body based on silhouette images, which uses gradient of distance transform to detect critical points
inside the foreground. Then, it converge and simplify critical points in order to generate the most important and
elegant skeleton feature points and finally, presents an algorithm which connects the skeleton feature points and
estimates the position of skeleton joints. But the results are unsatisfied and even encounter some mistakes when
the joints are hidden or kept out. That is because this approach uses the uniform scales of the human body parts
to determine the position of the inner joints such as elbow and knee joints, there might cause some errors
between the scales of the different bodies.
Behnam Hosseini et.al. [14], presented skeleton of silhouette, being used for recognition and
classification of human body movement and MLP with back-propagation is being used for recognition of
movement. It has resulted average recognition rate of 92 %. But, it did not focus the stability issues under
articulation and deformation.
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 28 | Page
An object recognition by comparing the sub-graphs by inserting a node in Shock branch whenever
there is a sharp direction change has also been proposed by S. P. Hingway et.al. [32]. Addition of node improves
the object recognition results. This changes the Shock graph topology. The object identification strategy called
as Sub Graph matching method is used for Object recognition. But the improvement in result is not significant
when the Skeleton does not have many curved segments.
V. LIMITATIONS AND SCOPE
Thus the critical review of the previous work gives rise to many unaddressed challenging research
issues that need to be tackled effectively for the efficient object recognition. Scale and viewpoint changes may
often originate new branches in a skeleton due to small details on the boundary that were not identified at a
lower scale or that were not visible from a different viewpoint. These new branches can affect, to a certain
extent, the structure a shock graph.
The shock labels depend on the pair-wise difference of the radius function at adjacent shocks which
requires, in practice, to define some threshold to increase the tolerance to differences in radii.
Concave corners in the shape boundary may produce skeleton segments, where all the points are related only to
the corner points at the boundary. Thus, small changes in the positions of these corner points will cause rather
big changes in the ligature segments, which will ultimately give rise to differences in the corresponding shock
graph. Noise may also have effect on the structure of shock graph.
The medial axis is sensitive to boundary perturbations (Boundary Noise), which introduce spurious edges in the
graph. This may be typically tackled by regularization during the detection process or post-detection. Here
regularization is an integral part of the recognition process.
Articulation and Deformation of Parts is also the issue of focus. The shock graph inherently segments a
shape into parts and captures the hierarchical relationship between them. Hence it is robust to changes which
may occur in some of the parts.
The viewpoint variations changes gradually, the spatial location and the shape of parts and it may be
handled by deform edit. At certain views, there is a sudden appearance or disappearance of a part, which may be
handled by the remaining edits. Appearance of a part may be handled by the splice edit.
Shadows and highlights often lead to segmentation errors in figure-ground segregation. Highlights tend to cause
small changes in the boundary, but may typically affect the shock-graph topology. Shadows are often more
global in nature, but tend not to affect the shock-graph topology. Increasing Partial occlusion i.e. occluded
blends with the shape or occluded blends with the background increases Shock Graph edit cost.
Hence, study of stability issues of Shock Graphs under various challenging situations may be the
matter of focus. To accommodate this, robust method for labeling the skeleton points that will also
accommodate small differences in scale may be one of the steps. Shock graphs define meaningful equivalence
classes for shapes i.e. two shapes abstracted by the same graph are expected to be perceptually similar at a
coarse level. This property will allow us to index a model database to recover a set of candidate models with
similar shock graphs.
The next step may then be to verify each of these candidates by evaluating the information that we have
ignored in the abstraction. With this goal in mind, a list of attribute vectors is associated with every point s in
every node in the graph. Such vectors are 4-tuples (x, y, t, α) representing the attributes of each shock point in
the node: Euclidean coordinates (x, y), time of formation t, and direction α. The set of attributes of each node
may be used to define a local measure of similarity between two nodes in different graphs. Use of suitable AI
technique like Fuzzy Logic, Neural Network or Hybrid tools for attribute vectors associated with every point
may result into effective object recognition.
VI. EXPERIMENTAL RESULTS
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 29 | Page
VII. IMPLICATIONS
The proposed research outcome will definitely be a valuable contribution in the vast and ever open
field of shape recognition. The outcome of the proposed research work may have several applications in the
fields of Automated Industrial inspection, Expert system for Animal census, Intruder detection, Expert Security
systems, Image / document processing, Biological part matching, Computer graphics, Robotics etc. The labeling
of skeleton points or shocks is invariant to translation and rotation of the shape. Since the labeling is locally
determined, it is stable under uniform scaling and within-class part deformation. But all these issues are always
posed to the challenging situations like boundary noise, articulation and deformation of parts, view point
variations and partial occlusion. So efforts will be concentrated on improving the stability of shock graph for
object recognition under these challenging issues. Further, it is expected that the use of suitable AI technique
will make the recognition process fast and accurate.
VIII. CONCLUSION
Skeletal Shock Graph is an effective tool for object recognition, based on its geometry Object
recognition is one of the primary goals of computer vision, allowing an image signal to be semantically labeled
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 30 | Page
according to a priori knowledge of objects in the world. Scale and viewpoint changes, concave corners in the
shape boundary, boundary perturbations, viewpoint variations, segmentation errors due to shadows and
highlights, increasing partial occlusion are still some of the challenging situations in object recognition, may be
the matter of focus for the researchers. To tackle this, robust method for labeling the skeleton points that will
also accommodate small differences in scale may be one of the steps. Shock graphs define meaningful
equivalence classes for shapes which allow us to index a model database to recover a set of candidate models
with similar shock graphs. Thus, an improved skeletonization, improved indexer, improved matcher and use of
suitable AI tool may further enhance the recognition efficiency of the system, especially under the challenging
situations for a large images data base of varieties of shapes concerned for varieties of object recognition
applications in automated or computer assisted environments.
REFERENCES
[1] K. Siddiqi and B. B. Kimia. “A shock grammar for recognition” IEEE Conference on Computer Vision and Pattern Recognition,
San Francisco, USA, 1996.
[2] K. Siddiqi, A. Shokoufandeh, Sven J. Dickinson, and Steven W. Zucker, “Shock graphs and shape matching”, IEEE International
Conference on Computer Vision, pages 222-229, 1998.
[3] Aurelie Bataille, Sven Dickinson. “Coarse-to-Fine Object Recognition Using Shock Graphs”, Springer-Verlag Berlin Heidelberg,
LNCS 3434, pp. 203–212, 2005.
[4] T.B. Sebastian, P.N. Klein, and B.B. Kimia, “Recognition of Shapes by Editing Their Shock Graphs,” IEEE Trans. Pattern
Analysis and Machine Intelligence, vol. 26, no. 5, pp. 550-571, May 2004.
[5] P.J. Giblin and B.B. Kimia, “On the Local Form and Transitions of Symmetry Sets, Medial Axes, and Shocks,” International
Journal on Computer Vision , vol. 54, nos. 1-3, pp. 143-157, Aug. 2003.
[6] Yoram Gdalyahu and Daphna Weinshall, “Flexible syntactic matching of curves and its application to automatic hierarchical
classification of silhouettes,” PAMI, vol. 21, no. 12, pp. 1312–1328, 1999.
[7] Laurent Younes, “Computable elastic distance between shapes,” SIAM J. Appl. Math., vol. 58, pp. 565– 586, 1998.
[8] S. C. Zhu and A. L. Yuille, “FORMS: A flexible object recognition and modeling system,” International Journal on Computer
Vision, vol. 20, no. 3, 1996.
[9] Daniel Sharvit, Jacky Chan, H¨useyin Tek, and Benjamin B. Kimia, “Symmetry-based indexing of image databases,” JVCIR,
vol. 9, no. 4, pp. 366–380, 1998.
[10] K. Siddiqi, A. Shokoufandeh, S.J. Dickinson, and S.W. Zucker, “Shock graphs and shape matching,” International Journal on
Computer Vision, vol. 35, no. 1, pp. 13–32, 1999.
[11] M. Pelillo, K. Siddiqi, and S.W. Zucker, “Matching hierarchical structures using association graphs,” PAMI, vol. 21, no. 11, pp.
1105–1120, 1999.
[12] T. Liu and D. Geiger, “Approximate tree matching and shape similarity,” ICCV, pp. 456–462, 1999.
[13] Jianhao Ding, Yigang Wang, Lingyun Yu, “Extraction of Human Body Skeleton Based on Silhouette Images”, Second
International Workshop on Education Technology and Computer Science, 2010.
[14] Behnam Hosseini, Saeed Vahabi Mashak, S.A.R. Abu-Bakar, “Categorization of Human Movement Based on Rule-Based
Classifier”, Fourth Asia International Conference on Mathematical/Analytical Modelling and Computer Simulation, 2010.
[15] Xiang Bai and Longin Jan Latecki, “Path Similarity Skeleton Graph Matching”,IEEE Transactions on pattern analysis and
machine intelligence, VOL. 30, NO. 7, JULY 2008.
[16] Shahbudin S;Hussain A;Tahir, N.M.; Samad, S.A.; “Multi-class Support Vector Machine for human posture classification using
a simplified shock graph” International Symposium on Information Theory and Its Applications, 2008. ISITA 2008. Publication
Year: 2008 , Page(s): 1 – 4.
[17] Macrini, D.; Siddiqi, K.; Dickinson, S.; “From skeletons to bone graphs: Medial abstraction for object recognition,” IEEE
Conference on Computer Vision and Pattern Recognition, 2008. CVPR 2008. Page(s): 1 – 8.
[18] Gang Xu; Yuqing Lei;”A new image recognition algorithm based on skeleton,” IEEE International Joint Conference on Neural
Networks, 2008. IJCNN 2008. (IEEE World Congress on Computational Intelligence). Publication Year: 2008 , Page(s): 777 –
782.
[19] Zaboli, H.; Rahmati, M.; “An Improved Shock Graph Approach for Shape Recognition and Retrieval,” First Asia International
Conference on Modelling & Simulation, 2007. AMS '07. Publication Year: 2007 , Page(s): 438 – 443.
[20] Tahir, N.M.; Hussain, A.; Samad, S.A.; “Shock Graph for Shape Recognition,” 4th Student Conference on Research and
Development, 2006. SCOReD 2006. Publication Year: 2006 , Page(s): 103 – 107.
[21] Tahir, N.M.; Hussain, A.; Samad, S.A.; Husain, H.; Jamaluddin, M.Y.; “Shock Posture for Shape Matching” 2nd
International
Conference on Information and Communication Technologies, 2006. ICTTA '06. Volume: 1,Publication Year: 2006 , Page(s):
169 - 172 .
[22] Van Eede, M.; Macrini, D.; Telea, A.; Sminchisescu, C.; Dickinson, S.; “Canonical Skeletons for Shape Matching” 18th
International Conference on Pattern Recognition, 2006. ICPR 2006. Volume: 2 Publication Year: 2006 , Page(s): 64 – 69.
[23] Giblin, P.J.; Kimia, B.B.; “On the intrinsic reconstruction of shape from its symmetries” IEEE Transactions on pattern analysis
and machine intelligence, Volume: 25 , Issue: 7 Publication Year: 2003 , Page(s): 895 – 911.
[24] Macrini, D.; Shokoufandeh, A.; Dickinson, S.; Siddiqi, K.; Zucker, S.; “View-based 3-D object recognition using shock graphs”
16th International Conference on Pattern Recognition, 2002. Proceedings. Volume: 3, Publication Year: 2002 , Page(s): 24 - 28
vol.3.
[25] Aaron D. Ward and Ghassan Hamarneh, “The Group wise Medial Axis Transform for Fuzzy Skeletonization and Pruning”, IEEE
Transactions on pattern analysis and machine intelligence, VOL. 32, NO. 6, JUNE 2010.
[26] Tao Wang, Irene Cheng, Victor Lopez, Ernesto Bribiesca and Anup Basu, “Valence Normalized Spatial Median for
Skeletonization and Matching”, IEEE 12th International Conference on Computer Vision Workshops, ICCV Workshops, 2009.
[27] Behnam Hosseini, Saeed Vahabi Mashak, S.A.R. Abu-Bakar, “Categorization of Human Movement Based on Rule-Based
Classifier”, Fourth Asia International Conference on Mathematical/Analytical Modelling and Computer Simulation, 2010.
[28] H. Blum, “Biological shape and visual science”, J Thror. B iol, 38: pp 205-287. 1973.
[29] E. Remya, E. Thielb, “Exact medial axis with Euclidean distance”. Image and Vision Computing 23(2005) pp 67-175,2005.
Skeletonization and classification by Bayesian classifier algorithm for object recognition
www.irjes.com 31 | Page
[30] Alexandru Telea, Jarke J. van Wijk, “An Augmented Fast Marching Method for Computing Skeletons and Centerlines”, Joint
Eurographics – IEEE TCVG Symposium on Visualization(2002).
[31] P. Dimitrov, C.Phillips, and K. Siddiqi, “Robust and efficient skeletal graphs”, IEEE Conference on Computer Vision and
Pattern Recognition, Hilton Head, SC, June 2000.
[32] Hingway S.P., K.M. Bhurchandi, “An Improved Shock Graph for an Improved Object Recognition”, Cyber Journals:
Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Software Engineering (JSSE), May Edition,
2011
[33] Svetlana Stolpner, Sue Whitesides, “Medial Axis Approximation with Bounded Error” IEEE Sixth International Symposium on
Voronoi Diagrams, 978-0-7695-3781-8/09, 2009
[34] Wei Zhao, Mei Xie, Jingjing Gao and Tao Li, “A modified skull-stripping method based on Morphological Processing”, IEEE
Second International Conference on Computer Modeling and Simulation, 978-0-7695-3941-6/10, 2010.
Authors
Pankaj M. Pandit is working as Associate Professor in Dept. of Electronics & Tele. Engg.
of Jawaharlal Darda Institute of Engg. & Technology, Yavatmal (M.S.) He completed B.E.
in Electronics & Telecomm. Engg. from Govt. College of Engg., Amravati in 1994 and
then M.E. with specialization of Digital Electronics from P.R.M.I.T.& R., Badnera. He also
completed M.B.A. with marketing as specialization in 2007. Currently he is pursuing Ph.D.
in Amravati University. He has 17 years of teaching experience and contributed 8 research
publications at National and International Journals and Conferences. His areas of expertise
and interest are Analog & Digital Electronics, Artificial Intelligence, Digital Image
Processing, Machine Intelligence, Computer Vision, Entrepreneurship Development,
Consumer Behavior, Lifestyle Marketing, and Consumer Psychology. He is Life Member
of I.S.T.E. and IETE. He is also contributing as Executive Member of IETE Center,
Amravati and ISF Faculty Advisor of the present Institution.
Sudhir G. Akojwar, is working as Professor of Electronics and Tele-Communication
Engineering and Principal at Dr Bhausaheb Nandurkar College of Engineering &
Technology, Yavatmal(M.S.). He had 22 Years of teaching experience and published 27
research publications at National and International conferences and journals. He completed
Ph.D. from VNIT, Nagpur. His area of research is WSN, Image processing, Neural
Networks and Embedded Systems. He completed his B.E.in Instrumentation Engineering
form Shri. Guru Gobindsingh College of Engg. and Tech., Nanded, in 1990. He joined as
lecturer in the Department of Electronics Engg. at RCERT in 1990. He completed his
M.Tech. in Electronic Instrumentation from REC, Warangal [presently NIT, Wrangal]. He
was promoted as Asst. Prof. and then as Professor in the same college. He worked as
Secretary and now as a Chairman of the local ISTE-Chapter. He worked as Chairman of the
board of studies in Information Tech. at R.T.M. Nagpur university. He is member of IEEE
and IEEE computer society. He is also member of ISTE, IETE, IE and BMESI.

Más contenido relacionado

La actualidad más candente

A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyjournalBEEI
 
A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...eSAT Publishing House
 
Ijarcet vol-2-issue-2-855-860
Ijarcet vol-2-issue-2-855-860Ijarcet vol-2-issue-2-855-860
Ijarcet vol-2-issue-2-855-860Editor IJARCET
 
Texture based feature extraction and object tracking
Texture based feature extraction and object trackingTexture based feature extraction and object tracking
Texture based feature extraction and object trackingPriyanka Goswami
 
Comparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition TechniquesComparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition TechniquesIJERA Editor
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 
Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130IJRAT
 
Texture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
Texture Unit based Approach to Discriminate Manmade Scenes from Natural ScenesTexture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
Texture Unit based Approach to Discriminate Manmade Scenes from Natural Scenesidescitation
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 
SEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATURESEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATUREacijjournal
 
Object recognition from image using grid based color moments feature extracti...
Object recognition from image using grid based color moments feature extracti...Object recognition from image using grid based color moments feature extracti...
Object recognition from image using grid based color moments feature extracti...eSAT Publishing House
 
Gupte - first year paper_approved (1)
Gupte - first year paper_approved (1)Gupte - first year paper_approved (1)
Gupte - first year paper_approved (1)Shweta Gupte
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...cscpconf
 
2D Shape Reconstruction Based on Combined Skeleton-Boundary Features
2D Shape Reconstruction Based on Combined Skeleton-Boundary Features2D Shape Reconstruction Based on Combined Skeleton-Boundary Features
2D Shape Reconstruction Based on Combined Skeleton-Boundary FeaturesCSCJournals
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forprjpublications
 

La actualidad más candente (16)

A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A Survey
 
A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...
 
Ijarcet vol-2-issue-2-855-860
Ijarcet vol-2-issue-2-855-860Ijarcet vol-2-issue-2-855-860
Ijarcet vol-2-issue-2-855-860
 
Texture based feature extraction and object tracking
Texture based feature extraction and object trackingTexture based feature extraction and object tracking
Texture based feature extraction and object tracking
 
Comparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition TechniquesComparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition Techniques
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130
 
Texture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
Texture Unit based Approach to Discriminate Manmade Scenes from Natural ScenesTexture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
Texture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 
SEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATURESEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATURE
 
Object recognition from image using grid based color moments feature extracti...
Object recognition from image using grid based color moments feature extracti...Object recognition from image using grid based color moments feature extracti...
Object recognition from image using grid based color moments feature extracti...
 
Gupte - first year paper_approved (1)
Gupte - first year paper_approved (1)Gupte - first year paper_approved (1)
Gupte - first year paper_approved (1)
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
 
2D Shape Reconstruction Based on Combined Skeleton-Boundary Features
2D Shape Reconstruction Based on Combined Skeleton-Boundary Features2D Shape Reconstruction Based on Combined Skeleton-Boundary Features
2D Shape Reconstruction Based on Combined Skeleton-Boundary Features
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
 

Destacado

B121116
B121116B121116
B121116irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
H214148
H214148H214148
H214148irjes
 
G243945
G243945G243945
G243945irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 

Destacado (9)

B121116
B121116B121116
B121116
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
H214148
H214148H214148
H214148
 
G243945
G243945G243945
G243945
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 

Similar a International Refereed Journal of Engineering and Science (IRJES)

DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NNDETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NNIJCSEIT Journal
 
01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbal01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbalIAESIJEECS
 
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...acijjournal
 
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...CSCJournals
 
Thermal image for truncated object target in the presence of vibrations motions
Thermal image for truncated object target in the presence of vibrations motionsThermal image for truncated object target in the presence of vibrations motions
Thermal image for truncated object target in the presence of vibrations motionsAlexander Decker
 
4 image segmentation through clustering
4 image segmentation through clustering4 image segmentation through clustering
4 image segmentation through clusteringIAEME Publication
 
4 image segmentation through clustering
4 image segmentation through clustering4 image segmentation through clustering
4 image segmentation through clusteringprjpublications
 
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...CSCJournals
 
Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...eSAT Journals
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSijcseit
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...ijcseit
 
A comprehensive survey of contemporary
A comprehensive survey of contemporaryA comprehensive survey of contemporary
A comprehensive survey of contemporaryprjpublications
 
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...IOSR Journals
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transformIAEME Publication
 
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentFrequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentCSCJournals
 
4 tracking objects of deformable shapes (1)
4 tracking objects of deformable shapes (1)4 tracking objects of deformable shapes (1)
4 tracking objects of deformable shapes (1)prj_publication
 

Similar a International Refereed Journal of Engineering and Science (IRJES) (20)

DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NNDETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
 
01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbal01 4941 10014-1-sm ediqbal
01 4941 10014-1-sm ediqbal
 
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...
 
40120140503006
4012014050300640120140503006
40120140503006
 
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
Object Recognition Using Shape Context with Canberra Distance
Object Recognition Using Shape Context with Canberra DistanceObject Recognition Using Shape Context with Canberra Distance
Object Recognition Using Shape Context with Canberra Distance
 
Thermal image for truncated object target in the presence of vibrations motions
Thermal image for truncated object target in the presence of vibrations motionsThermal image for truncated object target in the presence of vibrations motions
Thermal image for truncated object target in the presence of vibrations motions
 
4 image segmentation through clustering
4 image segmentation through clustering4 image segmentation through clustering
4 image segmentation through clustering
 
4 image segmentation through clustering
4 image segmentation through clustering4 image segmentation through clustering
4 image segmentation through clustering
 
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
 
Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
 
3 video segmentation
3 video segmentation3 video segmentation
3 video segmentation
 
A comprehensive survey of contemporary
A comprehensive survey of contemporaryA comprehensive survey of contemporary
A comprehensive survey of contemporary
 
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transform
 
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentFrequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
 
4 tracking objects of deformable shapes (1)
4 tracking objects of deformable shapes (1)4 tracking objects of deformable shapes (1)
4 tracking objects of deformable shapes (1)
 

Más de irjes

Automatic Safety Door Lock System for Car
Automatic Safety Door Lock System for CarAutomatic Safety Door Lock System for Car
Automatic Safety Door Lock System for Carirjes
 
Squared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & OptimizationSquared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & Optimizationirjes
 
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling ModelAnalysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling Modelirjes
 
Effects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface RoughnessEffects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface Roughnessirjes
 
Possible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constantsPossible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constantsirjes
 
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...irjes
 
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...irjes
 
Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model irjes
 
Energy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart CitiesEnergy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart Citiesirjes
 
A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...
A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...
A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...irjes
 
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...irjes
 
An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...irjes
 
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...irjes
 
Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...irjes
 
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...irjes
 
The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...irjes
 
Understanding the Concept of Strategic Intent
Understanding the Concept of Strategic IntentUnderstanding the Concept of Strategic Intent
Understanding the Concept of Strategic Intentirjes
 
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...irjes
 
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of AgeRelation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Ageirjes
 
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block ArmorWave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armorirjes
 

Más de irjes (20)

Automatic Safety Door Lock System for Car
Automatic Safety Door Lock System for CarAutomatic Safety Door Lock System for Car
Automatic Safety Door Lock System for Car
 
Squared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & OptimizationSquared Multi-hole Extrusion Process: Experimentation & Optimization
Squared Multi-hole Extrusion Process: Experimentation & Optimization
 
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling ModelAnalysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling Model
 
Effects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface RoughnessEffects of Cutting Tool Parameters on Surface Roughness
Effects of Cutting Tool Parameters on Surface Roughness
 
Possible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constantsPossible limits of accuracy in measurement of fundamental physical constants
Possible limits of accuracy in measurement of fundamental physical constants
 
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
 
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
Comparative Study of Pre-Engineered and Conventional Steel Frames for Differe...
 
Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model Flip bifurcation and chaos control in discrete-time Prey-predator model
Flip bifurcation and chaos control in discrete-time Prey-predator model
 
Energy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart CitiesEnergy Awareness and the Role of “Critical Mass” In Smart Cities
Energy Awareness and the Role of “Critical Mass” In Smart Cities
 
A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...
A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...
A Firefly Algorithm for Optimizing Spur Gear Parameters Under Non-Lubricated ...
 
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
The Effect of Orientation of Vortex Generators on Aerodynamic Drag Reduction ...
 
An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...An Assessment of The Relationship Between The Availability of Financial Resou...
An Assessment of The Relationship Between The Availability of Financial Resou...
 
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
The Choice of Antenatal Care and Delivery Place in Surabaya (Based on Prefere...
 
Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...Prediction of the daily global solar irradiance received on a horizontal surf...
Prediction of the daily global solar irradiance received on a horizontal surf...
 
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
HARMONIC ANALYSIS ASSOCIATED WITH A GENERALIZED BESSEL-STRUVE OPERATOR ON THE...
 
The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...The Role of Community Participation in Planning Processes of Emerging Urban C...
The Role of Community Participation in Planning Processes of Emerging Urban C...
 
Understanding the Concept of Strategic Intent
Understanding the Concept of Strategic IntentUnderstanding the Concept of Strategic Intent
Understanding the Concept of Strategic Intent
 
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
 
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of AgeRelation Between Stress And Menstrual Cycle At 18-21 Years Of Age
Relation Between Stress And Menstrual Cycle At 18-21 Years Of Age
 
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block ArmorWave Transmission on Submerged Breakwater with Interlocking D-Block Armor
Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor
 

Último

Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessWSO2
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sectoritnewsafrica
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...itnewsafrica
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 

Último (20)

Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with Platformless
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 

International Refereed Journal of Engineering and Science (IRJES)

  • 1. International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 2, Issue 5(May 2013), PP.24-31 www.irjes.com www.irjes.com 24 | Page Skeletonization and classification by Bayesian classifier algorithm for object recognition Pankaj Manohar Pandit1 , Dr. Sudhir Gangadharrao Akojwar 2 1 Dept. of Ele. & Tele. Engg., Jawaharlal Darda Institute of Engg. & Technology, Yavatmal 2 Professor and Head, Rajiv Gandhi College of Engineering, Research and Technology, Chandrapur ABSTRACT: This paper describes and demonstrates a graphical method of Skeletal Shock Graph, which is based on the shape or geometry of the object. Shock Graph is an abstraction of the skeleton of a shape onto a Directed Acyclic Graph (DAG) in which the skeleton points are labeled according to the local variation of the radius function at each point. A large image data base is created by using suitable image acquisition technique, which is converted into binary images. Skeleton and its labeling of the binary image is obtained by applying Skeletonization Algorithm. Then next steps adopted are formation of Shock Graph and labeled tree, indexing the data base and generation of attribute vectors, pruning the data base and lastly matching the tree of query image with that of database images for recognition. This paper discusses and demonstrates the existing challenges and prospective research areas in Skeletal Shock Graph based object recognition and also presents some comparative results against the geodesic path method. KEYWORDS : Directed Acyclic Graph, Skeletonization, Pruning of data base, Skeletal Shock Graph, labeled tree. I. INTRODUCTION One of the most fascinating features of the visual system of human being is “ability to quickly recognize a stimulus from a large visual memory”. Methods of object recognition and matching are broadly classified as intensity based methods relying on color, texture and geometry based methods, which use shape and structure of the object to match and retrieve from the query images. Most commonly used techniques of managing databases of image are Keywords or text-based technique, which is a common technique to provide information about the contents. It is suitable for texture based image with suitable segmentation. But for satisfactory degree of correctness & details, it requires large & complicated keyword system and manual annotations which are highly time-consuming, costly and dependant on the subjectivity. The second technique is content based technique which involves generation of image description by analyzing content of image. The process is very common and simple. First, it retrieve image from database similar to the query image, this description store and extract features from query image and finally it estimates the similarity measures resulting image retrieval. The third method is Graphical or Graph based method which is based on the shape or geometry of the object and uses a basic fact that humans show a remarkable ability to recognize objects without effort, despite the fact that objects may vary in color, texture, or size. For recognition purposes, objects are often represented as attributed graphs whose nodes represent their features (or their abstractions) and whose edges represent relations (or constraints) between the features. These graph representations allow us to express many perceptually significant object properties, such as geometric or hierarchical part structures. Skeletal Shock Graph is an effective tool for object recognition, based on its geometry. The concept of Shock Graphs was first launched by Siddiqi and Kimia. Basically, Shock Graph is an abstraction of skeleton of a shape onto a Directed Acyclic Graph (DAG) in which the skeleton points are labeled according to the local variation of the radius function at each point. Since its inception and evolution, it has been effectively used as a significant tool in the area of object recognition, which finds tremendous applications in automated or computer assisted environments. Shape recognition is one of the primary goals of computer vision, allowing an image signal to be semantically labeled according to a priori knowledge of objects in the world. Early shape recognition work in the 60’s and 70’s focused on the categorization or generic object recognition problem, in which exemplar objects, i.e., specific object instances, were matched to coarse, prototypical models designed to be invariant to within-class shape and appearance deformation. Inspired by Blum's original idea of using directed graphs to define equivalence classes of shapes, Siddiqi and Kimia [1] defined the concept of a shock graph.
  • 2. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 25 | Page II. SKELETON AND SKELETONIZATION Abstraction of object information is an important need for any automated or computer supervised or assisted environment for shape representation and modeling. Of-course, the level of abstraction depends on the task for which the shape information is being required. Skeleton or medial axes have been extensively used for characterizing objects satisfactorily using structures that are composed of thin line or arc like patterns. Skeletonization is an image processing operation which reduces input shapes to axial stick-like representations. It has many applications like Industrial inspection, Expert system for Animal census, Intruder detection, Expert Security systems, Image / document processing, Biological part matching, Computer graphics, Robotics etc. 2.1 Medial Axis Transform The medial axis transform (MAT) is basically described by using a medial axis and a radius function. The skeleton of a shape is like a stick diagram. One of the first formal definitions of the skeleton was proposed by Blum, who defined the medial axis of a shape as the locus of center points of all the maximal circles contained within the shape boundary. Blum called the shape's skeleton as the Medial Axis Transform (MAT). [28, 29, 30] Fig.1 Skeleton of object Blum also proposed an alternate definition of MAT in terms of a grassfire front- The idea is to imagine that the shape is uniformly covered with grass and that fire is set simultaneously to all boundary points. The fire front will start propagating toward the center and will extinguish when meeting an opposing front. The collision points of the fronts form the medial axis of the shape. The distance of any skeleton point to its closest boundary points defines the time of formation of the points, and it corresponds to the radius of the maximal inscribed circle. Skeleton is a representation of a 2D object which preserves the details of the silhouette of an object. Skeletons are converted to shock graph. Shock graph is nothing but shape abstraction which groups skeleton points according to the local variation of a radius function. These groups are called as Shock groups and are labeled as 1, 2, 3 or 4.Such a grouping will provide a decomposition of a skeleton into parts, whose interrelation will confirm to a well-defined grammar [1, 2, 31].The shock graph is a directed acyclic graph and is obtained from these Shock groups which are the constituent primitives of the Shock Graph. The arrangement of shock graph is according to the Shock Graph grammar. Shock Graph is generated for each 2D image in the data base and is compared with the shock graph of the query image very efficiently and leads to an efficient technique for pattern matching. Type 1 shocks form a segment of skeleton points, in which the radius function varies monotonically, as is the case for a protrusion. A type 2 arises at a neck, and is immediately followed by two type-1 branches bowing away from it in opposite directions. Type 3 shocks belong to an interval of skeleton points, in which the radius function is constant. Finally, a type 4 arises when the radius function achieves a strict local maximum i.e. the boundary collapses to a single point.
  • 3. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 26 | Page III. STEPS IN CONSTRUCTION OF SHOCK GRAPH The shock graph construction involves following steps- 3.1. Labeling • R(s) be the radius function R : S →R+ • L(s) be a shock labeling function L : S →{1,2,3,4} • S is the set of continuous medial axis points (i.e., shocks) of shape X • Then L(s) for s ε S is defined as: 3.2. Grouping Let B1,……..Bn be the longest groups of connected shocks in S s.t. s, s’ Bi, L(s) = l(s’) and s Bi, either |N(s) |≤2 or |N(s) | >2, then s must be a terminal point of Bi ( i.e., Bi {s} is connected ), for 1 ≤ i ≤ n. Let the group’s label, l(Bi), be the label of the label of shocks in Bi, and similarly, let the time of formation of the group, t(Bi), be the interval [min (R(s)), max (R(s))] defined by the time of formation R(s) for all s Bi 3.3.Shock Graph The shock graph of a 2-D shape is a labeled graph G= (V, E, γ) such that : Vertices V = {0,…..n}, corresponding to the groups B1,..Bn and 0 denoting a root node; Edges ( i, j) E × V directed from vertex i to vertex j if and only if i ≠ j, and i ≠ 0 t(Bi) ≥ t (Bj) Bi Bj is a connected set of shocks, or i =0 k ≠ 0 (k, j) E; Labels γ : V { #,1,2,4} s.t. γ(i) = # if i = 0 and γ = l(Bi) otherwise. The critical survey of related work indicates various steps involved in object recognition using shock graph are-  Creating a large image data base by using suitable image acquisition technique.  Converting an image of object or a 2-D shape into a binary image.  Obtaining the skeletons of the binary images (Skeletonization Algorithm).  Labeling the skeleton.  Construction of the shock graphs and labeled tree from the skeleton.  Indexing the data base and generation of attribute vectors.  Pruning the database (if required) by comparing the shock graphs of objects in the data base with the shock graph of the query image and retaining only the closest ones.  Matching the tree of query image with that of database images for recognition. Shock Graph offers the advantages that the labeling of skeleton points or shocks is invariant to translation and rotation of the shape and since the labeling is locally determined, it is stable under uniform scaling and within- class part deformation. Shock graphs offer a powerful and challenging framework for representing and matching qualitative shape [3]. But, quite limited efforts have been devoted to their use in realistic scenes in which a silhouette cannot be properly segmented. A careful examination of shock graph based recognition proves that most of the approaches and methodologies are conventionally applied to un-occluded, pre-segmented counter. Also, the
  • 4. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 27 | Page overview of the research work in this field indicates that there is a tremendous scope in the area of shape recognition especially about recognition issues under the condition of image obscured and deformation. Hence it is necessary to focus on these issues and try to evolve a robust recognition based strategy, based on shock graphs. IV. RELATED WORK Although there has been quite extensive work in the area of shape representation and matching, shape recognition is still an open research issue [2]. With the time, many shape-matching approaches have emerged, but high space, time complexity and moderate recognition rate are still the limiting factors for their widespread acceptance as well as popularity. Sebastian et al. [4] use the full classification of the shock graph (MA endowed with a finer classification based on dynamics of flow) [5]. The shape recognition technique has to be robust to visual transformations like articulation and deformation of parts, viewpoint variation and occlusion. Thus, the shape representation has to effectively capture the variations in shape due to these transformations. In previous recognition applications, shapes have been represented as curves [6, 7], point sets or feature sets, and by medial axis [8, 9, 10, 11, 12] among others. 2D shape matching is achieved using hierarchical tree structure extracted from shock graph that in turn extracted from the skeleton of the shape of interest. It attempts to decompose a shape into a set of parts. Xiang Bai et.al.[15]matched skeleton graphs by comparing the geodesic paths between skeleton endpoints. In contrast to typical tree or graph matching methods, it does not consider the topological graph structure. The proposed comparison of geodesic paths between endpoints of skeleton graphs yields correct matching results. This method is able to produce correct results in the presence of articulations, stretching, and contour deformations. But the performance of this method is limited in the presence of large protrusions, since they require skipping a large number of skeleton endpoints. Shahbudin S.et.al.[16] highlights the efficacy of the simplified shock graph (SSG) derived as a result of pruning from the original shock graph. It tests the feature vectors of the SSG with three different multi-class Support Vector Machines (SVM) classifier models namely the one-against-all (OAA), one-against-one (OAO) and the bias support vector machines (BSVM). As such, the validity of SSG as feature vectors to represent human postures is confirmed based on the findings from all three methods of SVM applied. Macrini et.al. [17] presented an algorithm for identifying and representing the ligature structure, and restoring the non-ligature structures that remain. This leads to a bone graph, a new medial shape abstraction that captures a more intuitive notion of an object’s allies parts than a skeleton or a shock graph. It offers improved stability and within-class deformation invariance. Zaboli et. al. [19] presented a modified and optimized shock graph based method by adding branch points as key points to the shock graph and its grammar and consequently it developed a new grammar. But the recognition rate is not much attractive. Also, it had a limited focus on stability issues of the shock graph. Behnam Hosseini et.al. [27] proposed some critical points on skeleton of silhouette are used for recognition and classification of human body movement and uses MLP with back-propagation for recognition of movement. But it does not focus the stability issues under articulation and deformation. Wei Zhao et.al. [34] proposed the use of skeletonization algorithm for removal of unwanted edges in processing of MRI images of skull and the brain tissue. It used the thresholding methods for this and use of skeletonization is limited to this purpose only. Aaron D. Ward et.al. [25] proposed the G-MAT( Group-wise Medial Axis Transform), which is a group-wise skeletonization framework that yields a fuzzy significance measure for each branch, derived from information provided by the group of shapes for the determination of the pruning order of skeleton branches, using geometric and topological branch feature information provided by the group as a whole. Although the geometric and topological branch features used in this paper provided superior performance, there remain substantial opportunities for improvement using more sophisticated, pose-invariant features. Jianhao Ding et.al. [13] discussed skeletonization method for the skeleton feature points extracted from human body based on silhouette images, which uses gradient of distance transform to detect critical points inside the foreground. Then, it converge and simplify critical points in order to generate the most important and elegant skeleton feature points and finally, presents an algorithm which connects the skeleton feature points and estimates the position of skeleton joints. But the results are unsatisfied and even encounter some mistakes when the joints are hidden or kept out. That is because this approach uses the uniform scales of the human body parts to determine the position of the inner joints such as elbow and knee joints, there might cause some errors between the scales of the different bodies. Behnam Hosseini et.al. [14], presented skeleton of silhouette, being used for recognition and classification of human body movement and MLP with back-propagation is being used for recognition of movement. It has resulted average recognition rate of 92 %. But, it did not focus the stability issues under articulation and deformation.
  • 5. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 28 | Page An object recognition by comparing the sub-graphs by inserting a node in Shock branch whenever there is a sharp direction change has also been proposed by S. P. Hingway et.al. [32]. Addition of node improves the object recognition results. This changes the Shock graph topology. The object identification strategy called as Sub Graph matching method is used for Object recognition. But the improvement in result is not significant when the Skeleton does not have many curved segments. V. LIMITATIONS AND SCOPE Thus the critical review of the previous work gives rise to many unaddressed challenging research issues that need to be tackled effectively for the efficient object recognition. Scale and viewpoint changes may often originate new branches in a skeleton due to small details on the boundary that were not identified at a lower scale or that were not visible from a different viewpoint. These new branches can affect, to a certain extent, the structure a shock graph. The shock labels depend on the pair-wise difference of the radius function at adjacent shocks which requires, in practice, to define some threshold to increase the tolerance to differences in radii. Concave corners in the shape boundary may produce skeleton segments, where all the points are related only to the corner points at the boundary. Thus, small changes in the positions of these corner points will cause rather big changes in the ligature segments, which will ultimately give rise to differences in the corresponding shock graph. Noise may also have effect on the structure of shock graph. The medial axis is sensitive to boundary perturbations (Boundary Noise), which introduce spurious edges in the graph. This may be typically tackled by regularization during the detection process or post-detection. Here regularization is an integral part of the recognition process. Articulation and Deformation of Parts is also the issue of focus. The shock graph inherently segments a shape into parts and captures the hierarchical relationship between them. Hence it is robust to changes which may occur in some of the parts. The viewpoint variations changes gradually, the spatial location and the shape of parts and it may be handled by deform edit. At certain views, there is a sudden appearance or disappearance of a part, which may be handled by the remaining edits. Appearance of a part may be handled by the splice edit. Shadows and highlights often lead to segmentation errors in figure-ground segregation. Highlights tend to cause small changes in the boundary, but may typically affect the shock-graph topology. Shadows are often more global in nature, but tend not to affect the shock-graph topology. Increasing Partial occlusion i.e. occluded blends with the shape or occluded blends with the background increases Shock Graph edit cost. Hence, study of stability issues of Shock Graphs under various challenging situations may be the matter of focus. To accommodate this, robust method for labeling the skeleton points that will also accommodate small differences in scale may be one of the steps. Shock graphs define meaningful equivalence classes for shapes i.e. two shapes abstracted by the same graph are expected to be perceptually similar at a coarse level. This property will allow us to index a model database to recover a set of candidate models with similar shock graphs. The next step may then be to verify each of these candidates by evaluating the information that we have ignored in the abstraction. With this goal in mind, a list of attribute vectors is associated with every point s in every node in the graph. Such vectors are 4-tuples (x, y, t, α) representing the attributes of each shock point in the node: Euclidean coordinates (x, y), time of formation t, and direction α. The set of attributes of each node may be used to define a local measure of similarity between two nodes in different graphs. Use of suitable AI technique like Fuzzy Logic, Neural Network or Hybrid tools for attribute vectors associated with every point may result into effective object recognition. VI. EXPERIMENTAL RESULTS
  • 6. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 29 | Page VII. IMPLICATIONS The proposed research outcome will definitely be a valuable contribution in the vast and ever open field of shape recognition. The outcome of the proposed research work may have several applications in the fields of Automated Industrial inspection, Expert system for Animal census, Intruder detection, Expert Security systems, Image / document processing, Biological part matching, Computer graphics, Robotics etc. The labeling of skeleton points or shocks is invariant to translation and rotation of the shape. Since the labeling is locally determined, it is stable under uniform scaling and within-class part deformation. But all these issues are always posed to the challenging situations like boundary noise, articulation and deformation of parts, view point variations and partial occlusion. So efforts will be concentrated on improving the stability of shock graph for object recognition under these challenging issues. Further, it is expected that the use of suitable AI technique will make the recognition process fast and accurate. VIII. CONCLUSION Skeletal Shock Graph is an effective tool for object recognition, based on its geometry Object recognition is one of the primary goals of computer vision, allowing an image signal to be semantically labeled
  • 7. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 30 | Page according to a priori knowledge of objects in the world. Scale and viewpoint changes, concave corners in the shape boundary, boundary perturbations, viewpoint variations, segmentation errors due to shadows and highlights, increasing partial occlusion are still some of the challenging situations in object recognition, may be the matter of focus for the researchers. To tackle this, robust method for labeling the skeleton points that will also accommodate small differences in scale may be one of the steps. Shock graphs define meaningful equivalence classes for shapes which allow us to index a model database to recover a set of candidate models with similar shock graphs. Thus, an improved skeletonization, improved indexer, improved matcher and use of suitable AI tool may further enhance the recognition efficiency of the system, especially under the challenging situations for a large images data base of varieties of shapes concerned for varieties of object recognition applications in automated or computer assisted environments. REFERENCES [1] K. Siddiqi and B. B. Kimia. “A shock grammar for recognition” IEEE Conference on Computer Vision and Pattern Recognition, San Francisco, USA, 1996. [2] K. Siddiqi, A. Shokoufandeh, Sven J. Dickinson, and Steven W. Zucker, “Shock graphs and shape matching”, IEEE International Conference on Computer Vision, pages 222-229, 1998. [3] Aurelie Bataille, Sven Dickinson. “Coarse-to-Fine Object Recognition Using Shock Graphs”, Springer-Verlag Berlin Heidelberg, LNCS 3434, pp. 203–212, 2005. [4] T.B. Sebastian, P.N. Klein, and B.B. Kimia, “Recognition of Shapes by Editing Their Shock Graphs,” IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 26, no. 5, pp. 550-571, May 2004. [5] P.J. Giblin and B.B. Kimia, “On the Local Form and Transitions of Symmetry Sets, Medial Axes, and Shocks,” International Journal on Computer Vision , vol. 54, nos. 1-3, pp. 143-157, Aug. 2003. [6] Yoram Gdalyahu and Daphna Weinshall, “Flexible syntactic matching of curves and its application to automatic hierarchical classification of silhouettes,” PAMI, vol. 21, no. 12, pp. 1312–1328, 1999. [7] Laurent Younes, “Computable elastic distance between shapes,” SIAM J. Appl. Math., vol. 58, pp. 565– 586, 1998. [8] S. C. Zhu and A. L. Yuille, “FORMS: A flexible object recognition and modeling system,” International Journal on Computer Vision, vol. 20, no. 3, 1996. [9] Daniel Sharvit, Jacky Chan, H¨useyin Tek, and Benjamin B. Kimia, “Symmetry-based indexing of image databases,” JVCIR, vol. 9, no. 4, pp. 366–380, 1998. [10] K. Siddiqi, A. Shokoufandeh, S.J. Dickinson, and S.W. Zucker, “Shock graphs and shape matching,” International Journal on Computer Vision, vol. 35, no. 1, pp. 13–32, 1999. [11] M. Pelillo, K. Siddiqi, and S.W. Zucker, “Matching hierarchical structures using association graphs,” PAMI, vol. 21, no. 11, pp. 1105–1120, 1999. [12] T. Liu and D. Geiger, “Approximate tree matching and shape similarity,” ICCV, pp. 456–462, 1999. [13] Jianhao Ding, Yigang Wang, Lingyun Yu, “Extraction of Human Body Skeleton Based on Silhouette Images”, Second International Workshop on Education Technology and Computer Science, 2010. [14] Behnam Hosseini, Saeed Vahabi Mashak, S.A.R. Abu-Bakar, “Categorization of Human Movement Based on Rule-Based Classifier”, Fourth Asia International Conference on Mathematical/Analytical Modelling and Computer Simulation, 2010. [15] Xiang Bai and Longin Jan Latecki, “Path Similarity Skeleton Graph Matching”,IEEE Transactions on pattern analysis and machine intelligence, VOL. 30, NO. 7, JULY 2008. [16] Shahbudin S;Hussain A;Tahir, N.M.; Samad, S.A.; “Multi-class Support Vector Machine for human posture classification using a simplified shock graph” International Symposium on Information Theory and Its Applications, 2008. ISITA 2008. Publication Year: 2008 , Page(s): 1 – 4. [17] Macrini, D.; Siddiqi, K.; Dickinson, S.; “From skeletons to bone graphs: Medial abstraction for object recognition,” IEEE Conference on Computer Vision and Pattern Recognition, 2008. CVPR 2008. Page(s): 1 – 8. [18] Gang Xu; Yuqing Lei;”A new image recognition algorithm based on skeleton,” IEEE International Joint Conference on Neural Networks, 2008. IJCNN 2008. (IEEE World Congress on Computational Intelligence). Publication Year: 2008 , Page(s): 777 – 782. [19] Zaboli, H.; Rahmati, M.; “An Improved Shock Graph Approach for Shape Recognition and Retrieval,” First Asia International Conference on Modelling & Simulation, 2007. AMS '07. Publication Year: 2007 , Page(s): 438 – 443. [20] Tahir, N.M.; Hussain, A.; Samad, S.A.; “Shock Graph for Shape Recognition,” 4th Student Conference on Research and Development, 2006. SCOReD 2006. Publication Year: 2006 , Page(s): 103 – 107. [21] Tahir, N.M.; Hussain, A.; Samad, S.A.; Husain, H.; Jamaluddin, M.Y.; “Shock Posture for Shape Matching” 2nd International Conference on Information and Communication Technologies, 2006. ICTTA '06. Volume: 1,Publication Year: 2006 , Page(s): 169 - 172 . [22] Van Eede, M.; Macrini, D.; Telea, A.; Sminchisescu, C.; Dickinson, S.; “Canonical Skeletons for Shape Matching” 18th International Conference on Pattern Recognition, 2006. ICPR 2006. Volume: 2 Publication Year: 2006 , Page(s): 64 – 69. [23] Giblin, P.J.; Kimia, B.B.; “On the intrinsic reconstruction of shape from its symmetries” IEEE Transactions on pattern analysis and machine intelligence, Volume: 25 , Issue: 7 Publication Year: 2003 , Page(s): 895 – 911. [24] Macrini, D.; Shokoufandeh, A.; Dickinson, S.; Siddiqi, K.; Zucker, S.; “View-based 3-D object recognition using shock graphs” 16th International Conference on Pattern Recognition, 2002. Proceedings. Volume: 3, Publication Year: 2002 , Page(s): 24 - 28 vol.3. [25] Aaron D. Ward and Ghassan Hamarneh, “The Group wise Medial Axis Transform for Fuzzy Skeletonization and Pruning”, IEEE Transactions on pattern analysis and machine intelligence, VOL. 32, NO. 6, JUNE 2010. [26] Tao Wang, Irene Cheng, Victor Lopez, Ernesto Bribiesca and Anup Basu, “Valence Normalized Spatial Median for Skeletonization and Matching”, IEEE 12th International Conference on Computer Vision Workshops, ICCV Workshops, 2009. [27] Behnam Hosseini, Saeed Vahabi Mashak, S.A.R. Abu-Bakar, “Categorization of Human Movement Based on Rule-Based Classifier”, Fourth Asia International Conference on Mathematical/Analytical Modelling and Computer Simulation, 2010. [28] H. Blum, “Biological shape and visual science”, J Thror. B iol, 38: pp 205-287. 1973. [29] E. Remya, E. Thielb, “Exact medial axis with Euclidean distance”. Image and Vision Computing 23(2005) pp 67-175,2005.
  • 8. Skeletonization and classification by Bayesian classifier algorithm for object recognition www.irjes.com 31 | Page [30] Alexandru Telea, Jarke J. van Wijk, “An Augmented Fast Marching Method for Computing Skeletons and Centerlines”, Joint Eurographics – IEEE TCVG Symposium on Visualization(2002). [31] P. Dimitrov, C.Phillips, and K. Siddiqi, “Robust and efficient skeletal graphs”, IEEE Conference on Computer Vision and Pattern Recognition, Hilton Head, SC, June 2000. [32] Hingway S.P., K.M. Bhurchandi, “An Improved Shock Graph for an Improved Object Recognition”, Cyber Journals: Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Software Engineering (JSSE), May Edition, 2011 [33] Svetlana Stolpner, Sue Whitesides, “Medial Axis Approximation with Bounded Error” IEEE Sixth International Symposium on Voronoi Diagrams, 978-0-7695-3781-8/09, 2009 [34] Wei Zhao, Mei Xie, Jingjing Gao and Tao Li, “A modified skull-stripping method based on Morphological Processing”, IEEE Second International Conference on Computer Modeling and Simulation, 978-0-7695-3941-6/10, 2010. Authors Pankaj M. Pandit is working as Associate Professor in Dept. of Electronics & Tele. Engg. of Jawaharlal Darda Institute of Engg. & Technology, Yavatmal (M.S.) He completed B.E. in Electronics & Telecomm. Engg. from Govt. College of Engg., Amravati in 1994 and then M.E. with specialization of Digital Electronics from P.R.M.I.T.& R., Badnera. He also completed M.B.A. with marketing as specialization in 2007. Currently he is pursuing Ph.D. in Amravati University. He has 17 years of teaching experience and contributed 8 research publications at National and International Journals and Conferences. His areas of expertise and interest are Analog & Digital Electronics, Artificial Intelligence, Digital Image Processing, Machine Intelligence, Computer Vision, Entrepreneurship Development, Consumer Behavior, Lifestyle Marketing, and Consumer Psychology. He is Life Member of I.S.T.E. and IETE. He is also contributing as Executive Member of IETE Center, Amravati and ISF Faculty Advisor of the present Institution. Sudhir G. Akojwar, is working as Professor of Electronics and Tele-Communication Engineering and Principal at Dr Bhausaheb Nandurkar College of Engineering & Technology, Yavatmal(M.S.). He had 22 Years of teaching experience and published 27 research publications at National and International conferences and journals. He completed Ph.D. from VNIT, Nagpur. His area of research is WSN, Image processing, Neural Networks and Embedded Systems. He completed his B.E.in Instrumentation Engineering form Shri. Guru Gobindsingh College of Engg. and Tech., Nanded, in 1990. He joined as lecturer in the Department of Electronics Engg. at RCERT in 1990. He completed his M.Tech. in Electronic Instrumentation from REC, Warangal [presently NIT, Wrangal]. He was promoted as Asst. Prof. and then as Professor in the same college. He worked as Secretary and now as a Chairman of the local ISTE-Chapter. He worked as Chairman of the board of studies in Information Tech. at R.T.M. Nagpur university. He is member of IEEE and IEEE computer society. He is also member of ISTE, IETE, IE and BMESI.