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 8c5e606 commit b02ad20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ The objective of this step is to generate initial proposals for potential soma l
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.
</blockquote>

Expand Down

0 comments on commit b02ad20

Please sign in to comment.