질문


What does this refers to?
What does this symbol refers to? How it will be implemented? L(i,j), be an image. |||L(i,j)|||

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


What does this refers to?
What does this refers to? And how can be implemented in matlab? <<http://upload.wikimedia.org/math/0/0/c/00c1dc37c488f3467d76...

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

1

답변

답변 있음
How to find the intensity of the image?
Intensity means, What are the pixel values? just enter the name of the image in the command window. You will find the pixel valu...

대략 12년 전 | 0

답변 있음
Understanding of Matlab (image processing)
There is an advantage in MATLAB that when a function is created, it can be used as a command in another file. say for example, ...

대략 12년 전 | 0

| 수락됨

질문


How to implement the following?
What does this means to? <<http://upload.wikimedia.org/math/f/d/c/fdca0bfccc74afcea2729558a4dd8a96.png>>

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

1

답변

질문


How to fuse R,G,B Components?
I have read an RGB Image, and extracted all its components R,G,B seperately by, R = inputImage (:,:,1); G = inputImage (...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


How to return an empty matrix?
Considering an image of size 100 X 280. A binary mask of size 7X4. when masking the image with this mask, At the end, Im getting...

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

1

답변

질문


How to multiply the following?
Considering an image I of any size. A mask of size 1X10. How to multiply those two?

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

1

답변

질문


How to convert RGB to CIE Lab color space?
How to convert RGB to CIE Lab color space?

대략 12년 전 | 답변 수: 4 | 0

4

답변

질문


To find the maximum value in a matrix?
Let me have a 3X3 matrix 6 8 9 7 10 11 21 22 8 How to find the maximum value from this matrix?

대략 12년 전 | 답변 수: 6 | 1

6

답변

질문


How to pad zeros?
I have an image whose size is 1023*1023. I want to make this image as 1024*1024 by zero padding. A = zeros (1023,1); ...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Problem with the following.
This is my MATLAB code for the following: F(m, n) = w0I0 + w1I1 + w2I2 where I0 = I2^α0 (m, n) I1 = I2^α1 (m − 1, n...

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

1

답변

질문


How to use it?
How to use the code found <http://www.mathworks.com/matlabcentral/fileexchange/13628-edge-detection-and-segmentation here>?

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

1

답변

질문


How to compute bifurcation diagram?
How to compute bifurcation diagram for PWLCM (Piece Wise Linear Chaotic Map)? The equation for PWLCM is., x(k ...

대략 12년 전 | 답변 수: 0 | 2

0

답변

질문


How to implement the following?
How can I implement the following? x(k + 1)= C [x(k); μ] = x(k)/μ ,if x(k) ∈ [0, μ) ...

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

1

답변

질문


Following True or False?
Consider the following example. a and b are two random variables. The loop will exit if and only if a+b=1. Is it true or false? ...

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

1

답변

질문


How to implement the following?
How to implement the following? a and b are selected at random. If the following conditions true it should go inside loop. else...

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

1

답변

질문


How can we implement the following in MATLAB?
The core idea behind Reversible Hidden Transform is to propose a simple integer transform that transforms an integer pair to a...

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

1

답변

질문


Color image segmentation using K-Means
The Example for Color image segmentation which I was found here <http://www.mathworks.in/products/image/examples.html?file=/prod...

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

1

답변

질문


I found two types of examples of colour image segmentation using k-means.
Here are those. Both provides different types of outputs. Please explain what are the differences.. <http://www.mathworks.in/...

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

1

답변

질문


IN GUI related with appending strings
I have a figure. I have some strings in Popup menu or list box. say red,green,blue. Actually I need that string selected to be d...

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

1

답변

질문


How can I modify the below code such that when clicking on a string from the list box, when clicking on another string it should append to the previously clicked string.
How can I modify the below code such that when clicking on a string from the list box, when clicking on another string it should...

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

1

답변

질문


List box with strings, Append those strings in the title of the figures when clicking on it.?
I have a List box. Which has strings say red, blue, green. An image is also there. when clicking the red, it should appear on th...

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

2

답변

질문


Is there any possibility that, the string what I selected from the popup menu can be displayed as a label for a figure?
Is there any possibility that, the string what I selected from the popup menu can be displayed as a label for a figure?

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

1

답변

질문


How to get the data from a popup menu and display the selected data in list box?
I'm having the problem that, I got one popup menu with three data and a list box. A push button which transfers the selected dat...

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

1

답변