diff --git a/README.md b/README.md index 34a2e56..df04b45 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ 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.