Asheesh Sharma
Asheesh Sharma
@WilliamTambellini Sure
Hi @yuqi98, Although it is not supported in MiniDNN, it can surely be done using the Eigen matrix library which it uses under the hood. A quick google search gave...
@TrevorBlythe Fair point. Perhaps you would like to join us in closing some of the issues? :)
Hi @AI-Hunter I think there is no open-source standard tool to do this. However, I first used [Xmem](https://hkchengrex.github.io/XMem) to propagate annotation masks in a video. Since these masks are color-coded...
> +1 > > http://docs.opencv.org/trunk/d9/d61/tutorial_py_morphological_ops.html Just wanted to add that morphologyEx (i.e. opening and closing) as indicated by @kaue as follows: Closing: `const kernel = cv.imgproc.getStructuringElement(2, [eps, eps]);` `image.dilate(1, kernel);`...