mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
Grammar corrections.
This commit is contained in:
@@ -30,7 +30,7 @@ This is the fastest approach. It detects blobs by finding maximas in the
|
||||
matrix of the Determinant of Hessian of the image. The detection speed is
|
||||
independent of the size of blobs as internally the implementation uses
|
||||
box filters instead of convolutions. Bright on dark as well as dark on
|
||||
bright blobs are detected.The downside is that small blobs (<3px) are not
|
||||
bright blobs are detected. The downside is that small blobs (<3px) are not
|
||||
detected accurately.
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user