rainy liu
rainy liu
Yes, will try to build opencv for wasm
> Hi, any update about openCV for wasm? I havn't managed to build it successfully so it's stuck. And I have no much time recently, so it seems to be...
> > > Hi, any update about openCV for wasm? > > > > > > I havn't managed to build it successfully so it's stuck. > > And I...
Hi @zhponng Sadly no more progress, I have no much time to work on it. Contributions are welcome, feel free to submit PRs.
@GoxeeVladan can't run your code, provide a github repo in the next time, for the usage of `cv.Stitcher`, check https://github.com/rainyl/awesome-opencv_dart/tree/main/examples/stitching
@redcurry Unfortunately this is not supported now, to support it we have to add a new C API and it's dart wrapper. Is the precision important for your application? If...
It's fine to leave it open, but I have no much time recently, so it's unlikely to be solved in a short time. What functions do you need? I am...
@redcurry more high-precision functions inside imgproc module have been added, they are ended with `2f` or `2fAsync`, e.g., `arcLength2f` and `arcLength2fAsync`, now you can upgrade opencv_core or opencv_dart to v1.4.2...
Yes, it's in consideration. But it's just not easy and lots of works todo, and i have no much time, will work on in the future.
@abdelaziz-mahdy basically something like https://github.com/hybridgroup/gocv/tree/release/cuda and of course, a nvidia GPU is required to test it🤣