Feeds
提问
App Designer not working for 2017b
I was using the appdesigner on MATLAB 2017a. I installed 2017b and called "appdesigner" to get this error: <</matlabcentral/a...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to share data between Multi Window GUI?
To have input arguments to a GUI. The mathworks page says to open the dialog box app into *Code View*. Then click *App Input Arg...
7 years 前 | 0 个回答 | 0
0
个回答已回答
How do I flip (mirror image) an image?
To mirror flip an "Image_Original" you can just use flip or rotate and transpose the image : Image_Flip = flip(Image_Or...
How do I flip (mirror image) an image?
To mirror flip an "Image_Original" you can just use flip or rotate and transpose the image : Image_Flip = flip(Image_Or...
7 years 前 | 3
提问
How do I determine the position of camera2 after Stereo Camera calibration ?
I ran the MATLAB example: openExample('vision/StereoCalibrationExample') Now I would like to add two 3D points to the "s...
7 years 前 | 0 个回答 | 0
0
个回答提问
Why do the Stereo Camera position not correspond with the "TranslationofCamera2" values ?
The calibrator app calibrates the stereo camera and output the extrinsic visualization as follows: <</matlabcentral/answers/u...
7 years 前 | 1 个回答 | 1
1
个回答提问
What does this error mean? fminsearch error: "Assignment has more non-singleton rhs dimensions than non-singleton subscripts"
I am trying to Optimize these set of equations to find vector *c* with i=1,2: <</matlabcentral/answers/uploaded_files/83466/...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do I know what is the problem with "stereoParams" output from Stereo Calibration Tool ? The output of rectifyStereoImages are black images
I am running the calibration tool to get the parameters, with a mean error of less than a pixel. But when I use these parameters...
7 years 前 | 1 个回答 | 0
1
个回答提问
What would be the bet way to get rid of pixels from a binary image that are less connected or connected by just one other pixel in the 8 point neighborhood?
<</matlabcentral/answers/uploaded_files/82672/untitled.jpg>> Would like to get rid of that pixel connected by just one other ...
7 years 前 | 1 个回答 | 0