ml-matrix-convolution
Version:
Matrix convolution: It offers the direct and the fourier transform convolution
8 lines • 299 B
JavaScript
import { LoG } from './util/LoG.js';
export { convolutionFFT as fft } from './convolutionFFT.js';
export { convolutionDirect as direct } from './convolutionDirect.js';
export { matrix2Array } from './util/matrix2Array.js';
export const kernelFactory = {
LoG,
};
//# sourceMappingURL=index.js.map