 | HologramHistogram Property |
Gets the histogram result computed during the reconstruction process.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic virtual int[] Histogram { get; }
public:
virtual property array<int>^ Histogram {
array<int>^ get ();
}
Property Value
Type:
Int32
RemarksThe histogram computation must be configured before reconstructing the hologram.
See Also