arithmetic function
#include "dip_math.h"
dip_Error dip_MulComplex ( in, out, constant )
binary, integer, float, complex
This function computes out = in * constant on a pixel by pixel basis. The data types of the in1 image and constant may be of different types. See Information about dyadic operations for more information about what the type of the output will be.
Data type | Name | Description |
dip_Image | in | Input |
dip_complex | constant | Constant |
dip_Image | out | Output |
Add, AddFloat, AddComplex, Sub, SubFloat, SubComplex, Mul, MulFloat, Div, DivFloat, DivComplex
DIPlib on-line documentation | Function reference | Global function index