photo

Kyle


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

25 Fragen
7 Antworten

RANG
6.615
of 300.771

REPUTATION
7

BEITRÄGE
25 Fragen
7 Antworten

ANTWORTZUSTIMMUNG
72.0%

ERHALTENE STIMMEN
6

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.969

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How is integral image used in image processing?
Hi, With integral image, the task of calculating the area of an upright rectangular region is reduced to four operations. Thus,...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Speeded up robust feature(SURF) ?
Hi, SURF uses scale-space created by applying kernels of increasing size to the original image, to make it scale invariant. N...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Breaking out from loop
Hi, I have a for loop that run over 50 times. In the loop i'm doing cross correlation in diff images. then after then loop fi...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Set handles of another GUI?
Hi, Is there a way to set handles of another GUI? I have a main GUI which prompt a sub GUI. In the sub GUI,when a button is p...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to access GUI workspace?
Hi, I'm quite sure matlab has a separate workspace that store all variable for GUI. Does any1 know how to access the workspac...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
How to stop matlab M file from stopping my program when error occur?
Thanks Sean , Paulo and Roberson. U guys safe my day. For a sec i thought i need to modify the .m file.

mehr als 14 Jahre vor | 0

Frage


How to stop matlab M file from stopping my program when error occur?
Hi, This code at certain input and base points will prompt an error like below. However my code loop the maketform 100 times ...

mehr als 14 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
How to indicate that GUI is busy running?
btw how to use function "waitbar" to indicate progress. does matlab know to compute the time its going to be busy?

mehr als 14 Jahre vor | 0

Frage


How to indicate that GUI is busy running?
I would like to know how to indicate in my GUI that MATLAB is currently busy running some piece of code (e.g. a long computation...

mehr als 14 Jahre vor | 4 Antworten | 3

4

Antworten

Beantwortet
plot line in image via GUI?
I dont really know wat when wrong in previous code. However i did get wat i want after changing the code on the button slightly ...

mehr als 14 Jahre vor | 0

Frage


Open GUI with GUi and passing data between them?
Hi, I would like to know how to open another GUI with the first GUI i create via button. Example, lets say i load image(im1) ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI axes size?
Hi, After loading image into an axes, the axes automatically adjust its size to fit the image(i'm happy with it changes size...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


plot line in image via GUI?
HI, If i use this code, i'm able to draw line on my image. However when i transfer the code into GUI the line do not appears in...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Clear image in GUI?
Hi, Is there another way to clear image in axes beside using the following code? cla(handles.im1,'reset') If i use ...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


GUI register?
Hi, I'm wandering how come the below code from GUI doesnt create registers that are stored in workplace? What should i do ...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to set axes grid color?
Hi, i'm trying to set the grid of x and y of an Axes to gray color so then it doesnt appear in the GUI when i run the code. ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Open file with GUI's axes multiple times?
Hi, With the code below i'm able to read a file via GUI when a button is pressed. The code pop out a windows that enable user t...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to measure % intensity difference between 2 image?
Hi, May i know how to calculate the percentage intensity difference between 2 image of the same size. Then i need to apply th...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to normalise Image intensity?
Thanks Dustin I tried ur method with below code n i do get a good result. However my main problem havent solve yet. Since now...

mehr als 14 Jahre vor | 1

Frage


How to normalise Image intensity?
Hi, I have 2 picture of the same object taken on different time. There are intensity different between the 2 picture(minor ...

mehr als 14 Jahre vor | 4 Antworten | 1

4

Antworten

Frage


How to enhance the image?
Hi, I have 2 images. Each is combined from 2 separate image. Image1: <http://postimage.org/image/2ktw2sox0/> Image2: <http...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Math Question_ Combination
Hi, Let say i have 10 location. I wana test 3 location at a time. i think there are 10C3=120 combination.(assuming order of t...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Weird imshow image. same pixel value different color
Hi, <http://www.mathworks.com/matlabcentral/answers/10101-matrix-image-merging> I have some problem in displaying images with ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Matrix/Image Merging
Hi Matt, i used ur code to test on image like shown below. clc % A = reshape(1:15,3,5) % B = reshape(1:35,5...

mehr als 14 Jahre vor | 0

Frage


Matrix/Image Merging
Hi, I have 2 matrix A and B which are different size, I would like to combine them together with A as the master to make a ne...

mehr als 14 Jahre vor | 3 Antworten | 1

3

Antworten

Beantwortet
How to use Log polar transformation to recognize scale n rotation invariant images
%The below code demo how is done more clearly. Assume b is cropped from second image and the cropped section overlaps with fir...

mehr als 14 Jahre vor | 0

Frage


Need suggestion on finding rotation angle.
Hi, http://www.mathworks.com/matlabcentral/fileexchange/28300-opensurf-including-image-warp) I downloaded the M file above tha...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MATLAB Operation question.
HI, I have an array: angle = Columns 1 through 5 174.8310 -4.9214 -5.0368 -5.0544 -4.2956 Columns...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
imrotate make image blur. Any solution?
Thanks for the replies. Does it means there are no way to preserve the pixel value after rotation?

mehr als 14 Jahre vor | 0

| akzeptiert

Frage


imrotate make image blur. Any solution?
I = imread('cameraman.tif'); L = imrotate(I,50); M= imrotate(L,-50); imshow(M) x_corr = normxcorr2(I,M); [max_c...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Mehr laden