9 #include "imstkGeometryAlgorithm.h" 37 imstkGetMacro(ComputeMagnitude,
bool);
44 bool m_ComputeMagnitude;
void requestUpdate() override
Users can implement this for the logic to be run.
This filter computes the gradient or magnitude using sobels kernel over an image. ...
Abstract base class for geometry algorithms. GeometryAlgorithms take N input geometries and produce N...
imstkSetMacro(ComputeMagnitude, bool)
Get/Set whether to compute the magnitude If on, a single channel magnitude image is output...
void setInputImage(std::shared_ptr< ImageData > inputImage)
Required input, port 0.