Downsample.Type

Description

Name

enum Tinman.Pyramid.Downsample.Type

Used by

Downsample.filter

Filter types for downsampling.

Items

# Name Tag

0

Average

'average'

Compute the average value of the samples in the filter block.

1

Minimum

'minimum'

Use the minimum value of the samples in the filter block.

2

Maximum

'maximum'

Use the maximum value of the samples in the filter block.