SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
119
AN INTELLIGENT FEATURE RECOGNITION METHODOLOGY STUDY
FOR 2.5 D PRISMATIC PARTS
Viswa Mohan Pedagopu1
, Dr. Manish Kumar2
1
Associate Professor,
Dept. of Mechanical Engineering, Shoolini University, HP, India
2
Associate Professor,
JNV University, Jodhpur, Rajasthan, India
ABSTRACT
The intelligent feature recognition methodology is the methodology which helps for
extraction of features for a given prismatic part by using feature based modeling system as an input.
Various researchers have come up with different ways and means to integrate CAD and CAM
technology. Automatic feature recognition from CAD solid systems highly impacts the level of
integration. CAD files contain detailed geometric information of a part, which are not suitable for
using in the downstream applications such as computer aided process planning approach. Different
CAD or geometric modeling approach store the information related to the design the prismatic part
in their own databases. Structures of these databases are different from each other. This paper
proposes an intelligent feature recognition methodology (IFRM) to develop a feature recognition
system for a prismatic part by using feature based modeling system as input method.
Key Words: Methodology, Prismatic, Feature, CAD and Process Planning.
1 INTRODUCTION
The developments of computer based geometric systems to aid in the description of object's
geometry, which is the main activity to design and manufacture of mechanical parts [1]. This
resulted research into the development of Computer Aided Design and Computer Aided
Manufacturing. Preliminary systems used electronic drafting and prismatic models to represent the
shape of three dimensional objects [4].
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 5, Issue 4, April (2014), pp. 119-125
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2014): 8.5328 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
120
The development of the intelligent feature recognition methodology helps to developed new
mathematical models for representing solids and identified the relevant properties of an
informational complete representation [2]. This methodology identified the mathematical operations
that could be used to manipulate the prismatic models. This approach aims to achieve the integration
between CAD and CAM [8].
Figure 1. A CAPP is a bridge between CAD and CAM
Different CAD or geometric modeling approaches store the information related to the design
in their own databases. Structures of these databases are different from each other. The tools (IFRM)
methodology can be used or combined with other application specific tools to developed prismatic
part [3]. Intelligent Feature Recognition Methodology (IFRM) which has the ability to communicate
with the different CAD/CAM systems.
The prismatic part design is introduced through CAD software and it is represented as a solid
model by using CSG technique as a design tool. The solid model of the part design consists of small
and different solid primitives combined together to form the required part design [5].
The CAD software generates and provides the geometrical information of the part design in
the form of an ASCII file (IGES) that is used as standard format which provides the proposed
methodology the ability to communicate with the different CAD/CAM systems as structure of
proposed methodology shown in Fig. 2
CAD GEOMETRIC
DETAILS CAMCAMCAMCAM
CAPPCAPPCAPPCAPP
RECEIVES
DELIVERS
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
121
Figure 2: Shows the structure of proposed (IGRM) methodology [6]
The intelligent feature recognition methodology (IFRM) presented in this paper consists of
three main phases that the first phase converts a CAD data in IGESIB-rep format into a proposed
object oriented data structure [7]. The second phase classifies different part geometric features
obtained from the data file converter into different feature groups. The third phase maps the extracted
features to process planning's point of view.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
122
2. PHASES OF INTELLIGENT FEATURE RECOGNITION METHODOLOGY
The detail of phases of intelligent feature recognition methodology as below
(1) A Data file converter
The IGES is a standard file format for the data defining the object drawing in 3D CAD
systems in B-rep structure. The entry fields in ICES format consist of an object's geometric and
topological information. The geometric information includes the definition of lines, planes, circles
and other geometric entities for a given object [21]. The fundamental IGES entities, which are
related to representing a solid in B-rep structure, are discussed below
1. Line
A line in IGES file is defined by its end points. The coordinates of start point and terminate
point are included in parameter data section of this entity.
2. Circular Arc
To represent a circular arc in modeling space, IGES provides the information including a
new plane (Xn YT) in which the circular lies, the coordinates of center point, start point, and
terminate point. A new coordinate system (XT, YT, &) is defined by transferring the original
coordinate system (Xo, Yo, Zo) via a transformation matrix [20]
3. Direction
Direction entity is a non-zero vector in 3D that is defined by its three components with
respect to the coordinate axes. The normal vector of surface can be determined by this entity.
4. Plane surface
The plane surface is defined by a point on the plane and the normal direction to the surface.
5. Vertex
This entity is used to determine the vertex list which contains all the vertexes of the object.
6. Edge
This entity is used to determine the edge list which contains all the edges of the object.
7. Face
This entity is used to determine faces which consist of the object.
8. Shell
The shell is represented as a set of edge-connected, oriented used of faces. The normal of the
shell is in the same direction as the normal of the face.
9. Right Circular Cylindrical Surface
The right circular cylindrical surface is defined by a point on the axis of the cylinder, the
direction of the axis of the cylinder and a radius is entity is used to determine the loops which
involved in all facets of the object [11].
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
123
(2) An object form feature classifier
In order to have a good generic representation of the designed object for CAM applications
especially for computer aided process planning, the overall designed object description and its
features need to be represented in a suitable structured database [17]. The step toward automatic
feature extraction will be achieved by extracting the geometric and topological information from the
(IGESBrep) CAD file and redefining it as a new object oriented data Structure. An object consists of
manufacturing features that can be classifies into form features which decomposed of either simple
or compound or intersecting features [19]. A simple feature is the result of two intersecting general
geometric surfaces while compound/intersecting feature is one that results from the interaction of
two or more simple features [10].
(3) A manufacturing features classifier
Features are further classified into concave or convex as attributes in the generic feature
class. Concave features consist of two or more concave faces, and convex features are decomposed
of either one or more convex faces [18].
3. ALGORITHMS FOR FEATURE EXTRACTION FOR A GIVEN 2.5 D PRISMATIC
PART BY USING FEATURE BASED MODELING SYSTEM AS INPUT
In general, the following steps are the proposed methodology for feature's extraction for any
given prismatic part by using feature based modeling system as input as below [16]:
Step 1: Extract the geometry and topology entities for the designed object model from IGES file:
Identify vertices, edges, faces, loops of the object.
Step 2: Extract topology entities in each basic surface and Identify its type:
(a) Identify the total number of loops in each surface.
(b) Identify the basic surface due to total number of loops.
(c) Classify the loops into different types (concave, convex, and hybrid) [15].
Step 3: Test the feature's existence in the basic surface based on loops.
Step 4: Identify feature type:
(a) Identify Exterior Form Features by searching for hybrid loop.
(b) Identify Interior Convex Form Features for convex loop
(c) Identify Interior Concave Form Features searching for concave loop [12].
Step 5: Identify the detailed features and extract the related feature geometry parameters:
(a) Identify feature's details (number of surfaces, surface type) [9].
(b) Identify the parameters of each feature (length (L), width (W), height (H), radius (R) [13].
(c) Identify the relative location of each feature due to the origin coordinates of the object.
Step 6: Identify the detailed machining information for each feature and the designed part:
(a) Identify the operation sequence of the designed part.
(b) Identify the operation type, the machine, and the cutting tool for each feature.
(c) Identify the tool approach in machining direction for each feature.
(d) Identify the removed machining volume for each feature [14]
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
124
4. CONCLUSIONS
In this paper, a methodology for feature extraction for a given 2.5 D prismatic part by using
feature based modeling system as input is proposed and the implemented system is presented. This
approach aims to achieve CAD, CAM integration. Different CAD or geometric modeling packages
store the information related to the design in their own databases and the structures of these
databases are different from each other. As a result no common or standard structure has so far been
developed yet that can be used by all CAD packages. For this reason this proposed methodology will
develop a feature recognition algorithm which has the ability to communicate with the different
CAD, CAM systems. The CAD software generates and provides the geometrical information of the
part design in the form of an ASCII file (IGES) that is then used as standard format which provides
the proposed methodology.
REFERENCES
[1] A. Haque (2006), Manufacturing Feature Recognition of Parts Using DXF Files, Fourth
International conference on Mechanical Engineering, Dhaka, Bangladesh, Vol.1, No1,
pp 1- 15.
[2] B. Downie (2012), Migrating from IGES to STEP: One to One Translation of IGES Drawing
to STEP Drafting Data, Computers in Industry, Vol.41, No.3, pp 26-39.
[3] Lee and A.Y.C. Nee (2013), An Approach to Identify Design and Manufacturing Features
From a Data Exchanged Part Model, Computer Aided Design, Vol 5, No.1, pp. 56-69.
[4] J. Rossignac (2008), A Road Map to Solid Modeling, IEEE Transactions on visualization and
Computer graphics, Vol.2, No.3, pp. 2006.
[5] D-B. Perng, and Z. Chen(2009), Automatic form Feature Recognition and 3D part
Recognition from 2D CAD Data, Computer and Industrial Engineering, Vol.13, No.3,
pp.67-79.
[6] M. Gonzalez and J. Chen (2010), Development of An Automatic Part Feature Extraction and
Classification System Taking CAD Data as Input, Computers in Industry, Vol.34, No.2, pp.
156-169.
[7] G. Zhang et al. (2012), Measuring Information Integration Model for CADICMM, Chinese
Journal of Manufacturing Engineering, Vol.23, No.3, pp. 45-67.
[8] S. Mansouretal, et al.(2012),Automatic Generation of Part Programs foe Milling Sculptured
Surfaces, Journal of Materials Processing Technology, Vol. 23, No.4, pp. 99-109.
[9] X. Zhang et al.(2013), Constructive Solid Analysis: A Hierarchal, Geometry-Based Meshless
Analysis Procedure for Integrated Design and Analysis, Computer Aided Design, Vol.5,
No. 4, pp. 39-49.
[10] H. Voelcker et al. (2008), Solid Modeling: A Historical Summary and Contemporary
Assessment, IEEE Computer Graphics and Applications, Vol.3, No. 6, pp. 104-120.
[11] O.W. Salomons et al. (2009), Review of Research in Feature Based Design, International
Journal of Manufacturing Systems, Vol.5, No.4, pp. 122-130.
[12] W. Michael et al. (2007), An Overview of Automatic Feature Recognition Techniques for
Computer-Aided Process Planning, Computers in Industry, Vol. 3, No.4, pp. 45-69.
[13] P.K. Wright et al.( 2012), Volumetric Feature Recognition For Machining Components With
Freeform Surfaces, Computer Aided Design, Vol. 12, No. 4, pp.34-46.
[14] R. Roy et al. (2011), Feature-based representational scheme of a solid modeler for providing
dimension and tolerancing information, International Journal of Robotics &Computer-
Integrated Manufacturing. Vol.4, No.6, pp.109-123.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME
125
[15] Kerry and Lee (2009), Automated process planning for parametric parts. International Journal
of Production Research, Vo. 4, No. 1, pp. 122-140.
[16] Sharma and Roy (2011), Implementation of STEP application protocol 224 in an automated
manufacturing planning system. Proceedings of the Institution of Mechanical Engineers, Part
B: Journal of Engineering Manufacture, Vol 23, No.3, pp. 234-245.
[17] S.Shee (2010), computer integrated manufacturing system for rotational parts. International
Journal of Computer Integrated Manufacturing. Vo. 12, No.3, pp.345-366
[18] Shee and Linn (2008), Representation scheme for defining and operating from features.
Computer Aided Design. Vol.13, No.3, pp. 234-244.
[19] A. Stage (2010), Resource based flexible form manufacturing features through objective
driven clustering. Computer Aided Design. Vol. 13, No.2, pp.123-139
[20] P. Staley (2007), Syntactic pattern recognition to extract feature information from a solid
geometric database. International Journal of Mechanical Engineering. Vol 34, No. 2,
pp. 144-155.
[21] R. Tseng (2009), Recognizing of interacting rotational and prismatic machining features from
3D mill-turn parts. International Journal of Production Research. Vol. 12, No. 3, pp. 156-167.
[22] Ajeesh S. S. and Indu M.S., “Feature Extraction Techniques on CBIR-A Review”,
International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 4,
2013, pp. 467 - 474, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

More Related Content

What's hot

Based on the cross section contour surface model reconstruction
Based on the cross section contour surface model reconstructionBased on the cross section contour surface model reconstruction
Based on the cross section contour surface model reconstructionIJRES Journal
 
Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...IJECEIAES
 
On the effect of shape parameterization on aerofoil shape optimization
On the effect of shape parameterization on aerofoil shape optimizationOn the effect of shape parameterization on aerofoil shape optimization
On the effect of shape parameterization on aerofoil shape optimizationeSAT Journals
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...eSAT Journals
 
A CAD ppt 25-10-19.pdf
A CAD ppt 25-10-19.pdfA CAD ppt 25-10-19.pdf
A CAD ppt 25-10-19.pdfKeerthanaP37
 
Face Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector MachineFace Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector MachineCSCJournals
 
Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...ijcsa
 
Another simple but faster method for 2 d line clipping
Another simple but faster method for 2 d line clippingAnother simple but faster method for 2 d line clipping
Another simple but faster method for 2 d line clippingijcga
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modelingmanojg1990
 
IRJET- 3D Reconstruction of Surface Topography using Ultrasonic Transducer
IRJET- 3D Reconstruction of Surface Topography using Ultrasonic TransducerIRJET- 3D Reconstruction of Surface Topography using Ultrasonic Transducer
IRJET- 3D Reconstruction of Surface Topography using Ultrasonic TransducerIRJET Journal
 
Face recognition using selected topographical features
Face recognition using selected topographical features Face recognition using selected topographical features
Face recognition using selected topographical features IJECEIAES
 

What's hot (17)

Based on the cross section contour surface model reconstruction
Based on the cross section contour surface model reconstructionBased on the cross section contour surface model reconstruction
Based on the cross section contour surface model reconstruction
 
CAD
CADCAD
CAD
 
Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...
 
CAD
CAD CAD
CAD
 
On the effect of shape parameterization on aerofoil shape optimization
On the effect of shape parameterization on aerofoil shape optimizationOn the effect of shape parameterization on aerofoil shape optimization
On the effect of shape parameterization on aerofoil shape optimization
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...
 
Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...
Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...
Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...
 
A CAD ppt 25-10-19.pdf
A CAD ppt 25-10-19.pdfA CAD ppt 25-10-19.pdf
A CAD ppt 25-10-19.pdf
 
Face Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector MachineFace Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector Machine
 
Ix2515851588
Ix2515851588Ix2515851588
Ix2515851588
 
Be 2008-it
Be 2008-itBe 2008-it
Be 2008-it
 
Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...
 
Another simple but faster method for 2 d line clipping
Another simple but faster method for 2 d line clippingAnother simple but faster method for 2 d line clipping
Another simple but faster method for 2 d line clipping
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
 
IRJET- 3D Reconstruction of Surface Topography using Ultrasonic Transducer
IRJET- 3D Reconstruction of Surface Topography using Ultrasonic TransducerIRJET- 3D Reconstruction of Surface Topography using Ultrasonic Transducer
IRJET- 3D Reconstruction of Surface Topography using Ultrasonic Transducer
 
Face recognition using selected topographical features
Face recognition using selected topographical features Face recognition using selected topographical features
Face recognition using selected topographical features
 
I044083842
I044083842I044083842
I044083842
 

Viewers also liked (20)

10420140501003
1042014050100310420140501003
10420140501003
 
10120130406012
1012013040601210120130406012
10120130406012
 
20320140501005 2
20320140501005 220320140501005 2
20320140501005 2
 
10120140502002
1012014050200210120140502002
10120140502002
 
20320140501006
2032014050100620320140501006
20320140501006
 
40120140501014
4012014050101440120140501014
40120140501014
 
40120140501011 2
40120140501011 240120140501011 2
40120140501011 2
 
30120140501009
3012014050100930120140501009
30120140501009
 
30120140501007
3012014050100730120140501007
30120140501007
 
30120140501014
3012014050101430120140501014
30120140501014
 
40120140502002
4012014050200240120140502002
40120140502002
 
50120140502013
5012014050201350120140502013
50120140502013
 
Calentamientoglobal
CalentamientoglobalCalentamientoglobal
Calentamientoglobal
 
ALbum de fotografías
ALbum de fotografíasALbum de fotografías
ALbum de fotografías
 
Actitudes de los maestros de ciencias
Actitudes de los maestros de cienciasActitudes de los maestros de ciencias
Actitudes de los maestros de ciencias
 
Bimestral guamàn yanes angie nicole
Bimestral guamàn yanes angie nicoleBimestral guamàn yanes angie nicole
Bimestral guamàn yanes angie nicole
 
Mis años
Mis añosMis años
Mis años
 
Sist inf luis armas97
Sist inf luis armas97Sist inf luis armas97
Sist inf luis armas97
 
Proyecto tía maria rubyth
Proyecto  tía  maria  rubythProyecto  tía  maria  rubyth
Proyecto tía maria rubyth
 
Garcia arietarevterapvol34n32010
Garcia arietarevterapvol34n32010Garcia arietarevterapvol34n32010
Garcia arietarevterapvol34n32010
 

Similar to 50120140504013 2

Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisIAEME Publication
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisIAEME Publication
 
Feature extraction techniques on cbir a review
Feature extraction techniques on cbir a reviewFeature extraction techniques on cbir a review
Feature extraction techniques on cbir a reviewIAEME Publication
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqIAEME Publication
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqIAEME Publication
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqIAEME Publication
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterIAEME Publication
 
A Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media SampleA Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media SampleIRJET Journal
 
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
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–PropertiesIRJET Journal
 
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...IAEME Publication
 
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...IAEME Publication
 
Application of knowledge engineering and computational intelligence for struc...
Application of knowledge engineering and computational intelligence for struc...Application of knowledge engineering and computational intelligence for struc...
Application of knowledge engineering and computational intelligence for struc...IAEME Publication
 
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...Barhm Mohamad
 
M tech 1 2 cad cam
M tech 1 2 cad camM tech 1 2 cad cam
M tech 1 2 cad camAKRAMTARIQ2
 
Content based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosContent based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosIAEME Publication
 

Similar to 50120140504013 2 (20)

C045061425
C045061425C045061425
C045061425
 
Ix2515851588
Ix2515851588Ix2515851588
Ix2515851588
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
Feature extraction techniques on cbir a review
Feature extraction techniques on cbir a reviewFeature extraction techniques on cbir a review
Feature extraction techniques on cbir a review
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniq
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniq
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniq
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameter
 
A Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media SampleA Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
A Powerful Automated Image Indexing and Retrieval Tool for Social Media Sample
 
40120140504011
4012014050401140120140504011
40120140504011
 
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...
 
50120130405026
5012013040502650120130405026
50120130405026
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–Properties
 
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
 
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
COMPARATIVE ANALYSIS OF THE PROCESSES FOR MACHINING OF MOLD ELEMENT WITH USIN...
 
Application of knowledge engineering and computational intelligence for struc...
Application of knowledge engineering and computational intelligence for struc...Application of knowledge engineering and computational intelligence for struc...
Application of knowledge engineering and computational intelligence for struc...
 
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
 
M tech 1 2 cad cam
M tech 1 2 cad camM tech 1 2 cad cam
M tech 1 2 cad cam
 
Content based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosContent based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videos
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 

Recently uploaded (20)

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

50120140504013 2

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 119 AN INTELLIGENT FEATURE RECOGNITION METHODOLOGY STUDY FOR 2.5 D PRISMATIC PARTS Viswa Mohan Pedagopu1 , Dr. Manish Kumar2 1 Associate Professor, Dept. of Mechanical Engineering, Shoolini University, HP, India 2 Associate Professor, JNV University, Jodhpur, Rajasthan, India ABSTRACT The intelligent feature recognition methodology is the methodology which helps for extraction of features for a given prismatic part by using feature based modeling system as an input. Various researchers have come up with different ways and means to integrate CAD and CAM technology. Automatic feature recognition from CAD solid systems highly impacts the level of integration. CAD files contain detailed geometric information of a part, which are not suitable for using in the downstream applications such as computer aided process planning approach. Different CAD or geometric modeling approach store the information related to the design the prismatic part in their own databases. Structures of these databases are different from each other. This paper proposes an intelligent feature recognition methodology (IFRM) to develop a feature recognition system for a prismatic part by using feature based modeling system as input method. Key Words: Methodology, Prismatic, Feature, CAD and Process Planning. 1 INTRODUCTION The developments of computer based geometric systems to aid in the description of object's geometry, which is the main activity to design and manufacture of mechanical parts [1]. This resulted research into the development of Computer Aided Design and Computer Aided Manufacturing. Preliminary systems used electronic drafting and prismatic models to represent the shape of three dimensional objects [4]. INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2014): 8.5328 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 120 The development of the intelligent feature recognition methodology helps to developed new mathematical models for representing solids and identified the relevant properties of an informational complete representation [2]. This methodology identified the mathematical operations that could be used to manipulate the prismatic models. This approach aims to achieve the integration between CAD and CAM [8]. Figure 1. A CAPP is a bridge between CAD and CAM Different CAD or geometric modeling approaches store the information related to the design in their own databases. Structures of these databases are different from each other. The tools (IFRM) methodology can be used or combined with other application specific tools to developed prismatic part [3]. Intelligent Feature Recognition Methodology (IFRM) which has the ability to communicate with the different CAD/CAM systems. The prismatic part design is introduced through CAD software and it is represented as a solid model by using CSG technique as a design tool. The solid model of the part design consists of small and different solid primitives combined together to form the required part design [5]. The CAD software generates and provides the geometrical information of the part design in the form of an ASCII file (IGES) that is used as standard format which provides the proposed methodology the ability to communicate with the different CAD/CAM systems as structure of proposed methodology shown in Fig. 2 CAD GEOMETRIC DETAILS CAMCAMCAMCAM CAPPCAPPCAPPCAPP RECEIVES DELIVERS
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 121 Figure 2: Shows the structure of proposed (IGRM) methodology [6] The intelligent feature recognition methodology (IFRM) presented in this paper consists of three main phases that the first phase converts a CAD data in IGESIB-rep format into a proposed object oriented data structure [7]. The second phase classifies different part geometric features obtained from the data file converter into different feature groups. The third phase maps the extracted features to process planning's point of view.
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 122 2. PHASES OF INTELLIGENT FEATURE RECOGNITION METHODOLOGY The detail of phases of intelligent feature recognition methodology as below (1) A Data file converter The IGES is a standard file format for the data defining the object drawing in 3D CAD systems in B-rep structure. The entry fields in ICES format consist of an object's geometric and topological information. The geometric information includes the definition of lines, planes, circles and other geometric entities for a given object [21]. The fundamental IGES entities, which are related to representing a solid in B-rep structure, are discussed below 1. Line A line in IGES file is defined by its end points. The coordinates of start point and terminate point are included in parameter data section of this entity. 2. Circular Arc To represent a circular arc in modeling space, IGES provides the information including a new plane (Xn YT) in which the circular lies, the coordinates of center point, start point, and terminate point. A new coordinate system (XT, YT, &) is defined by transferring the original coordinate system (Xo, Yo, Zo) via a transformation matrix [20] 3. Direction Direction entity is a non-zero vector in 3D that is defined by its three components with respect to the coordinate axes. The normal vector of surface can be determined by this entity. 4. Plane surface The plane surface is defined by a point on the plane and the normal direction to the surface. 5. Vertex This entity is used to determine the vertex list which contains all the vertexes of the object. 6. Edge This entity is used to determine the edge list which contains all the edges of the object. 7. Face This entity is used to determine faces which consist of the object. 8. Shell The shell is represented as a set of edge-connected, oriented used of faces. The normal of the shell is in the same direction as the normal of the face. 9. Right Circular Cylindrical Surface The right circular cylindrical surface is defined by a point on the axis of the cylinder, the direction of the axis of the cylinder and a radius is entity is used to determine the loops which involved in all facets of the object [11].
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 123 (2) An object form feature classifier In order to have a good generic representation of the designed object for CAM applications especially for computer aided process planning, the overall designed object description and its features need to be represented in a suitable structured database [17]. The step toward automatic feature extraction will be achieved by extracting the geometric and topological information from the (IGESBrep) CAD file and redefining it as a new object oriented data Structure. An object consists of manufacturing features that can be classifies into form features which decomposed of either simple or compound or intersecting features [19]. A simple feature is the result of two intersecting general geometric surfaces while compound/intersecting feature is one that results from the interaction of two or more simple features [10]. (3) A manufacturing features classifier Features are further classified into concave or convex as attributes in the generic feature class. Concave features consist of two or more concave faces, and convex features are decomposed of either one or more convex faces [18]. 3. ALGORITHMS FOR FEATURE EXTRACTION FOR A GIVEN 2.5 D PRISMATIC PART BY USING FEATURE BASED MODELING SYSTEM AS INPUT In general, the following steps are the proposed methodology for feature's extraction for any given prismatic part by using feature based modeling system as input as below [16]: Step 1: Extract the geometry and topology entities for the designed object model from IGES file: Identify vertices, edges, faces, loops of the object. Step 2: Extract topology entities in each basic surface and Identify its type: (a) Identify the total number of loops in each surface. (b) Identify the basic surface due to total number of loops. (c) Classify the loops into different types (concave, convex, and hybrid) [15]. Step 3: Test the feature's existence in the basic surface based on loops. Step 4: Identify feature type: (a) Identify Exterior Form Features by searching for hybrid loop. (b) Identify Interior Convex Form Features for convex loop (c) Identify Interior Concave Form Features searching for concave loop [12]. Step 5: Identify the detailed features and extract the related feature geometry parameters: (a) Identify feature's details (number of surfaces, surface type) [9]. (b) Identify the parameters of each feature (length (L), width (W), height (H), radius (R) [13]. (c) Identify the relative location of each feature due to the origin coordinates of the object. Step 6: Identify the detailed machining information for each feature and the designed part: (a) Identify the operation sequence of the designed part. (b) Identify the operation type, the machine, and the cutting tool for each feature. (c) Identify the tool approach in machining direction for each feature. (d) Identify the removed machining volume for each feature [14]
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 124 4. CONCLUSIONS In this paper, a methodology for feature extraction for a given 2.5 D prismatic part by using feature based modeling system as input is proposed and the implemented system is presented. This approach aims to achieve CAD, CAM integration. Different CAD or geometric modeling packages store the information related to the design in their own databases and the structures of these databases are different from each other. As a result no common or standard structure has so far been developed yet that can be used by all CAD packages. For this reason this proposed methodology will develop a feature recognition algorithm which has the ability to communicate with the different CAD, CAM systems. The CAD software generates and provides the geometrical information of the part design in the form of an ASCII file (IGES) that is then used as standard format which provides the proposed methodology. REFERENCES [1] A. Haque (2006), Manufacturing Feature Recognition of Parts Using DXF Files, Fourth International conference on Mechanical Engineering, Dhaka, Bangladesh, Vol.1, No1, pp 1- 15. [2] B. Downie (2012), Migrating from IGES to STEP: One to One Translation of IGES Drawing to STEP Drafting Data, Computers in Industry, Vol.41, No.3, pp 26-39. [3] Lee and A.Y.C. Nee (2013), An Approach to Identify Design and Manufacturing Features From a Data Exchanged Part Model, Computer Aided Design, Vol 5, No.1, pp. 56-69. [4] J. Rossignac (2008), A Road Map to Solid Modeling, IEEE Transactions on visualization and Computer graphics, Vol.2, No.3, pp. 2006. [5] D-B. Perng, and Z. Chen(2009), Automatic form Feature Recognition and 3D part Recognition from 2D CAD Data, Computer and Industrial Engineering, Vol.13, No.3, pp.67-79. [6] M. Gonzalez and J. Chen (2010), Development of An Automatic Part Feature Extraction and Classification System Taking CAD Data as Input, Computers in Industry, Vol.34, No.2, pp. 156-169. [7] G. Zhang et al. (2012), Measuring Information Integration Model for CADICMM, Chinese Journal of Manufacturing Engineering, Vol.23, No.3, pp. 45-67. [8] S. Mansouretal, et al.(2012),Automatic Generation of Part Programs foe Milling Sculptured Surfaces, Journal of Materials Processing Technology, Vol. 23, No.4, pp. 99-109. [9] X. Zhang et al.(2013), Constructive Solid Analysis: A Hierarchal, Geometry-Based Meshless Analysis Procedure for Integrated Design and Analysis, Computer Aided Design, Vol.5, No. 4, pp. 39-49. [10] H. Voelcker et al. (2008), Solid Modeling: A Historical Summary and Contemporary Assessment, IEEE Computer Graphics and Applications, Vol.3, No. 6, pp. 104-120. [11] O.W. Salomons et al. (2009), Review of Research in Feature Based Design, International Journal of Manufacturing Systems, Vol.5, No.4, pp. 122-130. [12] W. Michael et al. (2007), An Overview of Automatic Feature Recognition Techniques for Computer-Aided Process Planning, Computers in Industry, Vol. 3, No.4, pp. 45-69. [13] P.K. Wright et al.( 2012), Volumetric Feature Recognition For Machining Components With Freeform Surfaces, Computer Aided Design, Vol. 12, No. 4, pp.34-46. [14] R. Roy et al. (2011), Feature-based representational scheme of a solid modeler for providing dimension and tolerancing information, International Journal of Robotics &Computer- Integrated Manufacturing. Vol.4, No.6, pp.109-123.
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 4, April (2014), pp. 119-125 © IAEME 125 [15] Kerry and Lee (2009), Automated process planning for parametric parts. International Journal of Production Research, Vo. 4, No. 1, pp. 122-140. [16] Sharma and Roy (2011), Implementation of STEP application protocol 224 in an automated manufacturing planning system. Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture, Vol 23, No.3, pp. 234-245. [17] S.Shee (2010), computer integrated manufacturing system for rotational parts. International Journal of Computer Integrated Manufacturing. Vo. 12, No.3, pp.345-366 [18] Shee and Linn (2008), Representation scheme for defining and operating from features. Computer Aided Design. Vol.13, No.3, pp. 234-244. [19] A. Stage (2010), Resource based flexible form manufacturing features through objective driven clustering. Computer Aided Design. Vol. 13, No.2, pp.123-139 [20] P. Staley (2007), Syntactic pattern recognition to extract feature information from a solid geometric database. International Journal of Mechanical Engineering. Vol 34, No. 2, pp. 144-155. [21] R. Tseng (2009), Recognizing of interacting rotational and prismatic machining features from 3D mill-turn parts. International Journal of Production Research. Vol. 12, No. 3, pp. 156-167. [22] Ajeesh S. S. and Indu M.S., “Feature Extraction Techniques on CBIR-A Review”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 4, 2013, pp. 467 - 474, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.