📄 view_fund_ex.m
字号:
% Example of using vgg_gui_F% read in chapel imagesim1 = imread('chapel00.png');im2 = imread('chapel01.png');% read in fundamental matrixF = load('chapel.00.01.F');% view epipolar geometry in GUI, move mouse with button down% in either window to see transferred point% NB function uses F transposevgg_gui_F(im1, im2, F')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -