photo

Ynne


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to plot 3D ?
I want to use this below mentioned code to plot the distributions in 3D format, how can i fix it? x = -6:0.01:6; rho...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to convert grayscale to rgb ?
I used the following script to convert grayscale image to rgb [im, map] = imread('frame1.jpg'); if(isempty(map)) % image ...

6년 초과 전 | 답변 수: 2 | 1

2

답변

질문


How to read/ load .seg file ?
I need to compare image segmentation result with ground truth wich is a .seg extenion file. How can I load this and create imag...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Extract matrix from vector of .mat file
Dear all, According to the following code: i=load('138078.mat') i = imageLabelCell: {1x6 cell} ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to pick a sliding window of pixels arround a pixel ?
Hi, I used the following loop to select at each iteration a window of 5x5 pixels around a pixel of a given image 'im' in this c...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Feature extraction using Correlgoram : What does this means ?
Dear all, I want to extract color features from a specific image. For this i tried to use the CBIR which i found via this lin...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


What does this means ?
Dear all, I picked up a window of 5X5 from a given image im1=im(1:5,1:5) ans = 41 40 38 38 37 42 40 ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Calculate GLCM feature vector for each pixel of an image
Dear all, I used graycomatrix and graycoprops functions to obtain texture feature which are single values of each feature. N...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Display texture image based on GLCM matrix
Hi, I used graycomatrix and graycoprops functions in order to get texture features of an input image. Now , i want to display ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to implement Edge Preservation index ?
Dear all, I want to use Edge preservation index in order to compare 2 images. Is there any function in matlab to deal with it...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How do I implement this function in Matlab ?
Dear all, I found this term (in attached image) in an equation and i couldn't understand it. it is different from the sum fun...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I deal with ground truth provided as contours text file ?
Hi, I should evaluate my Left ventricle MRI segmentation results according to a set of ground truth segmentation which are provi...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to extract image region within boundary
Hi, I have to segment the LV from cardiac MRI. The output is an image with a boundary for the specified region (attached image)...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Left Ventricle MRI segmentation
Hi, i'am using GMM in order to segment LV from caridac MRI. My problem is the initialization of the algorithm. How can I fin...

7년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to change pixel values of background of an MRI Segmented result ?
another example with this image, the black region within the brain is a class. So when i want toextract it from image it will be...

7년 초과 전 | 0

질문


How to change pixel values of background of an MRI Segmented result ?
Hi, I am trying to run a script for object segmentation based on GMM. As the example presented below the image is segmented int...

7년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How can I get ground truth and simulated images from .mnc file ?
Hi, I downloaded a .mnc file (t1_icbm_normal_1mm_pn3_rf20) from brainweb website. I tried the loadminc function provided t...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Error using kmeans Too Many input Arguments
Hello, Error using kmeans Too many input arguments. The code is below. It works when trying with matlab 7 but fails whith m...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Separate the Image Segmentation Results in different images
Hello, The image below illustrates the results of a segmentation algorithm. My questions are: 1- what should i change to hav...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Index out of bounds
Hello, I am trying to run a script and I am getting the following error: Attempted to access ym(:,2); index out of bounds beca...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


GD vs GM models
Hello, Is there any difference between Gaussian distribution and Gaussian mixture models. Thanks in advance.

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Global and local statistics
Hello I am working on a project that deals with image processing. My question is what are the global and local image statis...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Gaussian process for handwritten digits classification
Hello, I'm traying to test the gpml toolbox for handwritten digits digits classification. i used the USPS database. My probl...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Fuzzy logic Approach to Image Fusion
Hi, I am trying to test fuzzy logic approach to fuse too images. Following is the source i'am using: function Y=fus...

11년 초과 전 | 답변 수: 1 | 0

1

답변