Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim authored Jan 8, 2025
1 parent b5c9e40 commit 8c5e606
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ The objective of this step is to generate initial proposals for potential soma l
d. Shift each proposal to the brightest voxel in its neighborhood. If the brightness is below a threshold, reject the proposal.
</blockquote>

<p style="margin-left: 20px;">
a. Smooth image with Gaussian filter to reduce false positives.

b. Laplacian of Gaussian (LoG) to enhance regions where the gradient changes dramatically, then apply a maximum filter.

c. Generate initial set of proposals by detecting local maximas in LoG image that lie outside of the image margins.

d. Shift each proposal to the brightest voxel in its neighborhood. If the brightness is below a threshold, reject the proposal.
</p>

<p>
<img src="imgs/proposals_example.png" width="900" alt="proposals">
<br>
Expand Down

0 comments on commit 8c5e606

Please sign in to comment.