![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/signalfilter/filteringimagealgorithm.h>
Public Member Functions | |
virtual void | execute (const carto::VolumeRef< T > &in, carto::VolumeRef< T > &out) const |
ImageAlgorithmInterface<T> Pure virtual method. More... | |
virtual void | setOptions (const carto::Object &options) |
virtual void | updateOptions (const carto::Object &options) |
virtual ::aims::singlechannel::ElementFilteringImageAlgorithm< T > * | clone () const |
ImageAlgorithmInterface<T> Pure virtual method. More... | |
virtual void | setStructuringElement (const StructuringElement &se) |
ElementFilteringImageAlgorithm (const ElementFilteringFunction< T > &f, const StructuringElement &se=strel::Cube(1.)) | |
ElementFilteringImageAlgorithm (const ::aims::singlechannel::ElementFilteringImageAlgorithm< T > &other) | |
::aims::singlechannel::ElementFilteringImageAlgorithm< T > & | operator= (const ::aims::singlechannel::ElementFilteringImageAlgorithm< T > &other) |
virtual | ~ElementFilteringImageAlgorithm () |
![]() | |
virtual Point4dl | getOutputImageDimensions (const Point4dl &dims) const |
Returns the output dimensions of the processed image. More... | |
virtual Point4df | getOutputImageVoxelSize (const Point4df &voxelsize) const |
Returns the output voxel size of the processed image. More... | |
virtual Point4dl | getOutputImageDimensions (const long &dx=1, const long &dy=1, const long &dz=1, const long &dt=1) const |
virtual Point4df | getOutputImageVoxelSize (const float &vx=1.0, const float &vy=1.0, const float &vz=1.0, const float &vt=1.0) const |
virtual carto::VolumeRef< T > | execute (const carto::VolumeRef< T > &in) const |
virtual AimsData< T > | execute (const AimsData< T > &in) const |
virtual void | setVerbose (int level) |
virtual void | setQuiet () |
virtual | ~ImageAlgorithmInterface () |
Protected Member Functions | |
ElementFilteringImageAlgorithm () | |
![]() | |
ImageAlgorithmInterface () | |
ImageAlgorithmInterface (const ImageAlgorithmInterface &other) | |
ImageAlgorithmInterface & | operator= (const ImageAlgorithmInterface &other) |
Protected Attributes | |
carto::rc_ptr< ElementFilteringFunction< T > > | _func |
carto::rc_ptr< StructuringElement > | _strel |
![]() | |
int | _verbose |
Additional Inherited Members | |
![]() | |
typedef T | VoxelType |
Definition at line 63 of file filteringimagealgorithm.h.
|
protected |
|
inline |
Definition at line 388 of file filteringimagealgorithm.h.
|
inline |
Definition at line 395 of file filteringimagealgorithm.h.
|
inlinevirtual |
Definition at line 413 of file filteringimagealgorithm.h.
|
inlinevirtual |
ImageAlgorithmInterface<T>
Pure virtual method.
Clone the object
Implements aims::ImageAlgorithmInterface< T >.
Definition at line 369 of file filteringimagealgorithm.h.
Referenced by aims::ElementFilteringImageAlgorithm< T >::operator=().
|
inlinevirtual |
ImageAlgorithmInterface<T>
Pure virtual method.
Returns the image processed by an algorithm on the input image into an already allocated output volume.
in | Input image to process |
out | Output image processed |
Implements aims::ImageAlgorithmInterface< T >.
Definition at line 425 of file filteringimagealgorithm.h.
References aims::singlechannel::LinearFilteringImageAlgorithm< T >::_func, aims::ImageAlgorithmInterface< T >::_verbose, carto::VolumeRef< T >::getBorders(), carto::VolumeRef< T >::getSizeT(), carto::VolumeRef< T >::getSizeX(), carto::VolumeRef< T >::getSizeY(), carto::VolumeRef< T >::getSizeZ(), carto::VolumeRef< T >::setPosInRefVolume(), and carto::toString().
|
inline |
Definition at line 401 of file filteringimagealgorithm.h.
References aims::singlechannel::LinearFilteringImageAlgorithm< T >::_func.
|
inlinevirtual |
Reimplemented from aims::ImageAlgorithmInterface< T >.
Definition at line 359 of file filteringimagealgorithm.h.
References aims::singlechannel::LinearFilteringImageAlgorithm< T >::_func.
|
inlinevirtual |
Definition at line 376 of file filteringimagealgorithm.h.
References aims::StructuringElement::clone().
|
inlinevirtual |
Reimplemented from aims::ImageAlgorithmInterface< T >.
Definition at line 364 of file filteringimagealgorithm.h.
References aims::singlechannel::LinearFilteringImageAlgorithm< T >::_func.
|
protected |
Definition at line 419 of file filteringimagealgorithm.h.
|
protected |
Definition at line 420 of file filteringimagealgorithm.h.