image icon indicating copy to clipboard operation
image copied to clipboard

Will we want to use for opencv package

Open harunkurtdev opened this issue 1 year ago • 5 comments

Good day sir, We are trying to prepare a core dart package, can we use this package for image processing in the package we are trying to develop? will it be a problem for you?

harunkurtdev avatar Jun 04 '23 12:06 harunkurtdev

image

above circle is your library, I added laplace filter

harunkurtdev avatar Jun 04 '23 13:06 harunkurtdev

Hi, you are free to use this library for any purposes you wish. An OpenCV package would be fantastic.

brendan-duncan avatar Jun 07 '23 04:06 brendan-duncan

When you do step-by-step operations on dart, it is a bit slow, do you think it would be reasonable to feed it with webgpu?

harunkurtdev avatar Jun 11 '23 10:06 harunkurtdev

I did a very rough experimental prototype of WebGPU for dart here, https://github.com/brendan-duncan/dart_webgpu. I won't be working on it anymore, I just don't have time to work on all the ideas in my head. It would be nice if the dart team picked up WebGPU as a cross platform GPU solution since there are currently no good solutions for Dart.

brendan-duncan avatar Jun 12 '23 03:06 brendan-duncan

morphological original morphological_dilate dilate morphological_erode erode

I have added many functions and I am currently continuing, I will add the supported parts in opencv when I have time

harunkurtdev avatar Jun 21 '23 00:06 harunkurtdev