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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 0 件の回答 | 0
