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:

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
| ureal_t mitchell::support |
| real_t mitchell::B |
B parameter.
| type | real scalar |
| optional | true |
| default | 1/3 |
| real_t mitchell::C |
C parameter.
| type | real scalar |
| optional | true |
| default | 1/3 |
Generated on 28 Feb 2009 for MiltonScenefileFormat by
1.5.6