photo

Marshall


UNM

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

8 Domande
1 Risposta

Cody

0 Problemi
5 Soluzioni

RANK
22.201
of 301.537

REPUTAZIONE
2

CONTRIBUTI
8 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
2

RANK
 of 21.318

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
59.057
of 175.234

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
60

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Hey so I've written a snippet of code in order to perform an affine transformation and I am not getting the results I want. Can someone see what I am doig wrong.
Here I have an assignement to transform an image based on a user input. Below is what I have. imshow(k) p1 = impoint ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Need to generate tform matrix from triangle parameters.
If a user draws a triangle with parameters b, h and theta and wants to change an entire image via a transformation from a new tr...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


What is an alternatice to the Estimate geometric transform function for older versions of matlab?
I am working with a 2012 version of matlab that does not support the detectSURFFeatures function. Is there any alternatives?

oltre 10 anni fa | 1 risposta | 1

1

risposta

Domanda


Using image processing how can I generate a transformation matrix based from a user defined geometric change.
<</matlabcentral/answers/uploaded_files/42943/geometrictransform.png>>

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


I am being tasked with building an image processing GUI and need to set geometries within an image. Need some instruction on where to start.
Hello I have been tasked to replicate an existing software that works with image processing of images obtained from Transmissi...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Errors using imwrite "Unable to determine the file format from the filename" I am trying to splice together the name of a new image file but dont understand why imwrite isnt working.
% --- Executes on button press in Save. function Save_Callback(hObject, eventdata, handles) % hObject handle to Save ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Image processing function works to skew an image but Im not sure why?
if true % code end clc black = [0 0 0]'; a = .15; T = maketform('affine', [1 0 0; a 1 0; 0 0 1] ); A = imread('SI...

oltre 10 anni fa | 0

| accettato

Domanda


Image processing function works to skew an image but Im not sure why?
In plain english could someone explain each maketform, makresampler, and imtransform and how they work. If I am trying to make s...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I make shear corrections to an image?
I am being tasked with correcting images provided by an electorn microscope. The pictures of the lattice do not have a 90 degree...

oltre 10 anni fa | 2 risposte | 1

2

risposte