Code Monkey home page Code Monkey logo

iris-extraction's People

Contributors

hbhdytf avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

iris-extraction's Issues

Segmentation help

Hello guys!
My name is Karan and i live in Bangalore,India. I am building an iris recognition system for my final year project using c# ( EMGUCV).
I have got a working system that is able to segment,normalize and encode the iris. However, because it is very basic, it fails when the input image i provide is not of a specific quality and type.
My main problem is in the segmentation, I need to make it more accurate. Right now i follow a method where i mask the input image and find the pupil using a contour. then apply hough circles to find the outer boundry of the iris.
I will now try to follow osiris method.. but being slightly new to image processing and the opencv/Emgucv library i am finding it a little hard.
I would like to ask you a few questions about certain parts of my program.I do not want help in writing the code and i will not bombard you guys with questions.
I just want to know if its possible if you could answer a few questions i have.

inquiry

what software you used to run code in iris-extraction?

Name difference

minor issue:
OsiManager.h
declaration: void processOneEye ( const std::string & rName , OsiEye & rEye ) ;

definition: void processOneEye ( const std::string & rFileName , OsiEye & rEye )
{

cvMean was not declared in this scope

I am unable to compile OSIRIS 4.10. The following error appears:
OsiProcessings.cpp: In member function ‘void osiris::OsiProcessings::segment(const IplImage*, IplImage*, osiris::OsiCircle&, osiris::OsiCircle&, std::vector<float>&, std::vector<float>&, std::vector<CvPoint>&, std::vector<CvPoint>&, int, int, int, int)’: OsiProcessings.cpp:302:49: error: ‘cvMean’ was not declared in this scope double iris_mean = cvMean(pSrc,safe_area) ; ^ makefile:5: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 1
I tried changing the OpenCV directory in the makefile to the one in my miniconda3 installation to no avail. Also, I had to add #include to a couple files in order to fix some errors while compiling. I am using Python 2.7, OpenCV 2.4.10.
Thanks.

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.