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