diff --git a/README.md b/README.md index df04b45..37f8b36 100644 --- a/README.md +++ b/README.md @@ -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.