代码搜索:径向畸变校正

找到约 610 项符合「径向畸变校正」的源代码

代码结果 610
www.eeworm.com/read/307926/13713128

m rbf_6_1_2.m

%design RBFN net clear all clc p=-1:0.1:0.9; t=load('rbf_data1.txt'); %设计径向基网络 t1=clock; %计时开始 %net=newrbe(p,t,0.1); net=newrb(p,t,0.1,0.1,20,5); datat=etime(clock,t1) %计算设计网络所用的时间 sav
www.eeworm.com/read/338129/12323402

m 检测到速度信息的雷达回波信号.m

% 检测到速度信号的回波信号及其频谱图 close all clear all clc; tao=1*10^(-4); f0=10e6; V=500; %物体的径向速度 R=10e4; C=3e8 B=1*10^6; u=B/tao; t=-tao/2:tao/1023:
www.eeworm.com/read/222036/14710020

m rbf3.m

%散布常数对径向基函数网络设计的影响 %散布常数过小,网络进行函数逼近时,由于网络神经原数目过多,出现了过适性。 p=-1:0.1:1; t=[-.9602 -.5770 -.0729 .3771 .6405 .6600 .4609 .1336 -.2013 -.4344 -.5000 -.3930 -.1647 .0988 .3072 .3960 .3449 .1816 -.0312 -.
www.eeworm.com/read/374389/9407743

m ep3_p3.m

% Ep3_p3: > 改进的Euler法 (预报-校正法) % Designed by FGH h= 0.05; H= 120; Vw= 450; Ve= 90; clear x y; tk= 0; k= 1; % (3.28) x(1)= 0; y(1)= 0; while y(k) < H tk1= tk+h; % (3.26
www.eeworm.com/read/372457/9509950

v correction.v

//校正算法 module correction(clk,flag,pcr_33_1,pcr_33_2,pcr_9,counter,data_in,data_out); output[7:0] data_out; input clk; input flag; input [7:0] data_in; input [7:0] counter; input [16:0] pcr_33_1
www.eeworm.com/read/483920/6597464

m fangzhen.m

clear; mode=input('请输入模式(1为定常,2为自校正):'); yr=1; arfa=0.2; k=1; if mode==1 na=input('请输入na:'); nb=input('请输入nb:'); nb=nb+1; A(1)=input('请输入A:') for i=2:1:na+1 A(i)=input(' ');
www.eeworm.com/read/149635/12360785

bas checksummodule.bas

Attribute VB_Name = "checkSumModule" Option Explicit Public Function adjustHexString(hexString As String) As String '此函数用来校正十六进制字符串 "3fA degk"->"3FADEGK" '去掉空格,转换为大写,并不进行十六进制字符的验证 '曾劲松 2005/5/2
www.eeworm.com/read/371767/9537146

m jingxiangji.m

%采用径向基函数 CHA1=zeros(3,8); CHA2=zeros(3,8); for k=3:10 S1(k)=k; [Q,R]=size(p); for i=1:R A=mean(p(:,i)); B=std(p(:,i)); p(:,i)=(p(:,i)-A)./B; end%对输入进行归一化 P=p'; T=C'; [S
www.eeworm.com/read/372034/9524227

asv getrectifiedimage.asv

function [imH0 imH1] = GetRectifiedImage(im0, H0, im1, H1); % GETRECTIFIEDIMAGE Return the rectified image % im0、im1: 图像数据 % H0、H1: the projective transformation matrices % imH0、imH1: 校正后的图像
www.eeworm.com/read/372034/9524244

m getrectifiedimage.m

function [imH0 imH1] = GetRectifiedImage(im0, H0, im1, H1); % GETRECTIFIEDIMAGE Return the rectified image % im0、im1: 图像数据 % H0、H1: the projective transformation matrices % imH0、imH1: 校正后的图像