jajoe
jajoe
Hello, the project is very interesting. Currently I contribute to projects where everything need to work in browser (e.g by using [MLJS](https://github.com/mljs) and [image-js](https://github.com/image-js)), and to do an OCR* I...
The image segmentation can be useful to extract objects from an image. [wikipedia](https://en.wikipedia.org/wiki/Image_segmentation) It could be nice to have an algorithm to do that. For example, with Graph Cut it's...
Include the algorithms of superpixel in image-js can be very interesting. Here is an example of how to use superpixel : https://github.com/AKSHAYUBHAT/ImageSegmentation
Is there a method to concatenate horizontally or vertically 2 matrix ? I don't find anything, so I have to use that : ```js function concatMatrix(A, B, direction='H'){ var result...
There are problems when we have many output nodes. As you can see in the tests, one of them is skipped because it's not possible to find the good result...