Class DistanceTransform
Represents an operator that calculates the distance to the closest zero pixel for all non-zero pixels of each image in the sequence.
public class DistanceTransform : Transform<IplImage, IplImage>
- Inheritance
-
DistanceTransform
- Inherited Members
Properties
- DistanceType
Gets or sets a value specifying the type of distance function to use.
Methods
- Process(IObservable<IplImage>)
Calculates the distance to the closest zero pixel for all non-zero pixels of each image in an observable sequence.