Defines
contrib/mul/vimt/vimt_dog_pyramid_builder_2d.txx File Reference

Build difference of gaussian pyramids of vimt_image_2d_of<T> More...

#include "vimt_dog_pyramid_builder_2d.h"
#include "vimt_image_pyramid.h"
#include <vcl_cstdlib.h>
#include <vcl_string.h>
#include <vcl_cassert.h>
#include <vnl/vnl_math.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_vector_2d.h>
#include <vil/algo/vil_gauss_filter.h>
#include <vil/vil_resample_bilin.h>
#include <vil/vil_math.h>

Go to the source code of this file.

Defines

#define vimt_dog_pyramid_builder_2d_txx_
#define VIMT_DOG_PYRAMID_BUILDER_2D_INSTANTIATE(T)

Detailed Description

Build difference of gaussian pyramids of vimt_image_2d_of<T>

Author:
Tim Cootes

Definition in file vimt_dog_pyramid_builder_2d.txx.


Define Documentation

#define VIMT_DOG_PYRAMID_BUILDER_2D_INSTANTIATE (   T)
Value:
VCL_DEFINE_SPECIALIZATION vcl_string vimt_dog_pyramid_builder_2d<T >::is_a() const \
{  return vcl_string("vimt_dog_pyramid_builder_2d<" #T ">"); }\
template class vimt_dog_pyramid_builder_2d<T >

Definition at line 309 of file vimt_dog_pyramid_builder_2d.txx.

#define vimt_dog_pyramid_builder_2d_txx_

Definition at line 3 of file vimt_dog_pyramid_builder_2d.txx.