Python
Spoken Languages:
English
Pronouns:
No pronouns - Use my name only
Statistics
11 Questions
0 Answers
RANK
200,235
of 295,673
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to use these LDA files mentioned in the hyperlink to perform LDA on DCT coeff of normalised iris?
This is the hyperlink: Liner Discriminant Analysis I have found the DCT Coeff of normalized iris. Now my aim is to perform LDA...
9 months ago | 1 answer | 0
1
answerQuestion
How can we use the m files for Daughman Integro-differential operator given in the hyperlink below?
Daugman Integro-differential Operator I got these files, however i am not able to understand from where to start and how to pro...
9 months ago | 1 answer | 0
1
answerQuestion
How to eliminate the black part added in the moving image during image registration?
My fixed image is: (320 x 280) px The moving image is obtained by rotating the fixed image: I want to eliminate the black ...
9 months ago | 1 answer | 0
1
answerQuestion
Issue with image registration.
I have attached my image registration matlab file. The input/moving image I have taken is: The moving and fixed images are s...
9 months ago | 1 answer | 0
1
answerQuestion
Unable to Segment Iris from Preprocessed Eye Dataset.
The following are some images from my dataset: I convert the coloured images in grayscale and preprocess them as follows: ...
10 months ago | 1 answer | 0
1
answerQuestion
How do I remove the Specular reflections in gray scale image as given in this article snippet?
Kindly help.
10 months ago | 1 answer | 0
1
answerQuestion
Does anyone have code for Circular Gabour Filter for iris and pupil detection?
The above is an expression for CGF. I want to use CGF on CASIA V4 Iris Thousand database
10 months ago | 0 answers | 0
0
answersQuestion
My image is stored in struct format after loading a .mat image. How to convert it back into image form ? It load as a struct 1x1 format.
I want to load .mat images from a folder and display it as an image. After loading a .mat image using load function,. How to ...
10 months ago | 1 answer | 0
1
answerQuestion
How to compare the features from an unknown image with the feature vectors I extracted from my database images and display the matched image name?
I stored the features in a mat file: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc; clear all; close all; warning off; f = proc...
10 months ago | 1 answer | 0
1
answerQuestion
Using Daugmans Rubber Sheet model, I am not able to get the correct normalized image of iris. Please help me out.
This is my input image, the output i am getting is: I am sure the center coordinates , I have found them correctly because...
11 months ago | 1 answer | 0
1
answerQuestion
How to recify this error in daughman's rubber sheet model matlab code? : Error using * MTIMES (*) is not fully supported for integer classes.
It runs perfectly on the example image but shows the following error for other images : Error using * MTIMES (*) is not full...
11 months ago | 1 answer | 0