npm package for identifying image morphology closing

221 Views Asked by At

I am looking for some npm package which can decompose an image into outlines of objects in that image with each object programmatically identifiable (e.g. can be accessed by index or id or by some other method). A module with similar functionality is skimage.morphology.closing, but it's for Python.

Any help/hint is appreciated!

1

There are 1 best solutions below

0
On

Actually using node-dv ,it use leptonica library to make image operations like opening and closing.