morph icon indicating copy to clipboard operation
morph copied to clipboard

mathematical morphology for javascript

Results 1 morph issues
Sort by recently updated
recently updated
newest added

All test failed, something wrong! ``` construct element8 test failed: output is: 0,1,0,0,1,0,0,1,0 but should be 0,0,1,0,1,0,1,0,0 construct element16 test failed: output is: 0,0,0,0,1,0,0,0,1 but should be 0,0,0,0,1,0,0,1,0 construct element22...