Frage


gray level compensation technique
What should i do in gray-level compensation to adjust the intensity of ultrasound image..... please do reply.....

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Adaptive Weighted Median Filter
please can someone help me with "Adaptive Weighted Median Filter" to remove speckle noise....

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to obtain the values
Please could someone help me to get these two values.... 1) The largest average intensity in the horizontal projection of an ...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


rectify error in kmeans
i wanted to do kmeans clustering in mammogram image.... i took the datavector of the image and gave as input to kmeans.... when ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to do color correction
I wanted to do Color correction in an image such that the image appears to be taken under a white light source..... please could...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


color image into blocks
i wrote a code to convert color image into blocks... the output looks like the input image in grayscale with gridlines over it.....

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to get enhanced segmented image
i used roipolyold to select the region i want.... now when i use the below code i get the segmented image and the unwanted image...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


identify valid and invalid image
i execute a code and get two types of output.... one is valid and the other is invalid.... the valid output image has content co...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a data vector
i need to do kmeans clustering on a data vector... to do that i need to create a data vector of the input image... please can so...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


display a message in a message box
i wanted to display a message in a message box saying... Disease identified as Tumor, Disease identified as Cancer, etc......

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


save string in matfile
t1='J for Java'; t2='M for Matlab'; t3='C for cobol'; t4='F for FORTRAN'; can i store strings into a matfile.... i...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


condition check from matfile
i have wanted to store 'value' and 'text' in a matfile.... value=[1; 2; 3; 4]; text=['J for Java';'M for Matlab';'C for co...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


title/name for a figure
i wanted to give figure number 6, a particular name... when i give.. figure('Name', 'Response'); i have 8 images being dis...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


check value in matfile
I created a matfile as below.. tval=[1 2 3 4 5 6 7] save filename tval; now i have a variable whose value is 4... ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to get non zero elements from an image
i needed histogram of non zero elements from an image.... please could someone help me, how to get the non zero elements from an...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


find a digit in string
i have a folder named "inputImages" it contains 5 images named image1, image2 ... image5 i have a variable which contains a d...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


last letter of a word
how to get last letter of a word in matlab.... that is if the word is "matlab7"... i want "7" ... please do reply

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to restore deleted items from listbox
how to restore more than one deleted items from listbox.... i could restore only one deleted item... if i delete more than one i...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


video to frame conversion
i wanted to convert a video to frames... the video was in mp4 format... so i converted it into avi format and did the video to f...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


segmentation by marking points around the region
please can someone help me with a sample code of medical image segmentation by the method of marking points around the region to...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to convert "flv" video to frames....
please can someone help me with the code to convert "flv" video to frames.....

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to get last column value of a particular variable in matfile
I have a mat file with 4 variables, each variable contains 1 row and 3 column values.... i wanted to get only the last column va...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


display values from matfile
I have a mat file with 4 variables, each variable contains 1 row and 3 column values.... i wanted to display these values of all...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to display a word in a format
i have a word... i want to delete the last three alphabets of the word... what shud i do... also if the word has any underscore ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


an image into patches
i wanted to convert an image into patches of patch size 11*11 and save the patches into a folder

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to save values in matfile as array
i wanted to create a matfile... stats=[ statmat1 statmat2 statmat3 ......... statmat24 statmat25 statmat26]; i did like th...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


open a folder of images thru code
i wanted to do few calculations for all images in a folder and save all the result in a matfile... when i do only the last r...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a mat file
sir i have 32 images of diseases and 10 features extracted for that images... i wanted to create a mat file.... please could u h...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to compute threshold
i wanted to compute global image threshold value using Otsu's method... please could someone help me....

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to construct a video from frames
am constructing video from frames... now i delete a frame... but then also i need to construct video from remaining frames... it...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden