Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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;