diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-03-26 04:00:16 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-03-26 04:00:16 +0000 |
| commit | 1de0ec9aacf859064e45160747b5e1913f4084eb (patch) | |
| tree | 4c7927bda5f6b85b52cb9f24459620453c1ffb4d /src/trace/siox.cpp | |
| parent | pasting size (diff) | |
| download | inkscape-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.cpp | 2 |
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; |
