Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joernroeder/movedefaultimages
a processing script that finds and moves images based on a reference image.
https://github.com/joernroeder/movedefaultimages
Last synced: about 4 hours ago
JSON representation
a processing script that finds and moves images based on a reference image.
- Host: GitHub
- URL: https://github.com/joernroeder/movedefaultimages
- Owner: joernroeder
- Created: 2012-04-16T00:41:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-17T23:16:49.000Z (over 12 years ago)
- Last Synced: 2023-03-23T10:40:19.167Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
=====Select a folder which contains the required files and grab a bounty :)
The script will move the matched images into the sub-folder (`defaultImageFolder`).### Required Files
* `_cache.txt`
* `_noImageReference.jpg`### Variables ###
String[] referenceImageNames = {
"_noImageReferenceMale.jpg",
"_noImageReferenceFemale.jpg"
};String defaultImageFolder = "_defaultImage";
String cacheFileName = "_cache.txt";
Accuracy in percent of the comparison.
float accuracy = .01;