Question


How to match an image subset in an image?
Let's say I have image #1, and a second smaller image #2 containing some of the pixels from image #1. The pixels in image #2 wer...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

A répondu
How to match an image subset in an image?
This is slow (15 seconds on my machine) but it seems to return the expected location, % Create a mask for selected pixels in ...

plus de 4 ans il y a | 0

| A accepté

Question


Import a Photoshop selection into Matlab
Let's say I have an image that I open in Photoshop, and I make a selection of a region, for example with the lasso tool. I would...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

A répondu
Intensity profile line with interpolation
You can specificy the number of points, n, in improfile and also choose the interpolation method such as bicubic (avoid nearest ...

plus de 4 ans il y a | 2

A répondu
how to get matlab 2019b
Now it's out; get it here.

plus de 4 ans il y a | 1

Question


Excluding Hough transform artifacts at 45 and -45 degrees
I am following steps in this example to find lines in my image, which contains a lot of nearly-horizontal lines. The Hough trans...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to check if one of output variables is not called
If I have a function which can return multiple outputs, how can I tell from inside the function that some of the output variable...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to loop through an unknown number of matrix dimensions?
I would like to loop through all dimensions of a n-dimensional matrix, but the matrix dimensions are unknown beforehand. Below i...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to make 'far away' markers appear smaller (perspective)
To make it easier to visually interpret 3D data when shown on a 2D surface like the computer screen, I would like to plot data s...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Rationale for functions going into Computer Vision vs. Image Processing toolboxes
I am curious about the thought process is for deciding if a builtin function belongs in the Computer Vision vs. Image Processing...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Why all Matlab windows blank and unresponsive?
Today I was coding in Matlab then went to lunch. When I returned, all the Matlab windows (editor, command window, 2 figure windo...

plus de 4 ans il y a | 1 réponse | 1

0

réponse

A répondu
What are the capabilities of the MATLAB Support Package for Parrot drones? How is it different from the already existing Simulink Support Package?
Beware to anyone considering the Parrot Mambo FPV or Bebop: both are discontinued, see here.

plus de 4 ans il y a | 0

A répondu
Which drones are supported by the MATLAB Support Package for Parrot Drones?
Beware to anyone considering the Parrot Mambo FPV or Bebop: both are discontinued, see here.

plus de 4 ans il y a | 0

A répondu
Convert matrix of RGB double values to image
I just realized the following works, but please let me know if I am losing information by converting to uint8, figure; imshow(...

plus de 4 ans il y a | 0

| A accepté

Question


Convert matrix of RGB double values to image
I have a matrix which contains RGB values which range from 0 to 1. I would like to turn it into an image, but if I use uint8 the...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Other drones besides Parrot Mambo FPV
I am looking to buy a camera drone and process the images in Matlab. Since this is new to me, I would like easy integration with...

presque 5 ans il y a | 4 réponses | 0

4

réponses

Question


Formatted string plus list of numbers using sprintf
I would like to display comma-separated records like the following, Record1,2,8,3,5,2,6,3,7,7,7 Here's my attempt, but is ther...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


In evaluating a neural net, should NMSE be based only on test subset of data?
In answers like this, Greg Heath suggests using the normalized mean square error, NMSE, to compare the performance of different ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to work with function inputs which are structures with different fields
I have a function. The inputs are multiple structures which have some of the same fields but also some different fields. I may p...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Solve an overdetermined problem with lsqlin
I am having trouble formatting the inputs to lsqlin. I would like to solve for x in Cx=d, where C is 100 by 5 and d is 100 by 10...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to set disableDefaultInteractivity for all axes?
In Matlab 2018b and later, the cursor is set to automatically interact with the plot. This messes up my plots (accidentally movi...

presque 5 ans il y a | 4 réponses | 2

4

réponses

Question


How to capture many warnings at startup
All my mfiles on my path have gotten accidentally relocated on my computer, so that now when I start Matlab, I get warnings like...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


How to tell how when an executable was first run? (Imposing a 30-day demo period)
I made an executable of some Matlab code using the Complier. I would like the executable to stop working after a 30-day demo per...

environ 5 ans il y a | 1 réponse | 0

0

réponse

A répondu
griddata interpolation just within a certain distance
One option might be to use objective mapping such as Kirill Pankratov's implementation objmap (described here, code here). You w...

environ 5 ans il y a | 0

Question


Seeking faster objective mapping of noisy, irregularly spaced data
If you have noisy data sampled at irregular x,y locations, you can use objective mapping to make a smooth map of the results. I ...

environ 5 ans il y a | 1 réponse | 0

0

réponse

A répondu
griddata not creating a smooth interpolation
You may want to try an outside function, objmap, which lets you choose how smooth the map is in x and y, and how much error to a...

environ 5 ans il y a | 0

Question


Best Matlab file format for input into a RIP
I am creating an image in Matlab that I would like to print on a large-format printer that has a RIP (Raster image processor). T...

environ 5 ans il y a | 1 réponse | 0

0

réponse

A répondu
generating CIELab Image
Here is an example of how to write a tiff file containing 3 known Lab values. As a check, open the tiff file in Photoshop: the d...

environ 5 ans il y a | 1

Question


Generate an image containing a pattern of random shapes
I would like to generate an image like this containing random shapes where I specify the size range, color, and type of shape su...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


Avoid partial blocks in block processing with blockproc
If you block process an image using blockproc and the desired block size does not divide evenly into your image size, it seems t...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Charger plus