|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inlineconstexprnoexcept |
Convolve this kernel with another of the same length.
Produces a kernel of length 2*N-1 representing the sequential application of both. Use to construct larger kernels from smaller primitives, e.g. binomial5 = binomial3.convolve(binomial3).
| M | Length of the other kernel. Result length is N+M-1. |
Definition at line 144 of file KernelSpec.hpp.
References N, and MayaFlux::Kinesis::Vision::KernelSpec< N >::taps.