aimstil  5.0.5
morpho.h File Reference
#include <cartobase/config/cartobase_config.h>
#include <memory>
#include <vector>
#include "til/til_common.h"
#include "til/miscTools.h"
#include "til/numeric_array.h"
Include dependency graph for morpho.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename TImage >
void til::oneStepDilation (TImage &im, typename TImage::value_type foreground, typename TImage::value_type background)
 
template<typename TImage >
void til::diamondDilation (TImage &im, int nsteps, typename TImage::value_type foreground, typename TImage::value_type background)
 
template<typename TImage >
void til::diamondErosion (TImage &im, int nsteps, typename TImage::value_type foreground, typename TImage::value_type background)
 
template<typename TImage >
void til::diamondClosure (TImage &im, int nsteps, typename TImage::value_type foreground, typename TImage::value_type background)