mitchell Element Reference

2D symmetric Mitchell filter which is parameterized to tradeoff between 'ringing' and 'blurring' that other filters tend towards in difficult reconstruction cases More...

Inheritance diagram for mitchell:

filter

List of all members.

Attributes

ureal_t support
 Size of symmetric filter in pixels.
real_t B
 B parameter.
real_t C
 C parameter.


Detailed Description

2D symmetric Mitchell filter which is parameterized to tradeoff between 'ringing' and 'blurring' that other filters tend towards in difficult reconstruction cases

Note:
Mitchell Filter taken from PBRT (Pharr, Humphreys)

mitchell corresponds to the underlying Milton class 'MitchellFilter.'


Attribute Documentation

Size of symmetric filter in pixels.

typepositive real scalar
optionaltrue
default2
unitspixels

real_t mitchell::B

B parameter.

typereal scalar
optionaltrue
default1/3

real_t mitchell::C

C parameter.

typereal scalar
optionaltrue
default1/3


Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6