Declaration
procedure log(src: TIEVisionImage; dest: TIEVisionImage); safecall;
Description
Calculate the natural logarithm of every image element.
Parameter | Description |
src | Source image (matrix) |
dest | Container for the resulting image (matrix) |
Loading contents...