Height - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


ImageTools

  

Height

  

return the height of an image

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Height( img, info )

Parameters

img

-

Image; input image

info

-

(optional) one of 'size', 'lower', 'upper', or 'range'; information to return

Description

• 

The Height command returns the height information of the image img.

Information

• 

The optional info parameter specifies the information to return. Its default value is size. The following operations are supported:

– 

lower: lower height index

– 

upper: upper height index

– 

range: height index range

– 

size: height of the image

Examples

withImageTools:

imgCreate10..59,1..200:

Heightimg

50

(1)

map2Height,img,size,lower,upper,range

50,10,59,10..59

(2)

See Also

ImageTools

ImageTools[Layers]

ImageTools[Width]