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
pylene
Commits
d5433700
Commit
d5433700
authored
Jun 16, 2020
by
Edwin Carlinet
Browse files
Remove experimental references from documentation.
parent
177e8037
Pipeline
#19770
passed with stages
in 32 minutes and 22 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/source/core/se/disc.rst
View file @
d5433700
Disc
====
.. doxygenclass:: mln::
experimental::
se::disc
.. doxygenclass:: mln::se::disc
:members:
...
...
doc/source/core/se/mask2d.rst
View file @
d5433700
Mask 2D
=======
.. doxygenclass:: mln::se::
experimental::
mask2d
.. doxygenclass:: mln::se::mask2d
:members:
doc/source/core/se/periodic_lines.rst
View file @
d5433700
Periodic Line
=============
.. doxygenclass:: mln::
experimental::
se::periodic_line2d
.. doxygenclass:: mln::se::periodic_line2d
:members:
...
...
doc/source/core/se/rectangle.rst
View file @
d5433700
...
...
@@ -4,7 +4,7 @@ Rectangle
Include :file:`<mln/core/se/rect2d.hpp>`
.. doxygenstruct:: mln::
experimental::
se::rect2d
.. doxygenstruct:: mln::se::rect2d
:members:
...
...
doc/source/labeling/cdt.rst
View file @
d5433700
...
...
@@ -49,7 +49,7 @@ Example with the 5-7-11 weights::
#include <mln/labeling/chamfer_distance_transform.hpp>
#include <mln/core/se/mask2d.hpp>
auto weights = mln::se::
experimental::
wmask2d({{+0, 11, +0, 11, +0}, //
auto weights = mln::se::wmask2d({{+0, 11, +0, 11, +0}, //
{11, +7, +5, +7, 11},
{+0, +5, +0, +5, +0},
{11, +7, +5, +7, 11},
...
...
doc/source/morpho/component_tree.rst
View file @
d5433700
...
...
@@ -311,7 +311,7 @@ The method will proceed as follows:
struct my_accu_t : mln::Accumulator<my_accu_t>
{
using result_type = my_accu_t;
using argument_type = mln::image_pixel_t<mln::
experimental::
image2d<uint8_t>>;
using argument_type = mln::image_pixel_t<mln::image2d<uint8_t>>;
my_accu_t() = default;
...
...
@@ -341,7 +341,7 @@ The method will proceed as follows:
};
// Filter
t.filter(mln::morpho::
experimental::
CT_FILTER_DIRECT, node_map, pred);
t.filter(mln::morpho::CT_FILTER_DIRECT, node_map, pred);
5. Reconstruct the image::
...
...
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