#include <ntg/bin.hh>
#include <oln/basics2d.hh>
#include <oln/core/w_window2d.hh>
#include <utility>
#include <oln/topo/dmap.hxx>
Include dependency graph for dmap.hh:
Go to the source code of this file.
Namespaces | |
namespace | oln |
namespace | oln::topo |
Classes | |
struct | oln::topo::chamfer< T > |
class | oln::topo::dmap< T, T2 > |
Functions | |
template<int d10, int d11> | |
const chamfer< int > & | oln::topo::mk_chamfer_3x3 (float coef=1.f) |
const chamfer< float > & | oln::topo::mk_chamfer_3x3 (float d10, float d11) |
template<int d10, int d11, int d21> | |
const chamfer< int > & | oln::topo::mk_chamfer_5x5 (float coef=1.f) |
const chamfer< float > & | oln::topo::mk_chamfer_5x5 (float d10, float d11, float d21) |
const chamfer< int > & | oln::topo::chamfer_1_1 () |
const chamfer< int > & | oln::topo::chamfer_1_2 () |
const chamfer< int > & | oln::topo::chamfer_2_3 () |
const chamfer< int > & | oln::topo::chamfer_5_7 () |
const chamfer< int > & | oln::topo::chamfer_12_17 () |
const chamfer< int > & | oln::topo::chessboard () |
const chamfer< int > & | oln::topo::cityblock () |
const chamfer< int > & | oln::topo::chamfer_4_6_9 () |
const chamfer< int > & | oln::topo::chamfer_5_7_11 () |
const chamfer< int > & | oln::topo::chamfer_9_13_20 () |
const chamfer< int > & | oln::topo::chamfer_16_23_36 () |
const chamfer< float > & | oln::topo::best_set_3x3 () |
const chamfer< float > & | oln::topo::best_set_5x5 () |
const chamfer< int > & | oln::topo::mchamfer_1_1 () |
const chamfer< int > & | oln::topo::mchamfer_1_2 () |
const chamfer< int > & | oln::topo::mchamfer_2_3 () |
const chamfer< int > & | oln::topo::mchamfer_5_7 () |
const chamfer< int > & | oln::topo::mchamfer_12_17 () |
const chamfer< int > & | oln::topo::mchessboard () |
const chamfer< int > & | oln::topo::mcityblock () |
const chamfer< int > & | oln::topo::mchamfer_4_6_9 () |
const chamfer< int > & | oln::topo::mchamfer_5_7_11 () |
const chamfer< int > & | oln::topo::mchamfer_9_13_20 () |
const chamfer< int > & | oln::topo::mchamfer_17_24_38 () |
const chamfer< float > & | oln::topo::mbest_set_3x3 () |
const chamfer< float > & | oln::topo::mbest_set_5x5 () |
template<class I> | |
image2d< float > | oln::topo::exact_dmap (const abstract::image< I > &input) |
Distance map using the Euclidean distance. |
Definition in file dmap.hh.