代码搜索:separable

找到约 238 项符合「separable」的源代码

代码结果 238
www.eeworm.com/read/312163/13617315

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/404623/11481371

h boxfilter.h

/////////////////////////////////////////////////////////////////////////// // // NAME // BoxFilter.h -- separable box filter (moving average convolution) // // SPECIFICATION // void BoxFilter
www.eeworm.com/read/404623/11481394

h convolve.h

/////////////////////////////////////////////////////////////////////////// // // NAME // Convolve.h -- separable and non-separable linear convolution // // SPECIFICATION // void Convolve(CIma
www.eeworm.com/read/150760/12265514

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/213492/15133551

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/411674/11233536

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/331444/12828243

m wpyrht.m

% [HEIGHT] = wpyrHt(INDICES) % % Compute height of separable QMF/wavelet pyramid with given index matrix. % Eero Simoncelli, 6/96. function [ht] = wpyrHt(pind) if ((pind(1,1) == 1) | (pind(1,2) ==
www.eeworm.com/read/404623/11481349

h minfilter.h

/////////////////////////////////////////////////////////////////////////// // // NAME // MinFilter.h -- separable min/max filter // // SPECIFICATION // void MinFilter(CImageOf& src, CImage
www.eeworm.com/read/404623/11481350

cpp minfilter.cpp

/////////////////////////////////////////////////////////////////////////// // // NAME // MinFilter.cpp -- separable min/max filter // // DESCRIPTION // Performs a separable box filtering usin