![]() |
aimsalgo 6.0.0
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. | |
| Point3df | compute (const int x, const int y, const int z, const int t) |
| void | compute () |
| carto::VolumeRef< double > & | gradX () |
| carto::VolumeRef< double > & | gradY () |
| void | compute () |
| Point3df | compute (const int x, const int y, const int z, const int t) |
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, D >::compute | ( | ) |
| void SobelGradient< T, 2 >::compute | ( | ) |
| Point3df SobelGradient< T, D >::compute | ( | const int | x, |
| const int | y, | ||
| const int | z, | ||
| const int | t ) |
| 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 | ( | ) |