MCPcopy Create free account
hub / github.com/Kitware/VTK / SetKernel3x3

Method SetKernel3x3

Imaging/General/vtkImageConvolve.cxx:72–76  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Set a 3x3 kernel

Source from the content-addressed store, hash-verified

70//------------------------------------------------------------------------------
71// Set a 3x3 kernel
72void vtkImageConvolve::SetKernel3x3(const double kernel[9])
73{
74 // Fill the kernel
75 this->SetKernel(kernel, 3, 3, 1);
76}
77
78//------------------------------------------------------------------------------
79// Set a 5x5 kernel

Callers 2

vtkImageConvolveMethod · 0.95
CreateFilterFunction · 0.80

Calls 1

SetKernelMethod · 0.95

Tested by

no test coverage detected