Editing Matchbox Tool

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 12: Line 12:
 
The Matchbox tool is responsible for finding duplicatre pairs in a collection of digital documents based on SIFT features and SSIM methods. Consequently the tool takes a collection path with associated parameters as input. Currently three scenarios are implemented. These are:
 
The Matchbox tool is responsible for finding duplicatre pairs in a collection of digital documents based on SIFT features and SSIM methods. Consequently the tool takes a collection path with associated parameters as input. Currently three scenarios are implemented. These are:
  
* Duplicate search in one turn (parameter 'all')
+
* Duplicate search in one turn (parameter ‘all’)
  
* Professional duplicate search (experienced user can execute particular step in 'FindDuplicates' workflow)
+
* Professional duplicate search (experienced user can execute particular step in ‘FindDuplicates’ workflow)
  
 
* Quick check if two documents are duplicates (based on previous BoW dictionary).
 
* Quick check if two documents are duplicates (based on previous BoW dictionary).
Line 36: Line 36:
 
3. Create visual histogram for each image document
 
3. Create visual histogram for each image document
  
4. Detect similar images based on visual histogram and local descriptors. Evaluate similarity score pair-wise comparison of corresponding keyword frequency histograms for all documents. Conduct structural similarity analysis applying Sturctural SIMilarity (SSIM) approach (1 means identical and 0 means very different)
+
4. Detect similar images based on visual histogram and local descriptors. Evaluate similarity score — pair-wise comparison of corresponding keyword frequency histograms for all documents. Conduct structural similarity analysis applying Sturctural SIMilarity (SSIM) approach (1 means identical and 0 means very different)
  
 
* Rotate
 
* Rotate
Line 45: Line 45:
 
Usage:
 
Usage:
  
FindDuplicates script can be invoked from command line. For standard usage two parameters are required: path to the collection documents and 'all'.
+
FindDuplicates script can be invoked from command line. For standard usage two parameters are required: path to the collection documents and ‘all’.
  
 
scape/pc-qa-matchbox/Python# python2.7 FindDuplicates.py h
 
scape/pc-qa-matchbox/Python# python2.7 FindDuplicates.py h
  
usage: FindDuplicates.py [-h] [\--threads THREADS] [\--sdk SDK] [\--precluster PRECLUSTER] [\--clahe CLAHE] [\--config CONFIG] [\--featdir FEATDIR] [\--bowsize BOWSIZE] [\--csv] [-v] dir all,extract,compare,train,bowhist,clean
+
usage: FindDuplicates.py [-h] [-threads THREADS|—threads THREADS] [-sdk SDK|—sdk SDK] [-precluster PRECLUSTER|—precluster PRECLUSTER] [-clahe CLAHE|—clahe CLAHE] [-config CONFIG|—config CONFIG] [-featdir FEATDIR|—featdir FEATDIR] [-bowsize BOWSIZE|—bowsize BOWSIZE] [-csv|—csv] [-v] dir ''all,extract,compare,train,bowhist,clean''
  
 
= User Experiences =
 
= User Experiences =

Please note that all contributions to COPTR are considered to be released under the Attribution-ShareAlike 3.0 Unported (see COPTR:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)