Class Skeletonization
Represents an operator that extracts the topological skeleton of each image in the sequence.
public class Skeletonization : Transform<IplImage, IplImage>
- Inheritance
-
Skeletonization
- Inherited Members
Properties
- DistanceType
Gets or sets the function used to compute the distance transform for each pixel.
- LaplacianAperture
Gets or sets the size of the extended Sobel kernel used to compute derivatives.
- RidgeThreshold
Gets or sets the second-derivative cutoff used to isolate skeleton lines.
Methods
- Process(IObservable<IplImage>)
Extracts the topological skeleton of each image in an observable sequence.