photo

Nziadam Nziadam


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
275,539
of 301,788

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,421

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,567

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review

배지 보기

Feeds

보기 기준

질문


Please how can I separate one Test Data for both Training and Testing in Machine Learning?
Hello. I am currently working on Retinal Blood Vessel Classification. I have the CenterPointProfile Data File (Which the center ...

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

0

답변

질문


Good day. Please I am trying to draw a ring circle (annulus) around Optic Disc of a Ground Truth Image provided to me. I adopted some functions online but it does on overlay the circle on my image. Please How can I do this? Thanks in advance.
close all; clear; clc; %Read the Image LL = imread ('01_manual1.jpg'); %Reading the GroundTruth Image figure; imshow ...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How can i extract Retinal blood vessel properly. I have adapted these codes from online with little modification but it still doesnt give me the correct vessels compared with the Gold standard image i have been givenin the DRIVE dataset. Please help.
x = imread('40_training.tif'); %Note this is the file format *tif from the DRIVE training Dataset. figure; imshow(x); title...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How can i draw a double circle on an optic disc in Retinal Binary image AND find the blood vessel in that region? Please. I have been struggling for weeks trying out some code using Roipoly but yet cannot draw the circle round the optic disc.
Here is my code i used to mark Optic nerve head. But I would prefer it to be a circle drawn around that area. x = imread('4...

대략 10년 전 | 답변 수: 1 | 0

1

답변