photo

Umme Tania


2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: image processing

통계

MATLAB Answers

10 질문
0 답변

순위
271,507
of 300,338

평판
0

참여
10 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
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년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 12년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 12년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 3 | 0

3

답변