Developer documentation
Version 3.0.3-105-gd3941f44
MR::Adapter::Gaussian1D< ImageType > Class Template Reference

#include "adapter/gaussian1D.h"

Inheritance diagram for MR::Adapter::Gaussian1D< ImageType >:
MR::Adapter::Base< Gaussian1D< ImageType >, ImageType >

Protected Member Functions

void compute_kernel ()
 

Protected Attributes

default_type stdev
 
ssize_t radius
 
size_t axis
 
vector< default_typekernel
 
const bool zero_boundary
 
- Protected Attributes inherited from MR::Adapter::Base< Gaussian1D< ImageType >, ImageType >
ImageType parent_
 

Detailed Description

template<class ImageType>
class MR::Adapter::Gaussian1D< ImageType >

Definition at line 28 of file gaussian1D.h.

Member Function Documentation

◆ compute_kernel()

template<class ImageType >
void MR::Adapter::Gaussian1D< ImageType >::compute_kernel ( )
inlineprotected

Definition at line 94 of file gaussian1D.h.

Member Data Documentation

◆ axis

template<class ImageType >
size_t MR::Adapter::Gaussian1D< ImageType >::axis
protected

Definition at line 111 of file gaussian1D.h.

◆ kernel

template<class ImageType >
vector<default_type> MR::Adapter::Gaussian1D< ImageType >::kernel
protected

Definition at line 112 of file gaussian1D.h.

◆ radius

template<class ImageType >
ssize_t MR::Adapter::Gaussian1D< ImageType >::radius
protected

Definition at line 110 of file gaussian1D.h.

◆ stdev

template<class ImageType >
default_type MR::Adapter::Gaussian1D< ImageType >::stdev
protected

Definition at line 109 of file gaussian1D.h.

◆ zero_boundary

template<class ImageType >
const bool MR::Adapter::Gaussian1D< ImageType >::zero_boundary
protected

Definition at line 113 of file gaussian1D.h.


The documentation for this class was generated from the following file: