Click or drag to resize

ImageTColor, TDepthPow Method

http://www.emgu.com
Raises every element of input array to p dst(I)=src(I)^p, if p is integer dst(I)=abs(src(I))^p, otherwise

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> Pow(
	double power
)

Parameters

power
Type: SystemDouble
The exponent of power

Return Value

Type: ImageTColor, TDepth
The power image
See Also