view_fund_ex.m

来自「实现了几何多视的功能」· M 代码 · 共 15 行

M
15
字号
% 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 + =
减小字号Ctrl + -
显示快捷键?