class
RidgeEdgeModelRidge edge appearance model.
Contents
- Reference
Used in Kalman filter deformable model segmentation
Base classes
- class AppearanceModel
Public types
Public functions
- auto create(float lineLength, float lineSampleSpacing, float intensityDifferenceThreshold, float minimumRidgeSize, EdgeType edgeType) -> std::shared_ptr<RidgeEdgeModel>
- void setLineSampleSpacing(float spacingInMM)
- void setIntensityDifferenceThreshold(float threshold)
- void setMinimumDepth(float depth)
- void setMinimumRidgeSize(float sizeInMM)
-
auto getMeasurements(std::shared_ptr<Image> image,
std::shared_ptr<Shape> shape,
ExecutionDevice::
pointer device) -> std::vector<Measurement> virtual - void setEdgeType(EdgeType type)