![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsSetup.h>#include <MDSTk/Base/mdsAssert.h>#include <MDSTk/Math/mdsBase.h>#include "../mdsVolumeBase.h"#include "../mdsKernel.h"#include <cmath>#include "mdsConvolution.hxx"Namespaces | |
| namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
| namespace | mds::img |
Functions | |
| template<typename R , class V > | |
| R | mds::img::convolve (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel3D &Kernel) |
| Convolves the volume with a given 3D convolution kernel. | |
| template<typename R , class V > | |
| R | mds::img::convolveX (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel1D &Kernel) |
| Convolves the volume in the x-dimension with a given 1D kernel. | |
| template<typename R , class V > | |
| R | mds::img::convolveXY (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel2D &Kernel) |
| Convolves the volume with a given 2D convolution kernel. | |
| template<typename R , class V > | |
| R | mds::img::convolveXZ (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel2D &Kernel) |
| Convolves the volume with a given 2D convolution kernel. | |
| template<typename R , class V > | |
| R | mds::img::convolveY (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel1D &Kernel) |
| Convolves the volume in the y-dimension with a given 1D kernel. | |
| template<typename R , class V > | |
| R | mds::img::convolveYZ (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel2D &Kernel) |
| Convolves the volume with a given 2D convolution kernel. | |
| template<typename R , class V > | |
| R | mds::img::convolveZ (const CVolumeBase< V > &Volume, tSize x, tSize y, tSize z, const CKernel1D &Kernel) |
| Convolves the volume in the z-dimension with a given 1D kernel. | |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/02/21
Description:
1.7.6.1