代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/307647/13718065
m isband.m
function band = isband( phi, front, width )
% CALCBAND Determine which points are within narrow band
% CALCBAND( phi, front, width ) Based on the indices of the
% front points, determine whic
www.eeworm.com/read/306970/13734156
c huffyuv.c
/*
* huffyuv codec for libavcodec
*
* Copyright (c) 2002-2003 Michael Niedermayer
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the a
www.eeworm.com/read/306347/13746064
m phaseunwrap11.m
clear all
clc
h=fspecial('gaussian',9,1);
%度如图 并求平均值
I1=imread('a01.bmp','bmp');
I1=filter2(h,double(I1(:,:,1)));
I2=imread('a02.bmp','bmp');
I2=filter2(h,double(I2(:,:,1)));
I3=imread('a03.bm