plotMoment {IM} | R Documentation |
Displays image moments as a heat map. A inverse hyperboic sine transform is used to scale the values. If the moments are complex numbers, the absolute value is plotted.
plotMoment(obj)
obj |
A |
Allison Irvine
Image
, CmplxIm
, OrthIm
, MultiIm
, momentObj
data(livingroom) Obj= momentObj(img, type="gpzm", order=20, 0); plotMoment(Obj); ## Not run: images= list(img,img,img,img); Obj= momentObj(images, type="krawt", order=100, 0.5); plotMoment(Obj); ## End(Not run)