代码搜索:Line

找到约 10,000 项符合「Line」的源代码

代码结果 10,000
www.eeworm.com/read/373697/9442371

jpg line_h2_r1_c1.jpg

www.eeworm.com/read/373697/9442374

jpg line_h2_r3_c1.jpg

www.eeworm.com/read/170042/9822398

html scripting_6_9__calling_from_the_command_line.html

脚本 6.9. 从命令行调用
www.eeworm.com/read/163924/10139759

m vgg_line3d_from_lp_lin.m

% vgg_line3d_linear Linear estimation of 3d line from image lines and camera matrices. % % SYNOPSIS % L = vgg_line3d_from_lP_lin(s,P [,imsize]), where % % s ... cell(K) of double(3,3), inv. cova
www.eeworm.com/read/163924/10139770

m vgg_line3d_pv_from_xy.m

% L = vgg_line3d_pv_from_XY(X,Y) Pluecker vector 3d line from two 3d points. % % Syntax: L = vgg_line3d_pv_from_XY(X,Y) or % L = vgg_line3d_pv_from_XY(XY) % % X, Y ... size (4,N), 3D p
www.eeworm.com/read/163924/10139782

m vgg_line3d_xy_from_pv.m

% XY = vgg_line3d_XY_from_pv(L) Converts Pluecker vector 3d line to a pair of homogeneous points. % % L ... double(1,6), Pluecker vector % XY ... double(4,2), pair of 3d points spanning the line
www.eeworm.com/read/163924/10139786

m vgg_line3d_xy_from_pm.m

% XY = vgg_line3d_XY_from_pm(L) Converts Pluecker matrix 3d line to a pair of homogeneous 3d points. % % L ... double(4,4), skew-symmetric Pluecker matrix of 3d line % XY ... double(4,2), pair of
www.eeworm.com/read/163924/10139804

m vgg_line3d_from_lp_nonlin.m

% vgg_line3d_from_lP_nonlin Non-linear estimation of (possibly constrained) 3D line segment from image line segments. % % SYNOPSIS % L = vgg_line3d_from_lP_nonlin(s,P [,imsize] [,L0] [,X] [,nonlin
www.eeworm.com/read/163924/10139819

m vgg_line3d_pm_from_pv.m

% G = vgg_line3d_pm_from_pv(L) Conversion of Pluecker vector to Puecker matrix 3d line representation. % % L ... double(1,6), Pluecker vector of the 3d line % G ... double(4,4), Puecker matrix %