Giter Club home page Giter Club logo

iris_osiris's Introduction


Linux Windows
Build Status Build Status

Build

  1. Download Iris_Osiris(https://github.com/5455945/Iris_Osiris.git)
git clone --recursive https://github.com/5455945/Iris_Osiris.git
  1. Build Iris_Osiris.

on windows

cd Iris_Osiris

mkdir build & cd build

cmake -G "Visual Studio 14 2015 Win64" -DOpenCV_DIR="OpenCV 3.0_Path' or OpenCV 2.4.13 Path" ..

cmake --build . --config Release

cmake --build . --config Debug

on unix

cd Iris_Osiris

mkdir build; cd build

cmake -G -DOpenCV_DIR="OpenCV 3.0_Path' or OpenCV 2.4.13 Path" ..

make
  1. run on windows
Debug\Osiris.exe ../data
#Output file: ../data/Output
>Debug\Osiris.exe ../data
=============
Configuration
=============

- Process : | segmentation || normalization || encoding |
- List of images ../data/process_CASIA-IrisV2.txt contains 8 images

- Original images will be loaded from : ../data/CASIA-IrisV2/

- Segmented images will be saved as : ../data/Output/SegmentedImages/XXX_segm.bmp
- Parameters will be saved as : ../data/Output/CircleParameters/XXX_para.txt
- Masks will be saved as : ../data/Output/Masks/XXX_mask.bmp
- Normalized images will be saved as : ../data/Output/NormalizedImages/XXX_imno.bmp
- Normalized masks will be saved as : ../data/Output/NormalizedMasks/XXX_mano.bmp
- Iris codes will be saved as : ../data/Output/IrisCodes/XXX_code.bmp

- Pupil diameter ranges from 50 to 160
- Iris diameter ranges from 160 to 280
- Size of normalized iris is 512 x 64

- 6 Gabor filters : 9x15 9x15 9x27 9x27 9x51 9x51

================
Start processing
================

1 / 8
2 / 8
3 / 8
4 / 8
5 / 8
6 / 8
7 / 8
8 / 8

==============
End processing
==============

on unix

Debug/Osiris.exe ../data

#Output file: ../data/Output

Update Log

support OpenCV3.3,OpenCV2.4.13


license

iris_osiris's People

Contributors

5455945 avatar supdrewin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.