SlideShare a Scribd company logo
1 of 4
Download to read offline
Journal for Research | Volume 03 | Issue 12 | February 2018
ISSN: 2395-7549
All rights reserved by www.journal4research.org 6
Generation of Database and GUI in Shape
Matching Technique
Prof. Vikram M. Kakade Ms. Aishwarya R. Kothale
Assistant Professor & Guide U.G. Student
Department of Electronic and Communication Engineering Department of Electronic and Communication Engineering
PRMCEAM, Badnera-Amravati, (MS), India PRMCEAM, Badnera-Amravati, (MS), India
Mr. Tejash E. Gurjar
U.G. Student
Department of Electronic and Communication Engineering
PRMCEAM, Badnera-Amravati, (MS), India
Abstract
In this paper our idea is to present a simple and easy approach for database formation and also search on the shape matching and
database relation. Every day, millions of pictures are uploaded, shared and browsed by internet users, resulting very large
collections of images that call for efficient solution for their management. An important task is the recognition of shapes according
to specific criteria, that can be used for searching pictures or recognition of pictures. For this purpose we create an image database.
Image database is the systematic collection of images in which images are well organized. Image database help storage and
manipulation of images. Also along with formation of database we are creating user friendly environment in MATLAB which is
graphical User interface (GUI) can be deployed for shape matching which works on basic principles of Image Matching.
Keywords: Database, GUI, Management, Recognition, Shape Matching, SIFT, SURF
_______________________________________________________________________________________________________
I. INTRODUCTION
The goal of this paper is to learn how to create database and also a relation of database and shape matching methods. A database
is an organized collection of data. A relational database, more restrictively, is a collection of schemas, images, tables, queries,
reports, views, and other elements. Database designers typically organize the data to model aspects of reality in a way that supports
processes requiring information, such as (for example) modeling the availability of rooms in hotels in a way that supports finding
a hotel with vacancies. A database-management system (DBMS) is a computer software application that interacts with end users,
other applications, and the database itself to capture and analyze data. A general purpose DBMS allows the definition, creation,
querying, update, and administration of databases. Databases often inaccurately identify entities of interest. Real databases often
contain incomplete, inconsistent, or multiple identifications of entities of interest. For example, an image database of different
shapes with multiple variations may have different names or colors or numbers for the same shapes, or different shape with the
same name. Image recognition, in the context of machine vision, is the ability of software to identify objects, places, people,
writing and actions in images. Computers can use machine vision technologies in combination with camera and artificial
intelligence software to achieve image recognition. Image recognition is used to perform a large number of machine vision tasks,
such as labeling the content of images with meta-tags, performing image content search and guiding autonomous robots, self-
driving cars and accident avoidance system. Database management system is a piece of software that provides services for
accessing a database, while maintaining all the required features of the data. Commercially available Database management
systems in the market are dbase, FoxPro, IMS and Oracle, MySQL, SQL Servers and DB2.
II. DATABASE FUNCTION
Database Management System or DBMS in short refers to the technology of storing and retrieving users’ data with almost
efficiency along with appropriate security measures. DBMS allows its users to create their own databases as per their requirement.
These databases are highly configurable and offer a bunch of options. A database management system stores data in such a way
that it becomes easier to retrieve, manipulate, and produce information.
Existing DBMSs provide various functions that allow management of a database and its data which can be classified into four
main functional groups:
Data Definition
Creation, modification and removal of definitions that define the organization of the data.
Generation of Database and GUI in Shape Matching Technique
(J4R/ Volume 03 / Issue 12 / 002)
All rights reserved by www.journal4research.org 7
Update
Insertion, modification, and deletion of the actual data.
Retrieval
Providing information in a form directly usable or for further processing by other applications. The retrieved data may be made
available in a form basically the same as it is stored in the database or in a new form obtained by altering or combining existing
data from the database.
Administration
Registering and monitoring users, enforcing data security, monitoring performance, maintaining data integrity, dealing with
concurrency control, and recovering information that has been corrupted by some event such as an unexpected system failure.
III. NEED OF DATABASE
This section illustrates why the database is needed? The answer to this question is, the need to form database is depends both on
the objectives of the discovery task and characteristics of the target shape matching techniques. Database is important factor in
image processing. Without database we can’t recognize any image or any shape. Because for the shape matching or image
recognition we have to create a specific database which give result accordingly. Database makes image management easy and
effective. It also retrieve images base on their color, texture, shape and any specific criteria. Identifies clustering, data
summarization, learning classification rules, finding data dependency networks. It analyzing changes and detecting anomalies,
technical approaches. It also needed for random projection of images. It also helpful for solving the problem of complexity, ranking
the images according to their criteria, manipulation of images and storage. This is some important factors which makes database
formation an important task in image processing.
Fig. 3.1: Database Structure
Following are the steps for designing database in image processing
1) Step 1: Analysis the image and identifying its type.
2) Step 2: categorize the image according to the type of image.
3) Step 3: Divide the images by using table.
4) Step 4: assigning field name to the each and every image.
5) Step 5: Detect relationships between the images.
6) Step 6: Entering images in tables.
7) Step 7: Creating a form.
8) Step 8: Create the options.
9) Step 9: Understanding queries.
10) Step 10: Query criteria (simple + complex).
11) Step 11: Generating report.
12) Step 12: Designing report.
13) Step 13: Final assessment.
IV. INTRODUCTION TO GUI
Now days applications based on images are mostly increased. Because of images are contains many information therefore utilizing
such information for some useful work the digital image processing branch is introduced. In digital image processing for
comparing, finding images or retrieving images from many images and for many application image matching technique is used.
Generation of Database and GUI in Shape Matching Technique
(J4R/ Volume 03 / Issue 12 / 002)
All rights reserved by www.journal4research.org 8
Image matching is useful for finding similar images or finding similar features from the images or comparing two images for some
result. In this paper we present an overview of image matching and shape matching techniques and develop its Graphical User
Interface (GUI) in MATLAB. In Digital image processing, image matching is a process of comparing some features of an images
with another image. For that many type features are used for matching purpose such as: color, texture, shape, etc. In that The shape
of an object refers to its physical structure and profile. Shape features are mostly used for finding and matching shapes, recognizing
objects or making measurement of shapes. Moment, perimeter, area and orientation are some of the characteristics used for shape
feature extraction technique. The shape of an object is determined by its external boundary abstracting from other properties such
as colour, content and material composition, as well as from the object's other spatial properties. In image matching, we compare
some key features of image with another image with some techniques and according to threshold value program decides whether
they two images same or not. Comparison can be done on the basis of any features of an image such as colour, textures, shape, etc.
In this paper we discuss some technique of image matching and shape matching
V. GUI FOR IMAGE MATCHING
Software Description and Operation
For the formation of GUI for image matching we are using MATLAB because MATLAB provides easy to use and provides many
features for image processing. MATLAB is a high level language for technical computing. It integrates computation, visualization,
and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation.
The basic data element in MATLAB, which is an interactive system, is a matrix. This allows finding solutions to many technical
computing problems, especially those involving matrix representations, in a relatively short time compared to the time required to
write a program in a scalar non-interactive language such as C. MATLAB including many types of operations, modules,
applications which are specified or categorised according to application which is called as toolboxes. In that the image processing
toolbox is a toolbox for digital image processing which contains the environment for the solution of the problems of digital image
processing.in that The toolbox supports four types of images: (Gray-scale, Binary, Indexed, and RGB images). The toolbox
provides specific functions that perform converting images from one class to another.
As we know the GUI is a type of interface in between human and electronics devices or programs or applications with the help
of some visual icons or any visual indications. It is an easy to use interface than another interface types such as text based user
interface. In text based user interface user need to use specific command for any operation, that’s why for any or every operation
user need to use specific command for every operation. And for different operation there are need to use different command
therefore using such type of user interface is somewhat difficult for user. In that user need to know essential knowledge about the
commands. Therefore, text based user interface is difficult for user. Where as in graphical user interface for operation there are
visual icons or visual indicators are given. Therefore, for operations instead of typing commands user need to do it by using
graphical icons because of that the uses of commands get minimised Its again easy to use and easy to understand for the user
because its contains graphical icons for interface, that’s why it’s does not need to remind the specific commands to do some task.
MATLAB provides GUI interface for the application making. Since the graphical user interface can be created user can access it
in Matlab by typing ‘guide’ in MATLAB command. This command displays the GUIDE Quick Start dialog box. This is followed
by selecting to open an existing GUI, whose main page looks as in Fig. 3.
Fig. 5.1: GUI for Image Matching in MATLAB
Generation of Database and GUI in Shape Matching Technique
(J4R/ Volume 03 / Issue 12 / 002)
All rights reserved by www.journal4research.org 9
In figure it can be noticed that the GUI is created for the operation of image matching. Form making GUI we used two axes,
three push buttons, one popup menu, and static text. In GUI axes1 and axes2 are used for displaying two images which we want
to check for matching or on which we want to apply the operations. Popup menu is used for selecting the technique of image
matching which user want to use for image matching. Since there are many techniques are available for making the image matching
operation they are listed in the popup menu for example: SURF, SIFT, etc. three push buttons are used in the GUI which named
as image1, image2, check. Where image1 button is used for selecting first image from the user, image2 button is used for selecting
second image from the user. Check button is used for performing the image matching operation which is given by popup menu on
both images. And text view which is named as Result which is use for displaying the image is matched or not.
Fig. 5.2: Output of Image Matching GUI in MATLAB.
Figure shows the output of GUI of image matching in that we took first and second image and apply image matching operation
and output is shown in the result field as image matched. These image matching is done by SURF feature detection method. We
can select another method which is listed in Popup menu for matching operation.
VI. CONCLUSIONS
In this paper we have identified and provided different image matching technique used for shape matching along with creation of
Database and GUI. From above analysis we can identify that shape matching and database are correlated to each other in terms of
efficiency which can be simply applied using user friendly environment. From this paper we can understand different techniques
of image matching and GUI operation of shape matching in MATLAB.
REFERENCES
[1] Antonio Torralba, Rob Fefgus, Yairs Weiss “small code and large image database for recognition”. (International) Feb 2007.
[2] Frawley, W.J., Piatesky-Shapiro, G., Matheus, C.J. 1993.Knowledge Discovery in Databases: An Overview. InKnowledge Discovery in Databases, G.
Piatesky-Shapiro and W.J. Frawley, eds., l-27. Cambridge, MA:The MITPress.
[3] Henry G. Goldberg and Ted E. Senator,Restructuring databases for knowledge discovery by consolidation and link formation. U.S. Department of the
Treasury – Financial Crimes Enforcement Network (FinCEN).
[4] A .Bosch, A.Zisserman, and X.Muoz. Representing shapes with a spatial pyramid kernel. In CVIR, 2006.
[5] Diego valsesia, giulio coluccia, tiziano binachi and enrico magli (member, IEEE) “large scale image retrieval based on compressed camera identification”.
Volume-17, September 2015 (IEEE).
[6] Renuka Deshpande “retrieval of large scale image and camera identification via random projection”. Volume-03, March 2016 (IRJET).
[7] Vanita Rani & Sumeet Kaur “Image retrieval based upon compressed camera identification using NN classification and regression model”.volume-03 (IJIR)
2017.
[8] Features of Teaching Methods “Banks and Databases” in Formation professional Competence of Future IT Professionals.Botir Z.Turayev,senior researcher,
Research Institute of Pedagogical Sciences TN. Kary-Niyazi.
[9] K.Barnard, P.Duygulu, N. de Freitas, D.Forsyrh, D.Blei, and M.Jordan. “Matching picture and words” Volume-03 (JMLR) Feb 2003.
[10] J.Hayes and A.Efros. “Scene completion using millions of photographs”. SIG GRAPH, 2007.

More Related Content

What's hot

Modern database management jeffrey a. hoffer, mary b. prescott,
Modern database management   jeffrey a. hoffer, mary b. prescott,  Modern database management   jeffrey a. hoffer, mary b. prescott,
Modern database management jeffrey a. hoffer, mary b. prescott, BlackIce86
 
Whitepaper sones GraphDB (eng)
Whitepaper sones GraphDB (eng)Whitepaper sones GraphDB (eng)
Whitepaper sones GraphDB (eng)sones GmbH
 
Dbms architecture
Dbms architectureDbms architecture
Dbms architectureraima sen
 
Database overview
Database overviewDatabase overview
Database overviewSayem Khan
 
Data Warehouse techniques on Intermediate Census and Demographic Statistics W...
Data Warehouse techniques on Intermediate Census and Demographic Statistics W...Data Warehouse techniques on Intermediate Census and Demographic Statistics W...
Data Warehouse techniques on Intermediate Census and Demographic Statistics W...Vincenzo Patruno
 
Database and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsDatabase and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsZulfiquer Ahmed Amin
 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
 
Chapter 2 database environment
Chapter 2 database environmentChapter 2 database environment
Chapter 2 database environment>. <
 
Chapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemChapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemEddyzulham Mahluzydde
 
Comparison of document management systems by meta modeling and workforce cent...
Comparison of document management systems by meta modeling and workforce cent...Comparison of document management systems by meta modeling and workforce cent...
Comparison of document management systems by meta modeling and workforce cent...ijcseit
 
Database Concepts 101
Database Concepts 101Database Concepts 101
Database Concepts 101Amit Garg
 
Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Beni Krisbiantoro
 

What's hot (19)

Modern database management jeffrey a. hoffer, mary b. prescott,
Modern database management   jeffrey a. hoffer, mary b. prescott,  Modern database management   jeffrey a. hoffer, mary b. prescott,
Modern database management jeffrey a. hoffer, mary b. prescott,
 
Whitepaper sones GraphDB (eng)
Whitepaper sones GraphDB (eng)Whitepaper sones GraphDB (eng)
Whitepaper sones GraphDB (eng)
 
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
 
Database overview
Database overviewDatabase overview
Database overview
 
Data Warehouse techniques on Intermediate Census and Demographic Statistics W...
Data Warehouse techniques on Intermediate Census and Demographic Statistics W...Data Warehouse techniques on Intermediate Census and Demographic Statistics W...
Data Warehouse techniques on Intermediate Census and Demographic Statistics W...
 
Data models
Data modelsData models
Data models
 
Database and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsDatabase and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health Informatics
 
DBMS and its Models
DBMS and its ModelsDBMS and its Models
DBMS and its Models
 
Unit 1 DBMS
Unit 1 DBMSUnit 1 DBMS
Unit 1 DBMS
 
Ch1
Ch1Ch1
Ch1
 
Data models
Data modelsData models
Data models
 
Data base management system
Data base management systemData base management system
Data base management system
 
Chapter 2 database environment
Chapter 2 database environmentChapter 2 database environment
Chapter 2 database environment
 
Chapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemChapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management System
 
Comparison of document management systems by meta modeling and workforce cent...
Comparison of document management systems by meta modeling and workforce cent...Comparison of document management systems by meta modeling and workforce cent...
Comparison of document management systems by meta modeling and workforce cent...
 
Database Concepts 101
Database Concepts 101Database Concepts 101
Database Concepts 101
 
Dbms Networks
Dbms NetworksDbms Networks
Dbms Networks
 
Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02
 
Unit 1
Unit 1Unit 1
Unit 1
 

Similar to GENERATION OF DATABASE AND GUI IN SHAPE MATCHING TECHNIQUE | J4RV3I12001

IRJET- Image Seeker:Finding Similar Images
IRJET- Image Seeker:Finding Similar ImagesIRJET- Image Seeker:Finding Similar Images
IRJET- Image Seeker:Finding Similar ImagesIRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Big Data visualization
Big Data visualizationBig Data visualization
Big Data visualizationShilpa Soi
 
Database Management system
Database Management systemDatabase Management system
Database Management systemVijay Thorat
 
Physical Database Requirements.pdf
Physical Database Requirements.pdfPhysical Database Requirements.pdf
Physical Database Requirements.pdfseifusisay06
 
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...JOHNLEAK1
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1askme
 
3 d searching document
3 d searching document3 d searching document
3 d searching documentpriyanka reddy
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYcscpconf
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a surveycsandit
 
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.`Shweta Bhavsar
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1askme
 
IRJET- Retrieval of Images & Text using Data Mining Techniques
IRJET-  	  Retrieval of Images & Text using Data Mining TechniquesIRJET-  	  Retrieval of Images & Text using Data Mining Techniques
IRJET- Retrieval of Images & Text using Data Mining TechniquesIRJET Journal
 
Understanding Object Oriented Databases
Understanding Object Oriented Databases Understanding Object Oriented Databases
Understanding Object Oriented Databases Objectivity
 
Notes of DBMS Introduction to Database Design
Notes of DBMS Introduction to Database DesignNotes of DBMS Introduction to Database Design
Notes of DBMS Introduction to Database DesignAthiraNair143542
 
Database-management-system-dbms-ppt.pptx
Database-management-system-dbms-ppt.pptxDatabase-management-system-dbms-ppt.pptx
Database-management-system-dbms-ppt.pptxDhruveeHalvadiya
 

Similar to GENERATION OF DATABASE AND GUI IN SHAPE MATCHING TECHNIQUE | J4RV3I12001 (20)

IRJET- Image Seeker:Finding Similar Images
IRJET- Image Seeker:Finding Similar ImagesIRJET- Image Seeker:Finding Similar Images
IRJET- Image Seeker:Finding Similar Images
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Big Data visualization
Big Data visualizationBig Data visualization
Big Data visualization
 
Database Management system
Database Management systemDatabase Management system
Database Management system
 
Database System
Database SystemDatabase System
Database System
 
Physical Database Requirements.pdf
Physical Database Requirements.pdfPhysical Database Requirements.pdf
Physical Database Requirements.pdf
 
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
1-SDLC - Development Models – Waterfall, Rapid Application Development, Agile...
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1
 
3 d searching document
3 d searching document3 d searching document
3 d searching document
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a survey
 
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND  CONSTRAINTS OF THE SAME.
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
 
IRJET- Retrieval of Images & Text using Data Mining Techniques
IRJET-  	  Retrieval of Images & Text using Data Mining TechniquesIRJET-  	  Retrieval of Images & Text using Data Mining Techniques
IRJET- Retrieval of Images & Text using Data Mining Techniques
 
Understanding Object Oriented Databases
Understanding Object Oriented Databases Understanding Object Oriented Databases
Understanding Object Oriented Databases
 
Notes of DBMS Introduction to Database Design
Notes of DBMS Introduction to Database DesignNotes of DBMS Introduction to Database Design
Notes of DBMS Introduction to Database Design
 
Database-management-system-dbms-ppt.pptx
Database-management-system-dbms-ppt.pptxDatabase-management-system-dbms-ppt.pptx
Database-management-system-dbms-ppt.pptx
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
HRIS UNIT 2 2021.pptx
HRIS UNIT 2 2021.pptxHRIS UNIT 2 2021.pptx
HRIS UNIT 2 2021.pptx
 
Fulltext01
Fulltext01Fulltext01
Fulltext01
 

More from Journal For Research

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Journal For Research
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Journal For Research
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Journal For Research
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016Journal For Research
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015Journal For Research
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014Journal For Research
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...Journal For Research
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...Journal For Research
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012Journal For Research
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...Journal For Research
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009Journal For Research
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002Journal For Research
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001Journal For Research
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021Journal For Research
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...Journal For Research
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023Journal For Research
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024Journal For Research
 

More from Journal For Research (20)

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
 
LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
 

Recently uploaded

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 

GENERATION OF DATABASE AND GUI IN SHAPE MATCHING TECHNIQUE | J4RV3I12001

  • 1. Journal for Research | Volume 03 | Issue 12 | February 2018 ISSN: 2395-7549 All rights reserved by www.journal4research.org 6 Generation of Database and GUI in Shape Matching Technique Prof. Vikram M. Kakade Ms. Aishwarya R. Kothale Assistant Professor & Guide U.G. Student Department of Electronic and Communication Engineering Department of Electronic and Communication Engineering PRMCEAM, Badnera-Amravati, (MS), India PRMCEAM, Badnera-Amravati, (MS), India Mr. Tejash E. Gurjar U.G. Student Department of Electronic and Communication Engineering PRMCEAM, Badnera-Amravati, (MS), India Abstract In this paper our idea is to present a simple and easy approach for database formation and also search on the shape matching and database relation. Every day, millions of pictures are uploaded, shared and browsed by internet users, resulting very large collections of images that call for efficient solution for their management. An important task is the recognition of shapes according to specific criteria, that can be used for searching pictures or recognition of pictures. For this purpose we create an image database. Image database is the systematic collection of images in which images are well organized. Image database help storage and manipulation of images. Also along with formation of database we are creating user friendly environment in MATLAB which is graphical User interface (GUI) can be deployed for shape matching which works on basic principles of Image Matching. Keywords: Database, GUI, Management, Recognition, Shape Matching, SIFT, SURF _______________________________________________________________________________________________________ I. INTRODUCTION The goal of this paper is to learn how to create database and also a relation of database and shape matching methods. A database is an organized collection of data. A relational database, more restrictively, is a collection of schemas, images, tables, queries, reports, views, and other elements. Database designers typically organize the data to model aspects of reality in a way that supports processes requiring information, such as (for example) modeling the availability of rooms in hotels in a way that supports finding a hotel with vacancies. A database-management system (DBMS) is a computer software application that interacts with end users, other applications, and the database itself to capture and analyze data. A general purpose DBMS allows the definition, creation, querying, update, and administration of databases. Databases often inaccurately identify entities of interest. Real databases often contain incomplete, inconsistent, or multiple identifications of entities of interest. For example, an image database of different shapes with multiple variations may have different names or colors or numbers for the same shapes, or different shape with the same name. Image recognition, in the context of machine vision, is the ability of software to identify objects, places, people, writing and actions in images. Computers can use machine vision technologies in combination with camera and artificial intelligence software to achieve image recognition. Image recognition is used to perform a large number of machine vision tasks, such as labeling the content of images with meta-tags, performing image content search and guiding autonomous robots, self- driving cars and accident avoidance system. Database management system is a piece of software that provides services for accessing a database, while maintaining all the required features of the data. Commercially available Database management systems in the market are dbase, FoxPro, IMS and Oracle, MySQL, SQL Servers and DB2. II. DATABASE FUNCTION Database Management System or DBMS in short refers to the technology of storing and retrieving users’ data with almost efficiency along with appropriate security measures. DBMS allows its users to create their own databases as per their requirement. These databases are highly configurable and offer a bunch of options. A database management system stores data in such a way that it becomes easier to retrieve, manipulate, and produce information. Existing DBMSs provide various functions that allow management of a database and its data which can be classified into four main functional groups: Data Definition Creation, modification and removal of definitions that define the organization of the data.
  • 2. Generation of Database and GUI in Shape Matching Technique (J4R/ Volume 03 / Issue 12 / 002) All rights reserved by www.journal4research.org 7 Update Insertion, modification, and deletion of the actual data. Retrieval Providing information in a form directly usable or for further processing by other applications. The retrieved data may be made available in a form basically the same as it is stored in the database or in a new form obtained by altering or combining existing data from the database. Administration Registering and monitoring users, enforcing data security, monitoring performance, maintaining data integrity, dealing with concurrency control, and recovering information that has been corrupted by some event such as an unexpected system failure. III. NEED OF DATABASE This section illustrates why the database is needed? The answer to this question is, the need to form database is depends both on the objectives of the discovery task and characteristics of the target shape matching techniques. Database is important factor in image processing. Without database we can’t recognize any image or any shape. Because for the shape matching or image recognition we have to create a specific database which give result accordingly. Database makes image management easy and effective. It also retrieve images base on their color, texture, shape and any specific criteria. Identifies clustering, data summarization, learning classification rules, finding data dependency networks. It analyzing changes and detecting anomalies, technical approaches. It also needed for random projection of images. It also helpful for solving the problem of complexity, ranking the images according to their criteria, manipulation of images and storage. This is some important factors which makes database formation an important task in image processing. Fig. 3.1: Database Structure Following are the steps for designing database in image processing 1) Step 1: Analysis the image and identifying its type. 2) Step 2: categorize the image according to the type of image. 3) Step 3: Divide the images by using table. 4) Step 4: assigning field name to the each and every image. 5) Step 5: Detect relationships between the images. 6) Step 6: Entering images in tables. 7) Step 7: Creating a form. 8) Step 8: Create the options. 9) Step 9: Understanding queries. 10) Step 10: Query criteria (simple + complex). 11) Step 11: Generating report. 12) Step 12: Designing report. 13) Step 13: Final assessment. IV. INTRODUCTION TO GUI Now days applications based on images are mostly increased. Because of images are contains many information therefore utilizing such information for some useful work the digital image processing branch is introduced. In digital image processing for comparing, finding images or retrieving images from many images and for many application image matching technique is used.
  • 3. Generation of Database and GUI in Shape Matching Technique (J4R/ Volume 03 / Issue 12 / 002) All rights reserved by www.journal4research.org 8 Image matching is useful for finding similar images or finding similar features from the images or comparing two images for some result. In this paper we present an overview of image matching and shape matching techniques and develop its Graphical User Interface (GUI) in MATLAB. In Digital image processing, image matching is a process of comparing some features of an images with another image. For that many type features are used for matching purpose such as: color, texture, shape, etc. In that The shape of an object refers to its physical structure and profile. Shape features are mostly used for finding and matching shapes, recognizing objects or making measurement of shapes. Moment, perimeter, area and orientation are some of the characteristics used for shape feature extraction technique. The shape of an object is determined by its external boundary abstracting from other properties such as colour, content and material composition, as well as from the object's other spatial properties. In image matching, we compare some key features of image with another image with some techniques and according to threshold value program decides whether they two images same or not. Comparison can be done on the basis of any features of an image such as colour, textures, shape, etc. In this paper we discuss some technique of image matching and shape matching V. GUI FOR IMAGE MATCHING Software Description and Operation For the formation of GUI for image matching we are using MATLAB because MATLAB provides easy to use and provides many features for image processing. MATLAB is a high level language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. The basic data element in MATLAB, which is an interactive system, is a matrix. This allows finding solutions to many technical computing problems, especially those involving matrix representations, in a relatively short time compared to the time required to write a program in a scalar non-interactive language such as C. MATLAB including many types of operations, modules, applications which are specified or categorised according to application which is called as toolboxes. In that the image processing toolbox is a toolbox for digital image processing which contains the environment for the solution of the problems of digital image processing.in that The toolbox supports four types of images: (Gray-scale, Binary, Indexed, and RGB images). The toolbox provides specific functions that perform converting images from one class to another. As we know the GUI is a type of interface in between human and electronics devices or programs or applications with the help of some visual icons or any visual indications. It is an easy to use interface than another interface types such as text based user interface. In text based user interface user need to use specific command for any operation, that’s why for any or every operation user need to use specific command for every operation. And for different operation there are need to use different command therefore using such type of user interface is somewhat difficult for user. In that user need to know essential knowledge about the commands. Therefore, text based user interface is difficult for user. Where as in graphical user interface for operation there are visual icons or visual indicators are given. Therefore, for operations instead of typing commands user need to do it by using graphical icons because of that the uses of commands get minimised Its again easy to use and easy to understand for the user because its contains graphical icons for interface, that’s why it’s does not need to remind the specific commands to do some task. MATLAB provides GUI interface for the application making. Since the graphical user interface can be created user can access it in Matlab by typing ‘guide’ in MATLAB command. This command displays the GUIDE Quick Start dialog box. This is followed by selecting to open an existing GUI, whose main page looks as in Fig. 3. Fig. 5.1: GUI for Image Matching in MATLAB
  • 4. Generation of Database and GUI in Shape Matching Technique (J4R/ Volume 03 / Issue 12 / 002) All rights reserved by www.journal4research.org 9 In figure it can be noticed that the GUI is created for the operation of image matching. Form making GUI we used two axes, three push buttons, one popup menu, and static text. In GUI axes1 and axes2 are used for displaying two images which we want to check for matching or on which we want to apply the operations. Popup menu is used for selecting the technique of image matching which user want to use for image matching. Since there are many techniques are available for making the image matching operation they are listed in the popup menu for example: SURF, SIFT, etc. three push buttons are used in the GUI which named as image1, image2, check. Where image1 button is used for selecting first image from the user, image2 button is used for selecting second image from the user. Check button is used for performing the image matching operation which is given by popup menu on both images. And text view which is named as Result which is use for displaying the image is matched or not. Fig. 5.2: Output of Image Matching GUI in MATLAB. Figure shows the output of GUI of image matching in that we took first and second image and apply image matching operation and output is shown in the result field as image matched. These image matching is done by SURF feature detection method. We can select another method which is listed in Popup menu for matching operation. VI. CONCLUSIONS In this paper we have identified and provided different image matching technique used for shape matching along with creation of Database and GUI. From above analysis we can identify that shape matching and database are correlated to each other in terms of efficiency which can be simply applied using user friendly environment. From this paper we can understand different techniques of image matching and GUI operation of shape matching in MATLAB. REFERENCES [1] Antonio Torralba, Rob Fefgus, Yairs Weiss “small code and large image database for recognition”. (International) Feb 2007. [2] Frawley, W.J., Piatesky-Shapiro, G., Matheus, C.J. 1993.Knowledge Discovery in Databases: An Overview. InKnowledge Discovery in Databases, G. Piatesky-Shapiro and W.J. Frawley, eds., l-27. Cambridge, MA:The MITPress. [3] Henry G. Goldberg and Ted E. Senator,Restructuring databases for knowledge discovery by consolidation and link formation. U.S. Department of the Treasury – Financial Crimes Enforcement Network (FinCEN). [4] A .Bosch, A.Zisserman, and X.Muoz. Representing shapes with a spatial pyramid kernel. In CVIR, 2006. [5] Diego valsesia, giulio coluccia, tiziano binachi and enrico magli (member, IEEE) “large scale image retrieval based on compressed camera identification”. Volume-17, September 2015 (IEEE). [6] Renuka Deshpande “retrieval of large scale image and camera identification via random projection”. Volume-03, March 2016 (IRJET). [7] Vanita Rani & Sumeet Kaur “Image retrieval based upon compressed camera identification using NN classification and regression model”.volume-03 (IJIR) 2017. [8] Features of Teaching Methods “Banks and Databases” in Formation professional Competence of Future IT Professionals.Botir Z.Turayev,senior researcher, Research Institute of Pedagogical Sciences TN. Kary-Niyazi. [9] K.Barnard, P.Duygulu, N. de Freitas, D.Forsyrh, D.Blei, and M.Jordan. “Matching picture and words” Volume-03 (JMLR) Feb 2003. [10] J.Hayes and A.Efros. “Scene completion using millions of photographs”. SIG GRAPH, 2007.