Click or drag to resize

ProcessingMetadata Class

Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingProcessingMetadata

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class ProcessingMetadata : IEquatable<ProcessingMetadata>, 
	IDisposable

The ProcessingMetadata type exposes the following members.

Constructors
 NameDescription
Public methodProcessingMetadataInitializes a new instance of the ProcessingMetadata class
Public methodProcessingMetadata(Metadata*)Initializes a new instance of the ProcessingMetadata class
Top
Properties
 NameDescription
Public propertyAreaConnectingSize Non-measured points area connecting size
Public propertyBackgroundFlatteningDownsamplingFactor Background flattening downsampling factor
Public propertyBackgroundFlatteningStructuringElementSize Background flattening structuring element size
Public propertyFrameData Metadata saved for each frame
Public propertyNonMeasuredPointsFillingRadius Non-measured points filling radius
Public propertyPhaseUnwrappingMethod Phase unwrapping method
Public propertyResizingFactor Resizing factor
Public propertyRoiHeight Roi rectangle height in the Y direction
Public propertyRoiLeft Roi top left corner coordinate in the X direction
Public propertyRoiTop Roi top left corner coordinate in the Y direction
Public propertyRoiWidth Roi rectangle width in the X direction
Public propertySpatialAveragingSize Spatial averaging mask size
Public propertyTemporalAveragingFramesNumber Number of temporal frames to be averaged
Public propertyThresholdIntensityValuePercent Value of the threshold on the intensity in percent
Public propertyThresholdPhaseGradientValuePercent Value of the threshold on the phase gradient in percent
Public propertyUserMask Loaded user mask
Public propertyUserMaskShapes List of shapes combined to create the user mask.
Public propertyUseUnwrappedPhaseZeroThreshold When true, the unwrapped phase negative values are set to 0.
Public propertyWavelengthFilterCutoffMax Wavelength filter cutoff max
Public propertyWavelengthFilterCutoffMin Wavelength filter cutoff min
Public propertyWavelengthFilterType Wavelength filter type
Top
Methods
 NameDescription
Public methodCopyFrom Copies the whole object from an existing one
Public methodDisposeReleases all resources used by the ProcessingMetadata
Public methodEquals Compares two metadata objects
Public methodStatic memberFromJson Creates an object from Json format
Public methodToJson Gets the current object in Json format
Top
See Also