代码搜索:Distortion

找到约 806 项符合「Distortion」的源代码

代码结果 806
www.eeworm.com/read/410820/11268053

c ecalmain.c

/*******************************************************************************\ * * * This file contains routines for ca
www.eeworm.com/read/255692/12064608

c mot_est.c

/************************************************************************ * * mot_est.c, part of tmn (TMN encoder) * * Copyright (C) 1997 University of BC, Canada * * Contacts: * Michael
www.eeworm.com/read/123789/14612501

c ecalmain.c

/*******************************************************************************\ * * * This file contains routines for ca
www.eeworm.com/read/118189/14883247

c mot_est.c

/************************************************************************ * * mot_est.c, part of tmn (TMN encoder) * * Copyright (C) 1997 University of BC, Canada * * Contacts: * Michael
www.eeworm.com/read/115860/14999198

c ecalmain.c

/*******************************************************************************\ * * * This file contains routines for ca
www.eeworm.com/read/216443/15006903

m ratedist_mu.m

function RateDist_mu(sig,a,M,mu,R) %RATEDIST_MU Rate distortion curves for mu-law encoded Gabor coefficients. % Usage: RateDist_mu(sig,a,M,mu,R) % % Input parameters % sig : Input
www.eeworm.com/read/167185/5464533

pbs_dist

# @(#)Pbs_dist 1.2 8/4/98 ERL # default parameter file for bs_dist int start ?= {1, 1}: "First record from each input file to process"; int nan ?= 0: "Number of records to process; 0 means till EOF";
www.eeworm.com/read/291333/8423712

chf cvundistort2.chf

void cvUndistort2(CvArr* src, CvArr* dst, CvMat* intrinsic_matrix, CvMat* distortion_coeffs) { void *fptr; fptr = dlsym(_Chcv_handle, "cvUndistort2_chdl"); if(fptr == NULL) {
www.eeworm.com/read/291333/8424085

chf cvinitundistortmap.chf

void cvInitUndistortMap(CvMat* intrinsic_matrix, CvMat* distortion_coeffs, CvArr* mapx, CvArr* mapy) { void *fptr; fptr = dlsym(_Chcv_handle, "cvInitUndistortMap_chdl"); if(fptr == NU