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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
![]() ![]() ![]() ![]() ![]() |
Emgu CV Library Documentation |
Image<(Of <(<'TColor, TDepth>)>)>..::Pow Method |