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 c173d35 commit ac406cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The objective of this step is to generate initial proposals for potential soma l
<blockquote>
<p>a. Smooth image with Gaussian filter to reduce false positives.</p>
<p>b. Laplacian of Gaussian (LoG) to enhance regions where the gradient changes dramatically, then apply a maximum filter.</p>
<p>c. Generate initial set of proposals by detecting local maximas in LoG image that lie outside of the image margins.</p>
<p>c. Generate initial set of proposals by detecting local maximas.</p>
<p>d. Shift each proposal to the brightest voxel in its neighborhood. If the brightness is below a threshold, reject the proposal.</p>
</blockquote>

Expand Down

0 comments on commit ac406cc

Please sign in to comment.