f_from_ps_ex.m
来自「实现了几何多视的功能」· M 代码 · 共 15 行
M
15 行
% Example on computing F from two camera matrices using vgg_F_from_P% and displaying result% Note P's are read from stored example in vgg_example_scene% Read in P's and images[view] = vgg_example_scene(2);% Compute F from P'sF = vgg_F_from_P(view(1).P, view(2).P);% Displayvgg_gui_F(view(1).I, view(2).I, F');disp('Computed epipolar geometry. Move the mouse to verify')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?