Normalization.hpp File Reference
#include <ImLib3D/ImageProcessor.hpp>
#include <ImLib3D/ImageStats.hpp>
#include <ImLib3D/Signal1D.hpp>
Include dependency graph for Normalization.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Namespaces |
namespace | IP3D |
Functions |
void | NormalizeAverage (const Image3Df &src, const Image3Df &ref, Image3Df &res) |
void | NormalizeAverageAndVariance (const Image3Df &src, const Image3Df &ref, Image3Df &res) |
void | ComputeJointHistogramImage (const Image3Df &src, const Image3Df &ref, Image3Df &res, int drawTransferFunction=0, int nbSrcBins=100, int nbRefBins=200) |
void | NormalizeJointHistogram (const Image3Df &src, const Image3Df &ref, Image3Df &res, int nbSrcBins=100, int nbRefBins=200) |
Detailed Description
Definition in file Normalization.hpp.
Function Documentation
|
#&NormalizeAverage&# Normalizes the average of two images. Uses masks.
Source image type:Image3Df Reference image type:Image3Df Result image type:Image3Df ~ |
|
#&NormalizeAverageAndVariance&# Forces average and variance to be the same as in reference image. Uses masks.
Source image type:Image3Df Reference image type:Image3Df Result image type:Image3Df ~ |
void IP3D::ComputeJointHistogramImage |
( |
const Image3Df & |
src, |
|
|
const Image3Df & |
ref, |
|
|
Image3Df & |
res, |
|
|
int |
drawTransferFunction = 0 , |
|
|
int |
nbSrcBins = 100 , |
|
|
int |
nbRefBins = 200 |
|
) |
|
|
|
#&NormalizeJointHistogram&# Forces histogram to be the nearly the same as in reference image. Uses masks.
Source image type:Image3Df Reference image type:Image3Df Result image type:Image3Df Number of src bins type:int Number of ref bins type:int ~ |
void IP3D::NormalizeJointHistogram |
( |
const Image3Df & |
src, |
|
|
const Image3Df & |
ref, |
|
|
Image3Df & |
res, |
|
|
int |
nbSrcBins = 100 , |
|
|
int |
nbRefBins = 200 |
|
) |
|
|
|
#&NormalizeJointHistogram&# Forces histogram to be the nearly the same as in reference image. Uses masks.
Source image type:Image3Df Reference image type:Image3Df Result image type:Image3Df Number of src bins type:int Number of ref bins type:int ~ |
Generated on Fri Jun 17 13:36:16 2005 for ImLib3D by
1.4.2