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
