提问


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...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
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 ...

4 years 前 | 0

| 已接受

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
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 ...

4 years 前 | 2

已回答
how to get matlab 2019b
Now it's out; get it here.

4 years 前 | 1

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 0 个回答 | 1

0

个回答

已回答
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.

4 years 前 | 0

已回答
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.

4 years 前 | 0

已回答
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(...

4 years 前 | 0

| 已接受

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 4 个回答 | 0

4

个回答

提问


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...

4 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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...

5 years 前 | 4 个回答 | 2

4

个回答

提问


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...

5 years 前 | 0 个回答 | 0

0

个回答

提问


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...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

5 years 前 | 0

提问


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 ...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

5 years 前 | 0

提问


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...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

5 years 前 | 1

提问


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...

5 years 前 | 2 个回答 | 0

2

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

加载更多