代码搜索:rectify

找到约 15 项符合「rectify」的源代码

代码结果 15
www.eeworm.com/read/225935/14510629

m rectify_stereo_pair.m

% rectify_stereo_pair.m % % Script file that rectifies a set of stereo images after stereo calibration % This script loads the stereo calibration file Calib_Results_stereo generated by calib_stereo
www.eeworm.com/read/202876/15370741

m rectify_stereo_pair.m

% rectify_stereo_pair.m % % Script file that rectifies a set of stereo images after stereo calibration % This script loads the stereo calibration file Calib_Results_stereo generated by calib_stereo
www.eeworm.com/read/425675/10337524

m ssd_warping.m

function Iresult = ssd_warping(Isrc, Idest, Mparams, motion_model) % % Idest = ssd_warping(Isrc, Idest, params) % % Isrc the image with the cuadrilateral inside to rectify % into the rectangular imag
www.eeworm.com/read/122873/14665192

c frprmn.c

#include #include "nrutil.h" #define ITMAX 200 #define EPS 1.0e-10 /* Here ITMAX is the maximum allowed number of iterations, while EPS is a small number to rectify the special case of
www.eeworm.com/read/283824/8986796

m projrectify.m

% May 2003, Jana Kosecka, George Mason University, GMU % function [H1, H2] = proj_rectify(F,x1, x2, xdim, ydim) % F - fundamental matrix between two views x2'*F*x1 = 0 % x1 - image coordinates of p