DIPlib Documentation - ©1995-2008 Quantitative Imaging Group, Delft University of Technology.

WeightedSub

arithmetic function

SYNOPSIS

#include "dip_math.h"

dip_Error dip_WeightedSub ( in1, in2, out, weight )

DATA TYPES

binary, integer, float, complex

FUNCTION

This function calculates out = in1 - weight * in2;

ARGUMENTS

Data typeNameDescription
dip_Imagein1First input
dip_Imagein2Second input
dip_ImageoutOutput
dip_floatweightWeight

SEE ALSO

WeightedAdd, WeightedMul, WeightedDiv

DIPlib on-line documentation | Function reference | Global function index