Community Profile

photo

Umme Tania


Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: image processing

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to create neural network ?
I have a algorithm which generate template for iris recognition. Now i want to check the performance of the algorithm for 100 ey...

10 years ago | 0 answers | 0

0

answers

Question


Error regarding imresize.m
function [template, mask] = createiristemplate(eyeimage_filename) eyeimage_filename='aeval2.bmp'; % path for writing...

10 years ago | 0 answers | 0

0

answers

Question


How to run Libor Masek code(createiristemplate)?
% createiristemplate - generates a biometric template from an iris in % an eye image. % % Usage: % [template, mask] = creat...

10 years ago | 2 answers | 0

2

answers

Question


How to unwrap the circle?
<</matlabcentral/answers/uploaded_files/482/crop_image.jpg>>

10 years ago | 2 answers | 0

2

answers

Question


How to change coordinates?
How to transfer image texture from Cartesian to polar coordinates? I know how to find theta or other mathematical part but in so...

10 years ago | 1 answer | 0

1

answer

Question


How to isolate certain part of image?
Suppose i have a eye image, in that image i draw a circle. Now i want to isolate the circle part from the rest of image.

10 years ago | 3 answers | 0

3

answers

Question


Draw circle in a image
Suppose i have an image. On that image i want to draw a circle which has specific radius and center. What function i need to use...

11 years ago | 1 answer | 0

1

answer

Question


In this code i used boolean true and false ,but it's not working. What can i use insted of boolean true and false?
f=imread('image1.jpg'); T = f; T(T>60) = 255; imshow(T) imwrite(T,'C:\Users\VAIO\Documents\MATLAB\iso_image.jpg','jpg'); ...

11 years ago | 2 answers | 0

2

answers

Question


How can i modify matrix which i retrieve from image?
I have a gray image, i want to see only the black part ,rest of image i want to replace with value 250, so that gray part will b...

11 years ago | 1 answer | 0

1

answer

Question


How can i detect circle in a eye image? Mainly the iris region.
I am working on iris recognition algorithms. I want to know how can i localize the iris region in a eye image.

11 years ago | 3 answers | 0

3

answers