![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
Sobel gradient 2D specialization. More...
#include <aims/math/sobel.h>
Public Member Functions | |
SobelGradient (const carto::rc_ptr< carto::Volume< T > > &image, const T levels=(T) 255) | |
Constructor. More... | |
Point3df | compute (const int x, const int y, const int z, const int t) |
void | compute () |
carto::VolumeRef< double > & | gradX () |
carto::VolumeRef< double > & | gradY () |
Sobel gradient 2D specialization.
SobelGradient< T, 2 >::SobelGradient | ( | const carto::rc_ptr< carto::Volume< T > > & | image, |
const T | levels = (T) 255 |
||
) |
Constructor.
void SobelGradient< T, 2 >::compute | ( | ) |
Point3df SobelGradient< T, 2 >::compute | ( | const int | x, |
const int | y, | ||
const int | z, | ||
const int | t | ||
) |
carto::VolumeRef<double>& SobelGradient< T, 2 >::gradX | ( | ) |
carto::VolumeRef<double>& SobelGradient< T, 2 >::gradY | ( | ) |