Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
31ebbb84
Commit
31ebbb84
authored
15 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
DOC: slight modifs to example
parent
ea71a427
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Examples/OBIA/ImageToLabelToImage.cxx
+5
-6
5 additions, 6 deletions
Examples/OBIA/ImageToLabelToImage.cxx
with
5 additions
and
6 deletions
Examples/OBIA/ImageToLabelToImage.cxx
+
5
−
6
View file @
31ebbb84
...
@@ -86,15 +86,14 @@ int main(int argc, char * argv[])
...
@@ -86,15 +86,14 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// Software Guide : BeginLatex
//
//
// Then the binary image is transform to a collection
// Then the binary image is transform
ed
to a collection
// of label objects. Arguments are:
// of label objects. Arguments are:
// \begin{itemize}
// \begin{itemize}
// \item \code{FullyConnected}: Set whether the connected
// \item \code{FullyConnected}: Set whether the connected
// components are defined strictly by face connectivity or by
// components are defined strictly by face connectivity or by
// face+edge+vertex connectivity. Default is FullyConnectedOff.
// face+edge+vertex connectivity. Default is FullyConnectedOff.
// \item \code{InputForegroundValue/OutputBackgroundValue}:
s
pecify the
// \item \code{InputForegroundValue/OutputBackgroundValue}:
S
pecify the
// pixel value of input/output of the foreground/background.
// pixel value of input/output of the foreground/background.
// the input image is set.
// \end{itemize}
// \end{itemize}
//
//
// Software Guide : EndLatex
// Software Guide : EndLatex
...
@@ -110,7 +109,7 @@ int main(int argc, char * argv[])
...
@@ -110,7 +109,7 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// Software Guide : BeginLatex
//
//
// Then the inverse process is use
s
to recreate a image of labels.
// Then the inverse process is use
d
to recreate a image of labels.
// The \doxygen{itk}{LabelMapToLabelImageFilter} converts a
// The \doxygen{itk}{LabelMapToLabelImageFilter} converts a
// LabelMap to a labeled image.
// LabelMap to a labeled image.
//
//
...
@@ -160,7 +159,7 @@ int main(int argc, char * argv[])
...
@@ -160,7 +159,7 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
// Software Guide : BeginLatex
//
//
// Figure~\ref{fig:ImageToLabel} shows effect of transforming an
// Figure~\ref{fig:ImageToLabel} shows
the
effect of transforming an
// image into a label object map and back to an image
// image into a label object map and back to an image
//
//
// \begin{figure}
// \begin{figure}
...
@@ -168,7 +167,7 @@ int main(int argc, char * argv[])
...
@@ -168,7 +167,7 @@ int main(int argc, char * argv[])
// %\includegraphics[width=0.44\textwidth]{MSLabeledOutput.eps}
// %\includegraphics[width=0.44\textwidth]{MSLabeledOutput.eps}
// \includegraphics[width=0.44\textwidth]{OBIAI2L2IInputPretty.eps}
// \includegraphics[width=0.44\textwidth]{OBIAI2L2IInputPretty.eps}
// \includegraphics[width=0.44\textwidth]{OBIAI2L2IOutputPretty.eps}
// \includegraphics[width=0.44\textwidth]{OBIAI2L2IOutputPretty.eps}
// \itkcaption[Image to Label Object Map]{
t
ransforming an
// \itkcaption[Image to Label Object Map]{
T
ransforming an
// image (left) into a label object map and back to an image (right).}
// image (left) into a label object map and back to an image (right).}
// \label{fig:ImageToLabel}
// \label{fig:ImageToLabel}
// \end{figure}
// \end{figure}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment