-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added biometric variation generators for Finger/Face/Iris
Signed-off-by: ckesiraju <[email protected]>
- Loading branch information
Showing
12 changed files
with
3,452 additions
and
0 deletions.
There are no files selected for viewing
711 changes: 711 additions & 0 deletions
711
biometricVariationGenerator/face/FaceVariationGenerator.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
************************************************************************************************************************************************** | ||
************************************************************** FaceVariationGenerator ********************************************************** | ||
************************************************************************************************************************************************** | ||
|
||
This tool generates different variations for a given Face | ||
|
||
Usage : java FaceVariationGenerator <inputFaceTemplateDirectoryPath> <outputUniqueFaceDataPath> | ||
|
||
The below face varaition files will be generted in the ouput folder for the given face: | ||
|
||
Aged.jpg, Blurred.jpg, HighBright.jpg, HighContrast.jpg, HighResolution.jpg, LowBright.jpg, LowContrast.jpg,LowResolution.jpg, Noisy.jpg, Original.jpg, OverExposure.jpg, Shadow.jpg, Skewed.jpg, UnderExposure.jpg and UnnaturalSkinTone.jpg |
Binary file added
BIN
+81.9 KB
biometricVariationGenerator/face/template/face_data/Profile_1/face1139.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79.3 KB
biometricVariationGenerator/face/template/face_data/Profile_2/face1086.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,519 changes: 1,519 additions & 0 deletions
1,519
biometricVariationGenerator/finger/FingerprintVariationGenerator.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
************************************************************************************************************************************************** | ||
************************************************************** FingerprintVariationGenerator ***************************************************** | ||
************************************************************************************************************************************************** | ||
|
||
This tool generates different variations for a given Finger | ||
|
||
Usage : java FingerprintVariationGenerator <inputFPTemplateDirectoryPath> <outputUniqueFingerprintDataPath> | ||
|
||
The below Finger varaition files will be generted in the ouput folder for the given Finger: | ||
|
||
Blistered.jpg, Blurry.jpg, Calloused.jpg, Cold.jpg, Curved.jpg, Delicate.jpg, Flexible.jpg, Long.jpg, Nimble.jpg, Original.jpg, Rough.jpg, Sensitive.jpg, Short.jpg, Slim.jpg, Smooth.jpg, Soft.jpg, Steady.jpg, Stiff.jpg, Straight.jpg, Strong.jpg, Swollen.jpg, Thick.jpg and Wet.jpg |
Binary file added
BIN
+73.9 KB
biometricVariationGenerator/finger/template/fp_data/Profile_1/fp_1/Right_Thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.7 KB
biometricVariationGenerator/finger/template/fp_data/Profile_2/fp_1/Left_Index.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,189 changes: 1,189 additions & 0 deletions
1,189
biometricVariationGenerator/iris/IrisVariationGenerator.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
************************************************************************************************************************************************** | ||
************************************************************** IrisVariationGenerator ***************************************************** | ||
************************************************************************************************************************************************** | ||
|
||
This tool generates different variations for a given Iris | ||
|
||
Usage : java IrisVariationGenerator <inputIRISTemplateDirectoryPath> <outputUniqueIRISDataPath> | ||
|
||
The below Iris varaition files will be generted in the ouput folder for the given Iris file: | ||
|
||
Aged.png, Blur.png, Bright.png, ColorChange.png, EyeLashses.png, EyeLids.png, Glare.png, HighContrast.png, HighResolution.png, HighTemparatureSurrounding.png, HumidSurrounding.png, LowContrast.png, LowResolution.png, LowTemparatureSurrounding.png, Original.png, PupilContraction.png, PupilDilation.png, Reflection.png, TextureChange.png and WateryChange.png |
Binary file added
BIN
+12.3 KB
biometricVariationGenerator/iris/template/iris_data/Profiles_1/IRIS_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.5 KB
biometricVariationGenerator/iris/template/iris_data/Profiles_2/IRIS_Right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.