photo

Seetharaman


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answers

Question


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

answer