代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/405757/11458406
cpp iffeature.cpp
// IFFeature.cpp: ImageFeatures class CFeature
// After we have done the convolution and steered the filters,
// the routines in this module process the 1D results to
// find the location, type,
www.eeworm.com/read/400577/11573002
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/157308/11720720
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/255755/12057924
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/150905/12249203
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/338350/12312355
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/149739/12353521
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/214925/15082856
m conv_integral.m
function [ y, t ] = conv_integral ( x, tx, h, th, p )
% ------------------------------------------------------------------
% The function of compute the convolution integal y(t) = x(t) * h(t)
% 求连续
www.eeworm.com/read/214925/15082867
asv conv_integral.asv
function [ y, t ] = conv_integral ( x, tx, h, th, p )
% ------------------------------------------------------------------
% The function of compute the convolution integal y(t) = x(t) * h(t)
% 求连续
www.eeworm.com/read/341380/3252110
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)
//