回答済み
how can I smooth a bw image?
Hi, I don't know an exact way, so I just propose two ideas: 1) use "imdilate" with a high value for the parameter, this ma...

8年弱 前 | 0

回答済み
how can I rotate the image ?
Hi, I'm not sure but I think that the "view" function could help you: http://it.mathworks.com/help/matlab/ref/view.html ...

8年弱 前 | 0

回答済み
Plot rectangle boxes on image using MATLAB
Hi, what if you substitute the line: figure, imshow(J); with these lines? if i == 1 figure, imshow(J); end ...

8年弱 前 | 0

| 採用済み

質問


How to calculate the correlation coefficient between an array and a matrix?
Hi, I have a matrix A and a matrix B, with the same number of rows and a different number of columns. I need to calculate the...

8年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How do u change the intensity ratio of the object in the gray scale image?
Hi, if all pixels outside the central region are zeros, I think you can solve this issue enlarging the entire image using the...

8年弱 前 | 1

回答済み
How to return the index of a cell array?
Hi, is this example good for you? X{1} = 1; X{2} = [2 2 2 2]; X{3} = [3 4 5 6 7]; random_index = randi(length(X))...

8年弱 前 | 1

| 採用済み

回答済み
calculer le barycentre d'une région avec plusieurs pixel de valeur différente
Bonjour, excuse-moi pour mon francais, mais ils sont beaucoup d'ans que je ne parle cette langue. Je pense que la fonction...

8年弱 前 | 1

質問


How to stop the "java.lang.OutOfMemoryError: Java heap space" error?
Hi, I'm dealing with very big images, and sometimes I use to drag&drop an image into the Workspace to load it as a variable. ...

8年弱 前 | 0 件の回答 | 0

0

回答

回答済み
how to open an image file using Matlab GUI
Hi. If I well understand your question, I think using the "imread" and then the "imshow" functions could be helpful for you: ...

8年弱 前 | 1

| 採用済み