photo

Nupur Goyal


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
202,394
of 301,763

평판
0

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,413

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,447

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to save double loop output in matrix form.
i am running double loop and i want to save its output in a matrix and plot each points of the matrix on image. [rows, colm]=si...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


find false minutae points in fingerprint
I am currently studying fingerprint biometrics and have been doing a lot of research into how fingerprint minutia is extracted. ...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


how to store each ans which we get from loop in a 2-d array ?
[rows, colm]=size(Thin_image); % Avoid the boundary pixels bifurcation=0; ridge=0; for i=2:rows-1 for j=2:colm-1 ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to find bifurcation and termination points in fingerprint?
I want to find total no. of termination and bifurcation points on an fingerprint image which is filtered properly.

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to Slide a 3X3 window across a pixel of the image in matlab.
I have an binary image I want to slide 3*3 window across it.

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


How to find sum of all pixels in rows whose value is 1 ?
I want to calculate the sum of all pixels in rows whose value is 1 in greyscale image

거의 7년 전 | 답변 수: 1 | 0

1

답변