代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/164213/10122692
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/162093/10336140
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/299984/7140349
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/460435/7250824
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/450608/7480401
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/448245/7536039
m winconv.m
function y = winconv(x,varargin)
%WINCONV Discrere time convolution of a sequence with a window.
% y = WINCONV(X) convolves the sequence X with a rectangular window. The
% length of the windo
www.eeworm.com/read/441245/7673038
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/299239/7870829
c rfast30.c
#include
#include
#include "rtdspc.h"
#include "filter.h"
/***********************************************************************
RFAST.C - Realtime fast convolution usin
www.eeworm.com/read/299239/7871322
c rfast32.c
#include
#include
#include "rtdspc.h"
#include "filter.h"
/***********************************************************************
RFAST.C - Realtime fast convolution using
www.eeworm.com/read/296830/8075440
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//