stvid icon indicating copy to clipboard operation
stvid copied to clipboard

Investigate noise removal from sigma frame

Open cbassa opened this issue 2 years ago • 0 comments

SKimage has morphology functions that can remove blobs.

from skimage import morphology
morphology.remove\_small\_objects(data, min\_size=32, out=data)

This approach seemed to work well on masks from sigma frames [(max - mean) / std] but may work better on masked argmax point clouds.

cbassa avatar Aug 25 '22 17:08 cbassa