Pregunta


Improper Disparity map obtained for stereo scene reconstruction
I have done stereo calibration using the Stereo Camera Calibrator App available in MATLAB R2014b. When I obtain the results o...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Angle between two best-fit planes
I have a set of points (as in |Points3D.mat| attached here). I find the equation of best fit plane using |affine_fit| by <http:/...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Function/s equivalent to "bwareaopen" and '''bwconhull' supported for C / C++ code generation
This is with reference to <http://in.mathworks.com/matlabcentral/answers/195933-function-imfindcircles-detects-false-circles cod...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Function: imfindcircles detects false circles.
I have come across this a few times. The function |imfindcircles| detects false circles (like at the corners shown below) even w...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Reconstruction of 3D model using three 2D images (looking at the same object in 3 different views)
I came across a requirement to reconstruct 3 dimensional image of an object using three cameras placed around it such that it (e...

alrededor de 9 años hace | 0 respuestas | 1

0

respuestas

Respondida
Help regarding Image Segmentation of B/W Image!!
Try using the Morphological operators dilation and erosion.

alrededor de 9 años hace | 0

Respondida
i want to compare two images on the basis of PSNR
This is about <http://in.mathworks.com/help/images/ref/psnr.html PSNR>.

alrededor de 9 años hace | 0

Respondida
i am executing the code given in the matlab documentation and getting the error'Undefined function 'psnr' for input arguments of type 'double'.
As far as I know, only |A| should be of type |double|. Also, check if you have the necessary toolbox and the right version of M...

alrededor de 9 años hace | 0

Respondida
Fit surface to large data set
Hey, You can see <http://in.mathworks.com/matlabcentral/fileexchange/43305-plane-fit Plane fit by Adrien Leygue>. I have used...

alrededor de 9 años hace | 0

Pregunta


Fill a circle enclosed by it's circumference (of type double) with white.
I want to fill a specific region on an image with white (value 255). The specific region forms a circle. (whose co-ordinates of ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


SNR for image (No-Reference)
I have a .bin file (a 12 bit image). How should I caculate the SNR of this? I am aware that SNR computation needs one clean and ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Template matching not necessarily invariant to rotation and scale, but should detect artifacts (of 3X3 pixels or more)
I want to compare a specific pattern (as on _template_ image) and output "yes"/"no" according to the match. I don't require the ...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Sub-pixel vertical edge detection.
Hi. I want to detect edge (with sub-pixel accuracy) in an image like this: <</matlabcentral/answers/uploaded_files/2605...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Support for MATLAB functions "medfilt2" and "adapthisteq" on Simulink
Hi, I want to use the MATLAB functions |medfilt2| and |adapthisteq| on Simulink (and then Xilinx System Generator). Before s...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


codegen build error on Windows
I am using codegen for the first time, following the instructions given <http://in.mathworks.com/help/images/code-generation-for...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Break-up of CLAHE algorithm such that HDL Coder can support it.
I want to execute CLAHE algorithm (as used in the function |adapthisteq|). This function, |adapthisteq| is not supported by cod...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Angle between two planes on the X=0, Y=0 and Z=0 planes
Hi, I am plotting two planes using the code mentioned here. I am using <http://www.mathworks.com/matlabcentral/fileexchange/4...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Extract outermost contour from a set of contours.
I have an N X 2 matrix with the x,y co-ordinate values of the edges. I plot these co-ordinates (plotted in red displayed below i...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Detect outer contour and find contour's co-ordinates, at sub-pixel level, ignoring noise.
Hi, I want to find the co-ordinates of an object's contour (similar to a circular rim) which will be rotated in 3D. This nee...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Respondida
how to display image in gif
Have you gone through the other solutions on this forum? http://in.mathworks.com/matlabcentral/answers/36160-displaying-gif-i...

más de 9 años hace | 0

Pregunta


Simpler way without for loops
How can I implement this without using for loops? for i = 1:i_rows Mat_NX3(i,1) = (Mat_A_3D (idx(i,1), id...

más de 9 años hace | 3 respuestas | 1

3

respuestas

Pregunta


Find corresponding positions in stereo rectified images on 3D pointCloud
In a 1000 X 1000 image (rectified stereo pair), _I_left_ , I have features detected at positions: P_left = 124.9147949218...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Incorrect angle detected between two planes
I want to calculate the angle between 2 planes, Reference plane and Plane1. I've attached the NX3 and MX3 matrices containing t...

más de 9 años hace | 0 respuestas | 1

0

respuestas

Respondida
How to write FOR LOOP in Matlab?
[1 2 3]' means transpose of [1 2 3] so it becomes: [1 2 3] This is the first column of A Similarly, you get [3 ...

más de 9 años hace | 0

Respondida
Changing pixel color to white
I assume your image is an RGB image. Use this to get only the red plane: Image_r = Image(:,:,1) You have to know the int...

más de 9 años hace | 0

Pregunta


Specifications of checkerboard for stereo reconstruction with maximum accuracy?
I have to reconstruct an object which will be placed around 1 meter to 1.5 meters away from the baseline of my stereo setup. The...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Respondida
how to set specific limits for a colorbar
Use caxis([min, max]). By default is considers the min and max values of you data plot. subplot(2,1,1) % default case ...

más de 9 años hace | 0

Pregunta


Remove Inf and NaN values in a Point Cloud in the fastest way
If I have a matrix A A = [1, 11, 21; NaN,12, 22; 3, 13, Inf; NaN,14, NaN; 5, Inf, NaN; ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Reason for Checkerboard Corner Detection to Fail
I am using MATLAB R2014b to calibrate a stereo setup. I have 150 images of my checkerboard at various angles and distances. Wh...

más de 9 años hace | 2 respuestas | 1

2

respuestas