CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxSyntheticVolume.cpp File Reference
#include "cxSyntheticVolume.h"
#include "vtkImageData.h"
#include "cxImage.h"
#include <cstdlib>
#include <time.h>
#include "cxTypeConversions.h"
#include <QTime>
#include "cxLogger.h"
#include "cxRegistrationTransform.h"
#include "cxVolumeHelpers.h"

Go to the source code of this file.

Classes

struct  cx::MassFunctor
 
struct  cx::CentroidFunctor
 

Namespaces

 cx
 Namespace for all CustusX production code.
 

Functions

double noiseValue (double noiseSigma, double noiseMean)
 
double cx::calculateRMSError (vtkImageDataPtr a, vtkImageDataPtr b)
 
template<class FUNCTOR >
void cx::applyFunctor (cx::ImagePtr image, FUNCTOR &func)
 
cx::Vector3D cx::calculateCentroid (cx::ImagePtr image)
 
double cx::calculateMass (cx::ImagePtr image)
 

Function Documentation

double noiseValue ( double  noiseSigma,
double  noiseMean 
)

Definition at line 24 of file cxSyntheticVolume.cpp.