Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
5c627b01
Commit
5c627b01
authored
Jun 15, 2010
by
Guillaume Lazzara
Browse files
primitive/extract/components.hh: Use labeling::value_and_compute.
parent
85cda080
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
5c627b01
2010-06-15 Guillaume Lazzara <z@lrde.epita.fr>
* primitive/extract/components.hh: Use labeling::value_and_compute.
2010-06-15 Guillaume Lazzara <z@lrde.epita.fr>
Add a fast rotation tool.
...
...
scribo/primitive/extract/components.hh
View file @
5c627b01
...
...
@@ -38,7 +38,7 @@
# include <mln/accu/center.hh>
# include <mln/accu/pair.hh>
# include <mln/labeling/
blobs
_and_compute.hh>
# include <mln/labeling/
value
_and_compute.hh>
# include <mln/labeling/compute.hh>
# include <mln/util/array.hh>
...
...
@@ -124,7 +124,8 @@ namespace scribo
mln
::
util
::
couple
<
L
,
mln
::
util
::
couple
<
mln
::
util
::
array
<
mln_result
(
pair_accu_t
)
>
,
mln
::
util
::
array
<
pair_accu_t
>
>
>
results
=
labeling
::
blobs_and_compute
(
input
,
nbh
,
ncomponents
,
results
=
labeling
::
value_and_compute
(
input
,
true
,
nbh
,
ncomponents
,
pair_accu_t
());
component_set
<
L
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment