Declaration
procedure calc(image: TIEVisionImage; accumulate: bool32 = false); overload; safecall;
procedure calc(image: TIEVisionImage; accumulate: bool32; mask: TIEVisionImage); overload; safecall;
Description
Populate the histogram with the content of the specified image.
| Parameter | Description |
| image | Source image |
| accumulate | If it is set, the histogram is not cleared in the beginning when it is allocated |
| mask | Operational mask |