![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8044262_1522124489848_DEF.jpg)
sam CP
Followers: 0 Following: 0
Statistik
RANG
5.728
of 297.016
REPUTATION
8
BEITRÄGE
37 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
35.14%
ERHALTENE STIMMEN
3
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I got a value followed by a program, I want to print some message by using switch statement. I wrote some code , but wrong case is working.
If my result is between 22 and 34 then i have to print "red", result is between 34 and 67 then message should "green", otherwise...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to find which portion of the image having high contrast ?
I have a RGB image, i have to find which color is the highly contrasted color in this image.
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Color finding on RGB image
I have an RGB image ,i have to find the dominant color from this image. Dominant color means the highlighting color. (That will ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i plot a color bar for an RGB image ?
RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,'Display...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can i display the image position with maximum pixel value?
if true %find the max pixel value max_v = max(max(v)); % find the position of pixels having this value. [r, c] = find(...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can i use Color map to find which color is the most used color in an image ?
How can i find dominant color from an image( Yellow, green , red , blue, orange , black , white etc..)? What is the basic method...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How can i save a output image into a folder ?
imwrite(yourImageArray, filename); How can i save the output displayed image by using above code?
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
IS a classifier can be used to select a particular area from an image? How can i do it using KNN classifier?
i have clustered an image. Now i want to select a particular region of the image.
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i implement the followinng function in the matlab code and how to process the attached image for region growing?
I want to apply the region growing method in the following code and for the attached image file. hereby i have attached the reg...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have an segmented image. Now i want to select a particular region from that segmented image and i have to display it alone by using Region Growing method. how can i do this?
Now my segmented images are 4 clusters, How can i select a specific region (ROI) by using region growing method?
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have used the following code for FCM .But it ddidn.t worked well.how can i solve this?
I have used the following attached file matlab code for Fuzzy C-means clustering. but i got several errors >how can i correct th...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I got a clustered image. Is it possible to segment a particular cluster of the image by using Fuzzy C-means method?
I got a clustered image(by using k-means clustering method). Is it possible to segment a particular region of the image by usin...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why my input image is displayed as blank image by using the following code?
I got a blank image as both input and output images when i process the matlab codes in the attached file. And there is no error ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why i get : Matrix dimensions must agree? What is meant by this error?
Why i get the following error Error using .* Matrix dimensions must agree. Error in Untitled2 (line 41) ccc1=sum(s...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Where can i get the Brain MRI image database with or without tumor?
I have already downloaded database of MRI from BRAST 2012. But the images are in the format of .mha . I would like to get DICOM ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fuzzy C-means clustering method to segment an image into clusters?
I would like to segment an image into several clusters by using Fuzzy C-means clustering method. How can i done this? Where ca...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i detect the ROI from the Image ?
ROI is Tumor in the MRI. I want to extract the roi alone and have to display it?
fast 8 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Index exceeds matrix dimensions. Error i (line 39) I(:,:,2) = input_img(:,:,2);
I got the above error while using the attached untitled2.m file How can i correct the error
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortKnn code to compare two excel sheet
%The following code will helps you. clc clear all training0 = xlsread('training set.xls'); training1 = xlsrea...
fast 8 Jahre vor | 0
Frage
Problems with kmeans clustering
OI have used the following code to segment the attached image. But each iteration on the same image shows different result. How ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to detect a tumor region from MRI by using classifier? How to detect it ?
Its easy to classify the detected tumor into types by using classifier. But How can detect the tumor from MRI by using classifie...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I got error : Names of fields in structure arrays being concatenated do not match. Concatenation of structure arrays requires that these arrays have the same set of fields.
I have used the following files and the error is : Error using vertcat Names of fields in structure arrays being concatena...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i store a .mat file into a variable?
i want get the syntax to store a .mat file into a variable.
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i find the asymmetry and Shape deformation of an image?
I would like know about the syntax to find the asymmetry and shape deformation feature of an image
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can i save the features of multiple images into a single mattrix (.mat file)?
I actually the features are saved into 1*17 double .mat file . And the features of 8 images are didn't saved.. i have attached b...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can i save the features of multiple images into a single mattrix (.mat file)?
i want to save : Each rows containing each image features. Following is my syntax for the training section. f=[]; srcFi...
fast 8 Jahre vor | 2 Antworten | 1
2
AntwortenHow to remove unconnected regions from image
You can refer the following code.. binaryImage = bwareafilt(binaryImage, 2); % Extract 2 largest blobs. % Erode it a little...
fast 8 Jahre vor | 0
code to select a jpg image from a folder in matlab
Use the folloswing code for selecting the jpg image from a folder [filename pathname] = uigetfile({'*.jpg';'*.bmp'},'Select...
fast 8 Jahre vor | 1
| akzeptiert
Frage
What is the syntax for detecting the ROI from an image using SVM?
I want to detect the ROI from an image. The feature is extracted from the entire image portions, but how can i detect the ROI by...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What is the role of a classifier in brain tumor detection from MRI?
I used one type of clustering method to segment the MRI and several type of features are extracted from the segmented image. The...
fast 8 Jahre vor | 0 Antworten | 0