PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
This class computes bone surface probability by dynamic programming. More...
#include <src/PlusImageProcessing/vtkPlusForoughiBoneSurfaceProbability.h>
Public Types | |
typedef vtkSimpleImageToImageFilter | Superclass |
Public Member Functions | |
virtual int | GetBlurredVSBLoG () |
virtual double | GetBoneThreshold () |
virtual const char * | GetClassName () |
virtual double | GetShadowSigma () |
virtual int | GetShadowVSIntensity () |
virtual double | GetSmoothingSigma () |
virtual int | GetTransducerMargin () |
virtual int | IsA (const char *type) |
virtual void | SetBlurredVSBLoG (int) |
virtual void | SetBoneThreshold (double) |
virtual void | SetShadowSigma (double) |
virtual void | SetShadowVSIntensity (int) |
virtual void | SetSmoothingSigma (double) |
virtual void | SetTransducerMargin (int) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPlusForoughiBoneSurfaceProbability * | New () |
static vtkPlusForoughiBoneSurfaceProbability * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
void | Conv2 (const double *inputBuffer, const double *kernelBuffer, double *tempBuffer, double *outputBuffer, int nx, int ny, int kx, int ky) |
void | DeleteKernels () |
void | Foroughi2007 (double *inputBuffer, double *outputBuffer, double smoothingSigma, int transducerMargin, double shadowSigma, double boneThreshold, int blurredVSBLoG, int shadowVSIntensity, int nx, int ny, int nz) |
double | GetMaxPixelValue (const double *buffer, int size) |
void | Normalize (double *buffer, int size, bool doInverse, double maxValue=1.0) |
void | ResizeMatrix (const double *inputBuffer, double *outputBuffer, int xClipping, int yClipping, int xInputSize, int yInputSize) |
virtual void | SimpleExecute (vtkImageData *input, vtkImageData *output) |
void | UpdateKernels () |
vtkPlusForoughiBoneSurfaceProbability () | |
virtual | ~vtkPlusForoughiBoneSurfaceProbability () |
Protected Attributes | |
int | BlurredVSBLoG |
double | BoneThreshold |
FrameSizeType | FrameSize |
int | GaussianKernelSize |
bool | KernelUpdateRequested |
double * | MklGaussianBuffer |
double * | MklGaussianBufferTemp |
double * | MklGaussianKernel |
double * | MklLaplacianKernel |
double * | MklLaplacianOfGaussianBuffer |
double * | MklLaplacianOfGaussianBufferTemp |
double * | MklReflectionNumberBuffer |
double * | MklShadowModel |
double * | MklShadowValueBuffer |
double | ShadowSigma |
int | ShadowVSIntensity |
double | SmoothingSigma |
int | TransducerMargin |
This class computes bone surface probability by dynamic programming.
The filter computes bone surface probability (BSP) by the dynamic programming as proposed by Foroughi et al.
Foroughi, P., et al. (2007) Ultrasound bone segmentation using dynamic programming. IEEE Ultrason Symp 13(4):2523–2526.
Implemented (with some modifications) by Mikael Brudfors, March 2014.
The Intel MKL code uses double data at this moment, therefore input and output must be double scalar type image.
The module uses OpenMP and Intel MKL. A free trial of Intel MKL can be downloaded from here:
https://software.intel.com/en-us/intel-mkl/try-buy
Definition at line 35 of file vtkPlusForoughiBoneSurfaceProbability.h.
typedef vtkSimpleImageToImageFilter vtkPlusForoughiBoneSurfaceProbability::Superclass |
Definition at line 39 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 39 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protectedvirtual |
Definition at line 67 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protected |
Definition at line 283 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protected |
Definition at line 267 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protected |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 325 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
protected |
Definition at line 339 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protected |
Definition at line 303 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
static |
|
virtual |
Controls the ratio between the Gaussian blurring and the Laplacian of Gaussian.
|
virtual |
Defines the probability threshold for a pixel to be considered bone or not.
|
virtual |
Standard deviation of the Gaussian weighting function which models the transition of high intensity pixels close to bone surface to the dark pixels deeper under the bone.
|
virtual |
|
virtual |
Defines the size of the Gaussian kernel used for blurring.
|
virtual |
Defines the number of rows to exclude from the top part of the image (close to the transducer head).
|
protectedvirtual |
Definition at line 74 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protected |
Definition at line 212 of file vtkPlusForoughiBoneSurfaceProbability.cxx.
|
protected |
Definition at line 80 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 81 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 90 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 89 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 87 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 92 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 94 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 99 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 100 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 93 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 95 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 96 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 98 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 97 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 82 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 83 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 84 of file vtkPlusForoughiBoneSurfaceProbability.h.
|
protected |
Definition at line 85 of file vtkPlusForoughiBoneSurfaceProbability.h.