DrawCubicHermiteSpline class
Draw cubic hermite splines on an input Image.
Contents
- Reference
Inputs:
- 0: Image
Outputs
- 0: Image
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Public types
- enum class CloseSpline { No, Smooth, Straight }
- How to close the spline.
Private functions
- void execute() override