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.1.0.649 (2.1.0.649)
![]() ![]() ![]() ![]() ![]() |
Emgu CV Library Documentation |
Image<(Of <(TColor, TDepth>)>)..::Pow Method |