How to set the correct Player location ??
1 次查看(过去 30 天)
显示 更早的评论
Hello. I am following the guideline below.
https://kr.mathworks.com/help/vision/examples/depth-estimation-from-stereo-video.html
I used stereo camera calibrator and export camera parameters. and I copy and paste the commend from the link.
Question 1. Regarding 'create video file readers and the video player',
player = vision.DeployableVideoPlayer('Location', [20,400]);
What is the meaning of the [20,400]??
Qeustion2. Regarding the 'Read and Rectify Video Frames', I copy and paste this part but I got an part of the rectified video frames. I can not see the original size rectified video frames. I guess it should be related with the ('location ,[20, 400]') or stereo calibration step..
Please help ..
3 个评论
soyoung shin
2017-1-30
编辑:soyoung shin
2017-1-30
Why the rectified video frames size is ... so small????
采纳的回答
Walter Roberson
2017-1-30
Location is the place to position the bottom left corner of the player, in pixels, from the bottom left of the screen. The default is to put it in the middle of the screen
6 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!