MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoCSO/CSOProcessor/CSOLiveWireProcessor/CSOLiveWireProcessor.h File Reference

Module which allows for an half-automatic generation of contours along image edges, based on the live wire algorithm. More...

#include "SoCSOSystem.h"
#include "CSOProcessor/CSOProcessor.h"
#include <mlPlaneField.h>
#include "CSOLiveWireGraph.h"

Go to the source code of this file.

Classes

class  ml::CSOLiveWireProcessor
 Module which allows for an half-automatic generation of contours along image edges, based on the live wire algorithm. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Enumerations

enum  ml::CSOLiveWireFinishingMode { ml::CSO_LIVE_WIRE_FINISH_ON_DOUBLE_CLICK = 0, ml::CSO_LIVE_WIRE_FINISH_ON_DISTANCE = 1 }
 Enumeration of finishing modes to test against. More...
enum  ml::SliceErrorHandlingMode { ml::CSO_SLICE_ERROR_HANDLING_REMOVE_CSO = 0, ml::CSO_SLICE_ERROR_HANDLING_REMOVE_LAST_SEEDPOINT = 1, ml::CSO_SLICE_ERROR_HANDLING_PRINT_WARNING = 2 }
 Enumeration of modes to handle CSOs over more than one slice (slicing while generating). More...

Detailed Description

Module which allows for an half-automatic generation of contours along image edges, based on the live wire algorithm.

Author:
Olaf Konrad
Date:
01/2007

Definition in file CSOLiveWireProcessor.h.