PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Variables
PlusFidSegmentation.cxx File Reference
#include "PlusConfigure.h"
#include "PlusFidSegmentation.h"
#include "vtkMath.h"
#include <limits.h>
#include <iostream>
#include <algorithm>
#include "itkRGBPixel.h"
#include "itkImage.h"
#include "itkImageFileReader.h"
#include "itkImageFileWriter.h"
#include "itkPNGImageIO.h"
Include dependency graph for PlusFidSegmentation.cxx:

Go to the source code of this file.

Variables

static const short BLACK = 0
 
static const short MAX_CLUSTER_VALS = 16384
 
static const short MIN_WINDOW_DIST = 8
 

Variable Documentation

◆ BLACK

const short BLACK = 0
static

Definition at line 22 of file PlusFidSegmentation.cxx.

◆ MAX_CLUSTER_VALS

const short MAX_CLUSTER_VALS = 16384
static

Definition at line 24 of file PlusFidSegmentation.cxx.

◆ MIN_WINDOW_DIST

const short MIN_WINDOW_DIST = 8
static

Definition at line 23 of file PlusFidSegmentation.cxx.