Community Profile

photo

sam CP


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


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...

nästan 6 år ago | 2 answers | 0

2

answers

Question


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.

nästan 6 år ago | 1 answer | 0

1

answer

Question


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 ...

nästan 6 år ago | 1 answer | 0

1

answer

Question


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...

nästan 6 år ago | 2 answers | 0

2

answers

Question


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(...

nästan 6 år ago | 1 answer | 0

1

answer

Question


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...

nästan 6 år ago | 3 answers | 0

3

answers

Question


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?

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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.

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 0 answers | 0

0

answers

Question


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?

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 0 answers | 0

0

answers

Question


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 ...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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 ...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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?

ungefär 7 år ago | 2 answers | 1

2

answers

Question


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

ungefär 7 år ago | 1 answer | 0

1

answer

Answered
Knn code to compare two excel sheet
%The following code will helps you. clc clear all training0 = xlsread('training set.xls'); training1 = xlsrea...

ungefär 7 år ago | 0

Question


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 ...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


How can i store a .mat file into a variable?
i want get the syntax to store a .mat file into a variable.

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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

ungefär 7 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 7 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 7 år ago | 2 answers | 1

2

answers

Answered
How to remove unconnected regions from image
You can refer the following code.. binaryImage = bwareafilt(binaryImage, 2); % Extract 2 largest blobs. % Erode it a little...

ungefär 7 år ago | 0

Answered
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...

ungefär 7 år ago | 1

| accepted

Question


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...

ungefär 7 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 7 år ago | 0 answers | 0

0

answers

Load more