plastimatch
Loading...
Searching...
No Matches
itk_gabor.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_gabor_h_
5#define _itk_gabor_h_
6
7#include "plmutil_config.h"
8#include "itk_image_type.h"
9
11
12PLMUTIL_API void itk_gabor (FloatImageType::Pointer image);
13PLMUTIL_API FloatImageType::Pointer itk_gabor_create (const Plm_image_header *pih);
14
15#endif
The Plm_image_header class defines the geometry of an image. It defines image origin,...
Definition plm_image_header.h:24
FloatImageType::Pointer itk_gabor_create(const Plm_image_header *pih)
Definition itk_gabor.cxx:25
void itk_gabor(FloatImageType::Pointer image)
Definition itk_gabor.cxx:13
#define PLMUTIL_API
Definition plmutil_config.h:26