Statistics
5 Questions
0 Answers
RANK
64,620
of 301,487
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,303
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,775
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Can i pls get a code for raster scanning of a digital image? I hv to trace the tumour boundary. I m using a square window for moving over the tumour boundary.
I m fixing a threshold for the image by the crossover point between two peaks in a histogram.
13 years ago | 1 answer | 0
1
answerQuestion
I hv used quadtree decomposition in split and merge segmentation for an ultrasound image. I m unable to understand the last part of the program "function v= split(b, mindim, fun)...". Can any1 explain its purpose?? The code is as follows:
function quadtree(x) im=imread('C:\Documents and Settings\student\My Documents\Downloads\breast-cancer-2c_small[1].jpg'); ...
13 years ago | 2 answers | 0
2
answersQuestion
In the image which I m currently working upon, there is a large discontinuity in the tumour after thresholding. I tried even imfill but its of no use. Can anyone suggest me other method?
The image is a breast ultrasound image
13 years ago | 0 answers | 0
0
answersQuestion
I m currently working on fuzzy based approach in image segmentation using an ultrasound image. I hv already generated the membership function. I m having a difficulty to generate the function which expresses entropy of the fuzzy set.
H(x) = 1/(M*N) ΣΣ Sn(μ(g(i,j)) (i=1,2,...M; j=1,2,....N) How to execute this function? Pls provide me the code. Also I wou...
13 years ago | 1 answer | 0
1
answerQuestion
How can I segment a region of larger area by eliminating smaller ones? I hv used the Area parameter from the regionprops tool for this purpose... I need the region with the largest area
<<C:\Documents and Settings\student\Desktop\timepass.jpg>>
13 years ago | 1 answer | 0
