代码搜索:smooth
找到约 1,485 项符合「smooth」的源代码
代码结果 1,485
www.eeworm.com/read/117552/7099896
clw smooth.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSmoothView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Smooth
www.eeworm.com/read/117552/7099897
ncb smooth.ncb
www.eeworm.com/read/117552/7099900
rc smooth.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/463619/7177404
m smooth.m
function J = smooth(I,s)
%滤波器
h=fspecial('gaussian',ceil(4*s),s);
%卷积
J=imfilter(I,h);
return;
www.eeworm.com/read/463619/7177406
asv smooth.asv
function J = smooth(I,s)
%滤波器
h=fspecial('gaussian',ceil(4*s),s);
%convolution
J=imfilter(I,h);
return;
www.eeworm.com/read/457427/7325586
m smooth.m
function y=smooth(x,alfa)
[M,M]=size(x);
aux2=ones(3)*alfa;
aux2(2,2)=1;
%aux2=conv2(aux2,ones(2));
%aux2=conv2(aux2,aux2);
aux2=aux2/sum(sum(aux2));
[k1,k2]=size(aux2);
mask_smooth=zeros(M)
www.eeworm.com/read/456386/7350103
c smooth.c
#include
#include
#include
#include
Smooth(double *,double *,double *,int,int,
double *,double *,double *);
void main()
{
int i,n,m;
double *x
www.eeworm.com/read/454252/7395520
c smooth.c
#include
#include
#include "defs.h"
#include "cache.h"
/* Here is an our naive implementation */
char smooth_descr[] = "SMOOTH: Naive Row-wise Traversal of src";
www.eeworm.com/read/444535/7612089
jpg smooth.jpg
www.eeworm.com/read/440506/7688492
cpp smooth.cpp
#include
#include
#include
#include
void Smooth(double *x,double *y,double *a,int n,int m,double *dt1,double *dt2,double *