Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.
/ antivcode Public archive

😭A specific identifying code recognizer implemented by standard cpp using boost and libjpeg libraries.

License

GPL-2.0, BSL-1.0 licenses found

Licenses found

GPL-2.0
LICENSE
BSL-1.0
BOOST_LICENSE.txt
Notifications You must be signed in to change notification settings

micooz/antivcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antivcode

An identification code validation procedures implement by C++ with boost and libjpeg.

Note: For personal use at present.

Dependence

Compile

CMake building system makes it very easy to compile and run, The simplest way is use the default option of cmake:

cmake ./
make
./antivcode -h

Usage

First you should let the program study and generate attribute code database.

To get help information:

>> antivcode -h
Or
>> antivcode --help

To study by filenames from ./folder and create a new database named "db" in ./database:

>> antivcode -syn -d ./folder/ -b ./database/db
Or
>> antivcode -s -y -n -d ./folder/ -b ./database/db

To study sigle file and append to database by default(./db):

>> antivcode -s -f simples/studied.jpg

if you want to see binaryzated image, just add -v option.

When finish studying, you can run a test or recognition.

To test a single file:

>> antivcode -t -f simples/tested.jpg

To test a series of images:

>> antivcode -t -d test/

Note: test procedure require that file named with a right name.

To recognite a single file:

>> antivcode -f simples/recognited.jpg

To recognite a series of files:

>> antivcode -d simples/

Author

Micooz

November 30, 2014 in Chengdu University of Technology.

Last Update: May 15, 2015.

Contact me by e-mail: micooz@hotmail.com

About

😭A specific identifying code recognizer implemented by standard cpp using boost and libjpeg libraries.

Resources

License

GPL-2.0, BSL-1.0 licenses found

Licenses found

GPL-2.0
LICENSE
BSL-1.0
BOOST_LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published