 | AcquisitionMetadataFourierShapes Property |
List of shapes combined to compute the fourier spectrum mask for each used laser source
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic Tuple<PhysicalLaserSource, BasicShape[]>[] FourierShapes { get; set; }
public:
property array<Tuple<PhysicalLaserSource, array<BasicShape^>^>^>^ FourierShapes {
array<Tuple<PhysicalLaserSource, array<BasicShape^>^>^>^ get ();
void set (array<Tuple<PhysicalLaserSource, array<BasicShape^>^>^>^ value);
}
Property Value
Type:
TuplePhysicalLaserSource,
BasicShape
See Also