SlideShare a Scribd company logo
1 of 29
Fast Query Point Movement 
Techniques 
for Large CBIR Systems
TARGETJ SOLUTIONS 
REAL TIME PROJECTS 
IEEE BASED PROJECTS 
EMBEDDED SYSTEMS 
PAPER PUBLICATIONS 
MATLAB PROJECTS 
targetjsolutions@gmail.com 
(0)9611582234, (0)9945657526
Contents 
Introduction 
Purpose 
Scope 
Architecture 
Modules 
Class diagram 
Sequence diagrams 
Use case diagrams
Introduction 
Target search in content-based image retrieval (CBIR) systems refers to finding a 
specific (target) image such as a particular registered logo or a specific historical 
photograph. 
Existing techniques, designed around query refinement based on relevance feedback 
(RF), suffer from slow convergence, and do not guarantee to find intended targets. 
To address these limitations, we propose several efficient query point movement 
methods. 
 We prove that our approach is able to reach any given target image with fewer 
iterations in the worst and average cases. 
We propose a new index structure and query processing technique to improve 
retrieval effectiveness and efficiency. 
We also consider strategies to minimize the effects of users’ inaccurate RF.
Purpose 
 The main purpose of this document is to meet the requirements as 
mentioned in the SRS. 
 Develop a CBIR system that focuses on target search techniques, and 
faster than the existing CBIR system and which is not a victim to slow 
convergence, local maximum traps, minimizing the resource requirements. 
 CBIR system that can handle inefficient relevance feedback (RF). 
 The user is provided with a flexible user interface in which he/she has to 
login to the system to use the software. 
 After login process, the user presents the image of similarity to search, by 
browsing the local computer. 
 The users’ query is processed and a list of relevant images are produced.
Purpose 
 The user picks the images as positive and negative and the positive images 
are considered for next round of retreival.
Scope 
 filtering and law enforcement markets . 
 Crime detection 
 Cencoring 
Some benefits 
1. User Feedback is included. 
2. Reduces the unrelated searches. 
3. The software is sensitive to inaccurate feedback. 
4. Future retrievals of images can be processed faster.
Scope 
5. Guarantees that the image is found. 
6. Can reach target image with fewer iterations. 
7. The scenario of local maximum traps and slow convergence is totally 
eradicated. 
8. The images are searched using image properties. 
9. The system is not sensitive to users’ inaccurate relevance feedback.
Architecture
Architecture
Architecture
Algorithm 
1) Naïve random scan (NRS) method 
I 
 The NRS method randomly retrieves k different images at a time until the user 
finds the target image or the remaining set is exhausted. 
 At each iteration, a set of k random images are retrieved from the candidate 
(i.e.unchecked) set S’ for relevance feedback , and S’ is then reduced by k . 
 In the best case, NRS takes one iteration Ω (1). 
 while the worst case requires S/K iterations. 
 At each iteration, a set of k random images are retrieved from the candidate 
(i.e.unchecked) set S’ for relevance feedback , and S’ is then reduced by k . 
 In the best case, NRS takes one iteration Ω (1). 
 while the worst case requires S/K iterations.
Algorithm 
2)Local neighboring movement (LNM) method 
LNM is similar to NRS except for steps 5 step 6 which is explained as follows: 
step5: Qr ←<nQ,PQ,WQ,DQ, S’,k> based on the user’srelevance feedback. 
step6: Sk ← EVALUATEQUERY(Qr) /* perform a constrained k-NN query */ 
 Qr is constructed such that it moves towards neighboring relevant points and away 
from irrelevant ones, and a query is now evaluated against S’ instead of S. 
 One iteration is required in the best case Ω(1). 
The worst case O(1) is given by 
the average case o(1) is given by .
Algorithm 
3) Neighboring divide and conquer (NDS) method 
 Voronoi diagrams in NDC to reduce search space. 
The Voronoi diagram approach finds the nearest neighbors of a given query point 
by locating the Voronoi cell containing the query point. 
 NDC searches for the target as follows, from the starting query Qs, 
k points are randomly retrieved. 
Then the Voronoi region VRi is initially set to the minimum bounding box of S.
Algorithm 
 Instead of using a query point and its neighboring points to construct a Voronoi diagram, 
GDC uses the query point and k points randomly sampled from V Ri.
Modules 
1. Preprocessing (admin) 
2. Target search methods 
 Search without virtual process
Modules 
Search with virtual process
Modules 
3) Relevance feedback
Modules 
4) Virtual feature creation 
5) Virtual feature updation
Class diagram 
USER
Class diagram 
ADMIN 
Regist at ion 
+Detail 
+registat ion() 
Sear ch Image 
+Image 
+Upload Image() 
+Search() 
+Give Feedback() 
upload Image 
+Image 
+upload() 
+claculate Histogram() 
Sear ch 
+Databsae image 
+Buf fer image 
+clac hostogram() 
+Calculate Distance() 
+compare Image() 
+virtualprocess() 
+displayResult () 
FeedBack 
+result 
+Give Result () 
+createVirtualFeature() 
+updateVirtualFeature() 
+uploadDatabase() 
User 
+details 
+Login() 
+Regist rat ion() 
User Login 
+UserName 
+Password 
+Login()
Sequence diagrams 
ADMIN
Sequence diagrams 
USER
Sequence diagrams 
VIRTUAL FEATURE
Sequence diagrams 
VIRTUAL FEATURE
Use-case 
Admin 
Admin 
Login 
ViewList 
ViewImage 
UploadImage
Use-case 
User 
User 
Regist rat ion 
UserLogin 
Sear chImage 
ViewResult 
GiveFeedback
No 6, 2 nd Floor , Gajanana Towers, 
11 th Main (Above Raymond Show Room), 
Land Mark : Near COOL JOIN, 
Jaya Nagar 4 th Block, 
Bangalore, KA-11 
9611582234, 9945657526

More Related Content

What's hot

Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval Algorithm
Akshit Bum
 
Week06 bme429-cbir
Week06 bme429-cbirWeek06 bme429-cbir
Week06 bme429-cbir
Ikram Moalla
 

What's hot (20)

Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
 
Image Indexing and Retrieval
Image Indexing and RetrievalImage Indexing and Retrieval
Image Indexing and Retrieval
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image Retrieval
 
CBIR by deep learning
CBIR by deep learningCBIR by deep learning
CBIR by deep learning
 
Content based image retrieval
Content based image retrievalContent based image retrieval
Content based image retrieval
 
Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Image search engine
Image search engineImage search engine
Image search engine
 
CBIR
CBIRCBIR
CBIR
 
CBIR
CBIRCBIR
CBIR
 
Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image Retrieval
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval Algorithm
 
CBIR with RF
CBIR with RFCBIR with RF
CBIR with RF
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
Week06 bme429-cbir
Week06 bme429-cbirWeek06 bme429-cbir
Week06 bme429-cbir
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
 
Multimedia content based retrieval slideshare.ppt
Multimedia content based retrieval slideshare.pptMultimedia content based retrieval slideshare.ppt
Multimedia content based retrieval slideshare.ppt
 

Similar to IEEE Projects 2014-2015

Visual diagnostics for more effective machine learning
Visual diagnostics for more effective machine learningVisual diagnostics for more effective machine learning
Visual diagnostics for more effective machine learning
Benjamin Bengfort
 
Rapid object detection using boosted cascade of simple features
Rapid object detection using boosted  cascade of simple featuresRapid object detection using boosted  cascade of simple features
Rapid object detection using boosted cascade of simple features
Hirantha Pradeep
 
ppt - of a project will help you on your college projects
ppt - of a project will help you on your college projectsppt - of a project will help you on your college projects
ppt - of a project will help you on your college projects
vikaspandey0702
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
IJMER
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
IJMER
 

Similar to IEEE Projects 2014-2015 (20)

IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 
Implementation of high performance feature extraction method using oriented f...
Implementation of high performance feature extraction method using oriented f...Implementation of high performance feature extraction method using oriented f...
Implementation of high performance feature extraction method using oriented f...
 
K-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective BackgroundK-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective Background
 
Unsupervised/Self-supervvised visual object tracking
Unsupervised/Self-supervvised visual object trackingUnsupervised/Self-supervvised visual object tracking
Unsupervised/Self-supervvised visual object tracking
 
Visual diagnostics for more effective machine learning
Visual diagnostics for more effective machine learningVisual diagnostics for more effective machine learning
Visual diagnostics for more effective machine learning
 
Rapid object detection using boosted cascade of simple features
Rapid object detection using boosted  cascade of simple featuresRapid object detection using boosted  cascade of simple features
Rapid object detection using boosted cascade of simple features
 
Motion and tracking
Motion and trackingMotion and tracking
Motion and tracking
 
Object Capturing In A Cluttered Scene By Using Point Feature Matching
Object Capturing In A Cluttered Scene By Using Point Feature MatchingObject Capturing In A Cluttered Scene By Using Point Feature Matching
Object Capturing In A Cluttered Scene By Using Point Feature Matching
 
Learning with Relative Attributes
Learning with Relative AttributesLearning with Relative Attributes
Learning with Relative Attributes
 
ppt - of a project will help you on your college projects
ppt - of a project will help you on your college projectsppt - of a project will help you on your college projects
ppt - of a project will help you on your college projects
 
Enhanced target tracking based on mean shift
Enhanced target tracking based on mean shiftEnhanced target tracking based on mean shift
Enhanced target tracking based on mean shift
 
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
 
Comparative Study of Object Detection Algorithms
Comparative Study of Object Detection AlgorithmsComparative Study of Object Detection Algorithms
Comparative Study of Object Detection Algorithms
 
Object Single Frame Using YOLO Model
Object Single Frame Using YOLO ModelObject Single Frame Using YOLO Model
Object Single Frame Using YOLO Model
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
 
Enhanced target tracking based on mean shift algorithm for satellite imagery
Enhanced target tracking based on mean shift algorithm for satellite imageryEnhanced target tracking based on mean shift algorithm for satellite imagery
Enhanced target tracking based on mean shift algorithm for satellite imagery
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet Transform
 
A Framework for Performance Analysis of Computing Clouds
A Framework for Performance Analysis of Computing CloudsA Framework for Performance Analysis of Computing Clouds
A Framework for Performance Analysis of Computing Clouds
 
J017377578
J017377578J017377578
J017377578
 

More from Finalyear Projects

Scalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehousesScalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehouses
Finalyear Projects
 

More from Finalyear Projects (17)

Emotion recognition from facial expression using fuzzy logic
Emotion recognition from facial expression using fuzzy logicEmotion recognition from facial expression using fuzzy logic
Emotion recognition from facial expression using fuzzy logic
 
Energy efficient reverse skyline query processing over wireless sensor networks
Energy efficient reverse skyline query processing over wireless sensor networksEnergy efficient reverse skyline query processing over wireless sensor networks
Energy efficient reverse skyline query processing over wireless sensor networks
 
Single sign on assistant an authentication brokers
Single sign on assistant an authentication brokersSingle sign on assistant an authentication brokers
Single sign on assistant an authentication brokers
 
REAL TIME PROJECTS IEEE BASED PROJECTS EMBEDDED SYSTEMS PAPER PUBLICATIONS M...
REAL TIME PROJECTS  IEEE BASED PROJECTS EMBEDDED SYSTEMS PAPER PUBLICATIONS M...REAL TIME PROJECTS  IEEE BASED PROJECTS EMBEDDED SYSTEMS PAPER PUBLICATIONS M...
REAL TIME PROJECTS IEEE BASED PROJECTS EMBEDDED SYSTEMS PAPER PUBLICATIONS M...
 
Scalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehousesScalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehouses
 
Detection and localization of multiple spoofing attacks in
Detection and localization of multiple spoofing attacks inDetection and localization of multiple spoofing attacks in
Detection and localization of multiple spoofing attacks in
 
A novel vlsi dht algorithm for a highly
A novel vlsi dht algorithm for a highlyA novel vlsi dht algorithm for a highly
A novel vlsi dht algorithm for a highly
 
A novel vlsi dht algorithm for a highly
A novel vlsi dht algorithm for a highlyA novel vlsi dht algorithm for a highly
A novel vlsi dht algorithm for a highly
 
Fpga implementation of truncated multiplier for array multiplication
Fpga implementation of truncated multiplier for array multiplicationFpga implementation of truncated multiplier for array multiplication
Fpga implementation of truncated multiplier for array multiplication
 
Keyword query routing
Keyword query routingKeyword query routing
Keyword query routing
 
Towards energy efficient big data gathering
Towards energy efficient big data gatheringTowards energy efficient big data gathering
Towards energy efficient big data gathering
 
Java ieee projects titles 2014 2015
Java ieee projects  titles 2014 2015Java ieee projects  titles 2014 2015
Java ieee projects titles 2014 2015
 
System proposal and crs model design applying
System proposal and crs model design applyingSystem proposal and crs model design applying
System proposal and crs model design applying
 
Discovering emerging topics in social streams via link anomaly detection
Discovering emerging topics in social streams via link anomaly detectionDiscovering emerging topics in social streams via link anomaly detection
Discovering emerging topics in social streams via link anomaly detection
 
Navigation by the soles of your feet
Navigation by the soles of your feetNavigation by the soles of your feet
Navigation by the soles of your feet
 
Android Mobile - Home Automation
Android Mobile - Home Automation Android Mobile - Home Automation
Android Mobile - Home Automation
 
Home automation
Home automationHome automation
Home automation
 

Recently uploaded

ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
ashishpaul799
 
IATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdffIATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdff
17thcssbs2
 

Recently uploaded (20)

Behavioral-sciences-dr-mowadat rana (1).pdf
Behavioral-sciences-dr-mowadat rana (1).pdfBehavioral-sciences-dr-mowadat rana (1).pdf
Behavioral-sciences-dr-mowadat rana (1).pdf
 
Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/
 
ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
 
Word Stress rules esl .pptx
Word Stress rules esl               .pptxWord Stress rules esl               .pptx
Word Stress rules esl .pptx
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. Henry
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
The Ultimate Guide to Social Media Marketing in 2024.pdf
The Ultimate Guide to Social Media Marketing in 2024.pdfThe Ultimate Guide to Social Media Marketing in 2024.pdf
The Ultimate Guide to Social Media Marketing in 2024.pdf
 
Mbaye_Astou.Education Civica_Human Rights.pptx
Mbaye_Astou.Education Civica_Human Rights.pptxMbaye_Astou.Education Civica_Human Rights.pptx
Mbaye_Astou.Education Civica_Human Rights.pptx
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17
 
Essential Safety precautions during monsoon season
Essential Safety precautions during monsoon seasonEssential Safety precautions during monsoon season
Essential Safety precautions during monsoon season
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdf
 
REPRODUCTIVE TOXICITY STUDIE OF MALE AND FEMALEpptx
REPRODUCTIVE TOXICITY  STUDIE OF MALE AND FEMALEpptxREPRODUCTIVE TOXICITY  STUDIE OF MALE AND FEMALEpptx
REPRODUCTIVE TOXICITY STUDIE OF MALE AND FEMALEpptx
 
Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17Features of Video Calls in the Discuss Module in Odoo 17
Features of Video Calls in the Discuss Module in Odoo 17
 
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdf
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdfPost Exam Fun(da) Intra UEM General Quiz - Finals.pdf
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdf
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
IATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdffIATP How-to Foreign Travel May 2024.pdff
IATP How-to Foreign Travel May 2024.pdff
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 

IEEE Projects 2014-2015

  • 1. Fast Query Point Movement Techniques for Large CBIR Systems
  • 2. TARGETJ SOLUTIONS REAL TIME PROJECTS IEEE BASED PROJECTS EMBEDDED SYSTEMS PAPER PUBLICATIONS MATLAB PROJECTS targetjsolutions@gmail.com (0)9611582234, (0)9945657526
  • 3. Contents Introduction Purpose Scope Architecture Modules Class diagram Sequence diagrams Use case diagrams
  • 4. Introduction Target search in content-based image retrieval (CBIR) systems refers to finding a specific (target) image such as a particular registered logo or a specific historical photograph. Existing techniques, designed around query refinement based on relevance feedback (RF), suffer from slow convergence, and do not guarantee to find intended targets. To address these limitations, we propose several efficient query point movement methods.  We prove that our approach is able to reach any given target image with fewer iterations in the worst and average cases. We propose a new index structure and query processing technique to improve retrieval effectiveness and efficiency. We also consider strategies to minimize the effects of users’ inaccurate RF.
  • 5. Purpose  The main purpose of this document is to meet the requirements as mentioned in the SRS.  Develop a CBIR system that focuses on target search techniques, and faster than the existing CBIR system and which is not a victim to slow convergence, local maximum traps, minimizing the resource requirements.  CBIR system that can handle inefficient relevance feedback (RF).  The user is provided with a flexible user interface in which he/she has to login to the system to use the software.  After login process, the user presents the image of similarity to search, by browsing the local computer.  The users’ query is processed and a list of relevant images are produced.
  • 6. Purpose  The user picks the images as positive and negative and the positive images are considered for next round of retreival.
  • 7. Scope  filtering and law enforcement markets .  Crime detection  Cencoring Some benefits 1. User Feedback is included. 2. Reduces the unrelated searches. 3. The software is sensitive to inaccurate feedback. 4. Future retrievals of images can be processed faster.
  • 8. Scope 5. Guarantees that the image is found. 6. Can reach target image with fewer iterations. 7. The scenario of local maximum traps and slow convergence is totally eradicated. 8. The images are searched using image properties. 9. The system is not sensitive to users’ inaccurate relevance feedback.
  • 12. Algorithm 1) Naïve random scan (NRS) method I  The NRS method randomly retrieves k different images at a time until the user finds the target image or the remaining set is exhausted.  At each iteration, a set of k random images are retrieved from the candidate (i.e.unchecked) set S’ for relevance feedback , and S’ is then reduced by k .  In the best case, NRS takes one iteration Ω (1).  while the worst case requires S/K iterations.  At each iteration, a set of k random images are retrieved from the candidate (i.e.unchecked) set S’ for relevance feedback , and S’ is then reduced by k .  In the best case, NRS takes one iteration Ω (1).  while the worst case requires S/K iterations.
  • 13. Algorithm 2)Local neighboring movement (LNM) method LNM is similar to NRS except for steps 5 step 6 which is explained as follows: step5: Qr ←<nQ,PQ,WQ,DQ, S’,k> based on the user’srelevance feedback. step6: Sk ← EVALUATEQUERY(Qr) /* perform a constrained k-NN query */  Qr is constructed such that it moves towards neighboring relevant points and away from irrelevant ones, and a query is now evaluated against S’ instead of S.  One iteration is required in the best case Ω(1). The worst case O(1) is given by the average case o(1) is given by .
  • 14. Algorithm 3) Neighboring divide and conquer (NDS) method  Voronoi diagrams in NDC to reduce search space. The Voronoi diagram approach finds the nearest neighbors of a given query point by locating the Voronoi cell containing the query point.  NDC searches for the target as follows, from the starting query Qs, k points are randomly retrieved. Then the Voronoi region VRi is initially set to the minimum bounding box of S.
  • 15. Algorithm  Instead of using a query point and its neighboring points to construct a Voronoi diagram, GDC uses the query point and k points randomly sampled from V Ri.
  • 16. Modules 1. Preprocessing (admin) 2. Target search methods  Search without virtual process
  • 17. Modules Search with virtual process
  • 19. Modules 4) Virtual feature creation 5) Virtual feature updation
  • 21. Class diagram ADMIN Regist at ion +Detail +registat ion() Sear ch Image +Image +Upload Image() +Search() +Give Feedback() upload Image +Image +upload() +claculate Histogram() Sear ch +Databsae image +Buf fer image +clac hostogram() +Calculate Distance() +compare Image() +virtualprocess() +displayResult () FeedBack +result +Give Result () +createVirtualFeature() +updateVirtualFeature() +uploadDatabase() User +details +Login() +Regist rat ion() User Login +UserName +Password +Login()
  • 26. Use-case Admin Admin Login ViewList ViewImage UploadImage
  • 27. Use-case User User Regist rat ion UserLogin Sear chImage ViewResult GiveFeedback
  • 28.
  • 29. No 6, 2 nd Floor , Gajanana Towers, 11 th Main (Above Raymond Show Room), Land Mark : Near COOL JOIN, Jaya Nagar 4 th Block, Bangalore, KA-11 9611582234, 9945657526