Statistics
RANK
191,425
of 295,527
REPUTATION
0
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
can i use ANOVA test for selecting features?
i have extracted 30 features for three different types of cell from segmented image... among these features i have to select som...
9 years ago | 0 answers | 0
0
answersQuestion
How can i rectify this error "Undefined function or method 'sobel_mex' for input arguments of type 'double'?
when i ruuned a code as same in the link <http://in.mathworks.com/help/coder/examples/edge-detection-on-images.html>. the error ...
9 years ago | 0 answers | 0
0
answersQuestion
can i use k-means algorithm for segmenting the cell nucleus and cytoplasm?
i have used k-means clustering algorithm for segmenting cells but it doesn't. i didn't know about k-means algorithm in detail. i...
9 years ago | 2 answers | 0
2
answersQuestion
how to perform training and testing using SVM classifier?
i am new to SVM classifier.... i have complemented my part( segmentation,feature extraction)...wat is the first step that i shou...
10 years ago | 2 answers | 0
2
answersQuestion
how to calculate width and length of binary image?
I need to calculate width and length of the binary image... PLZ SUGGEST A WAY
10 years ago | 2 answers | 0
2
answersQuestion
how to save the image obtained from the plot command?
i have used the command "plot( cytoplasm1(:,2), cytoplasm1(:,1), 'g-', 'LineWidth', 1)" in my code. i don't know how to save t...
10 years ago | 2 answers | 0
2
answersQuestion
how to extract the area, perimeter for the object present in the image?
i m in need to measure the features like area, perimetr , length, width of the segmented image.... when i used bwarea to find ar...
10 years ago | 4 answers | 0
4
answersQuestion
How can i use Mean vector difference enhancer to highlight the gradient of the object contour and to suppress the gradient of noise contour?
I am in need to detect the contour of the cytoplasm and nuclues of the cell(that i have attached in <</matlabcentral/ans...
10 years ago | 1 answer | 0
1
answerQuestion
how to extract the high intensity region from the image?
i am in need to extrct high intensity region from the image ....can anybody provide a way to proceed...i have tried imhist funct...
10 years ago | 1 answer | 0
1
answerI am new in Matlab, and my project is based on matlab. I faced a problem in segmenting image.How can i separate pixels from an image which have intensity within a given range?
use imhist() function... refer this link :https://nf.nci.org.au/facilities/software/Matlab/toolbox/images/imhmax.html
10 years ago | 0
Question
I Have to detect the nucleus of the cell...anyone provide me a code to detect the nucleus in the celll....
My criteria is to detect the contour of the cell and the contour of the nucleus.... i have done detecting the cell contour.... b...
10 years ago | 1 answer | 0
1
answerQuestion
How can I enhance the gradient of the contour of the object in the image?
My problem is to detect the contour of the cell and its nucleus. to detect the contour of the cell I did my job perfectly....
10 years ago | 1 answer | 0