#include "ofTimelapseImage.h"Classes | |
| struct | Separable4DFilter< VOXEL > |
| Structure for representing 4D separable filter of arbitrary size in each directions/axis. More... | |
| struct | BorderPaddings4D< VOXEL > |
| Structure containing data that is used for 4D input image expansion. More... | |
Functions | |
| template<class VOXEL > | |
| int | SeparableFilterConvolution4D (Image4d< VOXEL > const &d, Image4d< VOXEL > &res, struct Separable4DFilter< VOXEL > const &f, struct BorderPaddings4D< VOXEL > const &b) |
| template<class VOXEL > | |
| int | SeparableFilterConvolution4D (Image4d< VOXEL > const &d, Image4d< VOXEL > &res, struct Separable4DFilter< VOXEL > const &f, const int x_bsize=0, const VOXEL x_bvalue=0, const int y_bsize=0, const VOXEL y_bvalue=0, const int z_bsize=0, const VOXEL z_bvalue=0, const int t_bsize=0, const VOXEL t_bvalue=0) |
1.7.1