IDVR.Interfaces.IGradientEstimation Interface Reference
#include <IGradientEstimation.h>
Inheritance diagram for IDVR.Interfaces.IGradientEstimation:
Detailed Description
Interface for the gradient estimation model.
namespace: IDVR.Interfaces
This interface provides methods to estimate the gradient either by central differences, or by 4d linear regression.
- Author:
- Christopher Thurnher
- Version:
- 1.0
- Date:
- 02-19-2005
Public member function:
-
float calculate_NormalEstimation(unsigned short n_Column, unsigned short n_Row, unsigned short n_Depth, VolumeData* n_DataSet) __gc[]
Calculates the gradient by 4d inear regression.
- Parameters:
-
| n_Column | column of the gradient.
|
| n_Row | row of the gradient.
|
| n_Depth | depth of the gradient.
|
| n_DataSet | the dataset.
|
- Returns:
- the estimated gradient.
-
float calculate_4DLinerRegressionEstimation(unsigned short n_Column, unsigned short n_Row, unsigned short n_Depth, VolumeData* n_DataSet) __gc[]
Blends the final pixelcolor with the given background color.
- Parameters:
-
| n_Column | column of the gradient.
|
| n_Row | row of the gradient.
|
| n_Depth | depth of the gradient.
|
| n_DataSet | the dataset.
|
- Returns:
- the estimated gradient.
The documentation for this interface was generated from the following file:
- Eigene Dateien/Visual Studio Projects/IDVR/IGradientEstimation.h
Generated on Sat Apr 9 11:50:59 2005 for RayCaster wiht Importance Driven Volume Rendering (IDVR) by
1.4.1