photo

Umme Tania


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: image processing

统计学

MATLAB Answers

10 个提问
0 个回答

排名
279,049
of 299,930

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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...

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 2 个回答 | 0

2

个回答

提问


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

12 years 前 | 2 个回答 | 0

2

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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.

12 years 前 | 3 个回答 | 0

3

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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'); ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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.

12 years 前 | 3 个回答 | 0

3

个回答