代码搜索:DLT 614
找到约 1,473 项符合「DLT 614」的源代码
代码结果 1,473
www.eeworm.com/read/382649/9007347
c datalinks.c
/*
* Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*
www.eeworm.com/read/419929/10828423
c powell.c
#include hjfgf.c
double oneoptim(double x0[],double s[],double h0,double epsg,int n,double x[])
{double a,b,ff;
a=(double )malloc(nsizeof(double));
b=(double )malloc(nsizeof(double));
jtf(x0,h0,s
www.eeworm.com/read/358177/10194945
vbw telecom.vbw
frmTest = 217, 219, 728, 831, C, -2, 2, 793, 614, C
www.eeworm.com/read/244764/12844705
vbw datadeal.vbw
MForm = 44, 44, 614, 414, Z, 22, 22, 503, 457, C
www.eeworm.com/read/383932/8910557
txt mpowell.c.txt
mpowell.c代码如下:
#include "powell.c"
main()
{double p[]={1,2};
double ff,x[2];
ff=powell(p,0.3,0.001,0.0001,2,x);
printf("x[0]=%f,x[1]=%f,ff=%f\n",x[0],x[1],ff);
getch();
}
powell.c代码如下:
www.eeworm.com/read/185152/9054711
m applydlt.m
function out = applyDLT(DLT, in)
% DEVELOPMENT PHASE
%
% apply DLT to in coordinates, get out coordinates
% in, out ... n x 2 (coplanar) or n x 3 (3D)
out = DLT * hext(in)';
out = hnorm(out');
www.eeworm.com/read/185152/9054754
m createdlt.m
function [DLT, lambda] = createDLT( Fl, b1, b2, u0, v0, T, M )
%DEVELOPMENT PHASE
%
% DLT = createDLT( Fl, b1, b2, u0, v0, T, M )
%
% Fl - focal length
% b1, b2 - models the lack of orthogonality and
www.eeworm.com/read/185152/9054784
m dltpoints.m
function points = DLTpoints(DLT, icoords, z)
%DEVELOPMENT PHASE
%
%get the point corresponding to the image positions icoords with the given z
%coordinate
%
%DLT ... 3 x 4
%icoords ... n x 2
%default
www.eeworm.com/read/364100/9921976
c powell.c
#include "hjfgf.c"
double oneoptim(double x0[],double s[],double h0,double epsg,int n,double x[])
{double *a,*b,ff;
a=(double *)malloc(n*sizeof(double));
b=(double *)malloc(n*sizeof(double));