Skip to content

Commit

Permalink
update text for valley detection in topology method
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Aug 26, 2021
1 parent ba29db8 commit 519e35f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 9 deletions.
Binary file modified docs/pages/doctrees/Topology.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/pages/doctrees/findpeaks.findpeaks.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pages/html/Topology.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h2>One-dimensional<a class="headerlink" href="#one-dimensional" title="Permalin
<h2>Two-dimensional<a class="headerlink" href="#two-dimensional" title="Permalink to this headline"></a></h2>
<p>The 2d-detection peaks persistent homology for 2D images runs through the same function as the 1d-vector.
The implementation uses a union-find data structure instead of the more efficient implemention used for one-dimensional data.
However, there is a differences in the pre-processing steps. Both peaks and valleys are detected with the topology method. The detection of valleys is however by first negating the input image and then finding the “peaks”. The valleys are stored in the output as negative values.</p>
However, there is a differences in the pre-processing steps. Both peaks and valleys are detected with the topology method. The valleys are stored in the output as negative values.</p>
<p>The initialization with contains many variables for which only <em>limit</em> is applicable for the <strong>topology</strong> method for <em>2d-peak</em> detection.
However, there are few parameters that can be used to control the pre-processing steps, such as:</p>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/html/_sources/Topology.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Two-dimensional

The 2d-detection peaks persistent homology for 2D images runs through the same function as the 1d-vector.
The implementation uses a union-find data structure instead of the more efficient implemention used for one-dimensional data.
However, there is a differences in the pre-processing steps. Both peaks and valleys are detected with the topology method. The detection of valleys is however by first negating the input image and then finding the "peaks". The valleys are stored in the output as negative values.
However, there is a differences in the pre-processing steps. Both peaks and valleys are detected with the topology method. The valleys are stored in the output as negative values.

The initialization with contains many variables for which only *limit* is applicable for the **topology** method for *2d-peak* detection.
However, there are few parameters that can be used to control the pre-processing steps, such as:
Expand Down
22 changes: 17 additions & 5 deletions docs/pages/html/findpeaks.findpeaks.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pages/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/Topology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Two-dimensional

The 2d-detection peaks persistent homology for 2D images runs through the same function as the 1d-vector.
The implementation uses a union-find data structure instead of the more efficient implemention used for one-dimensional data.
However, there is a differences in the pre-processing steps. Both peaks and valleys are detected with the topology method. The detection of valleys is however by first negating the input image and then finding the "peaks". The valleys are stored in the output as negative values.
However, there is a differences in the pre-processing steps. Both peaks and valleys are detected with the topology method. The valleys are stored in the output as negative values.

The initialization with contains many variables for which only *limit* is applicable for the **topology** method for *2d-peak* detection.
However, there are few parameters that can be used to control the pre-processing steps, such as:
Expand Down

0 comments on commit 519e35f

Please sign in to comment.