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

Method SetKernel5x5

Imaging/General/vtkImageConvolve.cxx:80–84  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Set a 5x5 kernel

Source from the content-addressed store, hash-verified

78//------------------------------------------------------------------------------
79// Set a 5x5 kernel
80void vtkImageConvolve::SetKernel5x5(const double kernel[25])
81{
82 // Fill the kernel
83 this->SetKernel(kernel, 5, 5, 1);
84}
85
86//------------------------------------------------------------------------------
87// Set a 7x7 kernel

Callers 2

CreateFilterFunction · 0.80
TestConvolve.pyFile · 0.80

Calls 1

SetKernelMethod · 0.95

Tested by

no test coverage detected