Defines | Functions

LabelFusion.cpp File Reference

#include <iostream>
#include <fstream>
#include <cstdio>
#include <cassert>
#include <cmath>
#include <liatools.h>
#include "LabelFusion.h"
Include dependency graph for LabelFusion.cpp:

Go to the source code of this file.

Defines

#define ALIZE_LabelFusion_cpp

Functions

void interSeg (SegCluster &clusterOne, SegCluster &clusterTwo, SegCluster &clusterOutput)
bool selFrame (double frm, double length, double threshold)
void morphologicalFilter (SegCluster &clusterIn, SegCluster &clusterOut, unsigned long winLength, double selectThreshold)
void morphologicalFilter (SegCluster &clusterIn, SegCluster &clusterOut, Config &config)
int labelFusion (Config &config)
int labelMorphing (Config &config)

Define Documentation

#define ALIZE_LabelFusion_cpp

Definition at line 56 of file LabelFusion.cpp.


Function Documentation

void interSeg ( SegCluster &  clusterOne,
SegCluster &  clusterTwo,
SegCluster &  clusterOutput 
)

Definition at line 73 of file LabelFusion.cpp.

References debug, endSeg(), and verbose.

Referenced by labelFusion().

int labelFusion ( Config &  config )
int labelMorphing ( Config &  config )
void morphologicalFilter ( SegCluster &  clusterIn,
SegCluster &  clusterOut,
unsigned long  winLength,
double  selectThreshold 
)

Definition at line 132 of file LabelFusion.cpp.

References debug, endSeg(), selFrame(), and verbose.

Referenced by labelFusion(), labelMorphing(), and morphologicalFilter().

void morphologicalFilter ( SegCluster &  clusterIn,
SegCluster &  clusterOut,
Config &  config 
)

Definition at line 174 of file LabelFusion.cpp.

References morphologicalFilter().

bool selFrame ( double  frm,
double  length,
double  threshold 
)

Definition at line 125 of file LabelFusion.cpp.

Referenced by morphologicalFilter().