plotMoment: Display a heat map of image moments

Description Usage Arguments Author(s) See Also Examples

Description

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.

Usage

1

Arguments

obj

A Image, OrthIm, CmplxIm, MultiIm class object

Author(s)

Allison Irvine

See Also

Image, CmplxIm, OrthIm, MultiIm, momentObj

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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)

Example output

Loading required package: png
Loading required package: jpeg
Loading required package: bmp

IM documentation built on May 2, 2019, 8:55 a.m.