summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-03-26 04:00:16 +0000
committerishmal <ishmal@users.sourceforge.net>2006-03-26 04:00:16 +0000
commit1de0ec9aacf859064e45160747b5e1913f4084eb (patch)
tree4c7927bda5f6b85b52cb9f24459620453c1ffb4d /src/trace/siox.cpp
parentpasting size (diff)
downloadinkscape-1de0ec9aacf859064e45160747b5e1913f4084eb.tar.gz
inkscape-1de0ec9aacf859064e45160747b5e1913f4084eb.zip
most of region selection completed
(bzr r299)
Diffstat (limited to 'src/trace/siox.cpp')
-rw-r--r--src/trace/siox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp
index b210606b1..be1dd3995 100644
--- a/src/trace/siox.cpp
+++ b/src/trace/siox.cpp
@@ -926,7 +926,7 @@ static std::vector<CLAB> createSignature(std::vector<CLAB> &input,
//## S I O X S E G M E N T A T O R (originally SioxSegmentator.java)
//########################################################################
-//### NOTE: Doxygen comments are in siox-segmentator.h
+//### NOTE: Doxygen comments are in siox.h
/** Confidence corresponding to a certain foreground region (equals one). */
const float SioxSegmentator::CERTAIN_FOREGROUND_CONFIDENCE=1.0f;