Feeds
提问
Adding Style to message box
Good day all, please i have: msgbox('Thanks for using MATLAB Image Processing') close(maingui); How can i make the change th...
8 years 前 | 1 个回答 | 0
1
个回答提问
Counting object using circular hough transform
Good day all please i used circular hough transform (imfindcircle) to detect red blood cells in a microscopic image, can anyone ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Displaying output in Static box
Good day all, please I am working on a project that counts the blood cell, I want the output of the count to display in a static...
8 years 前 | 1 个回答 | 0
1
个回答提问
Clearing of white blood cell for proper segmentation
<< >> Please I need help on how to delete the White blood cell in the image which is the biggest of all and darker
8 years 前 | 0 个回答 | 0
0
个回答提问
removing an object from background
Hi all, please can anyone help with a source code or explanation of how to remove an object using erosion, I want to remove the...
8 years 前 | 0 个回答 | 0
0
个回答提问
accumulation array for circular hough transformation
please can anyone help me with the source code to generate the accumulation array for circular hough transformation for segmenta...
8 years 前 | 0 个回答 | 0
0
个回答提问
Marker controlled watershed segmentation
Please i am using the above algorithm for the segmentation of red blood cell in an image but its not as clear as i want it to be...
8 years 前 | 2 个回答 | 0
2
个回答已回答
Marker controlled watershed segmentation
I used a=imread(filename); to call the image depending on the one i select from my folder, and below are the original images i ...
Marker controlled watershed segmentation
I used a=imread(filename); to call the image depending on the one i select from my folder, and below are the original images i ...
8 years 前 | 0
已回答
Marker controlled watershed segmentation
I have attached two of the sample images above: color 'matrix.png' and label 'matrix.png'
Marker controlled watershed segmentation
I have attached two of the sample images above: color 'matrix.png' and label 'matrix.png'
8 years 前 | 0
提问
Hello please i want to detect and mark center of RBC but using the code below circles everything in the image including the white blood cell please what should i do?
rgb = imread('m2.jpg'); figure, imshow(rgb); d = imdistline; delete(d); gray_image = rgb2gray(rgb); ...
8 years 前 | 0 个回答 | 0
0
个回答提问
Hello please i want to detect and mark center of RBC but using the code below circles everything in the image including the white blood cell please what should i do?
rgb = imread('m2.jpg'); figure, imshow(rgb); d = imdistline; delete(d); gray_image = rgb2gray(rgb); ...
8 years 前 | 0 个回答 | 0
