Back to Adaptive Vision Library Lite website

You are here: Start » Image » Image Conversions » MixChannels

MixChannels


Header: AVL.h
Namespace: avl

Calculates a linear combination of image channels.

Syntax

void avl::MixChannels
(
	const avl::Image& inImage,
	int inXCoeff,
	int inYCoeff,
	int inZCoeff,
	int inWCoeff,
	int inDivider,
	avl::Image& outImage
)

Parameters

Name Type Range Default Description
inImage const Image& Input image
inXCoeff int
inYCoeff int
inZCoeff int
inWCoeff int
inDivider int 1 -
outImage Image& Output image