Namespaces | Functions
gft_ift.h File Reference
#include "gft_common.h"
#include "gft_sparsegraph.h"
#include "gft_pqueue32.h"
#include "gft_queue.h"
#include "gft_heap.h"

Go to the source code of this file.

Namespaces

 gft
 Base namespace for common definitions and prototypes.
 
 gft::ift
 

Functions

void gft::ift::method_IFTW_FIFO_InnerCut (SparseGraph::SparseGraph *sg, int *Si, int *Se, Image32::Image32 *label)
 
void gft::ift::method_IFTW_FIFO_OuterCut (SparseGraph::SparseGraph *sg, int *Si, int *Se, Image32::Image32 *label)
 
Image32::Image32 * gft::ift::pred_IFTSUM (SparseGraph::SparseGraph *sg, int *Si, int *Se, Image32::Image32 *label, float power)
 
Image32::Image32 * gft::ift::EDT (Image32::Image32 *bin, float r)