Prakhar Jagwani

Results 4 comments of Prakhar Jagwani

What will you be using for edge detection, gray scale, ocr, other image processing tasks? I thought of using [opencv](https://pub.dev/packages/opencv), but the flutter plugin only works for Android right now.

Can I work on this? I am thinking of using [this plugin](https://github.com/flutter-clutter/flutter-simple-edge-detection/). It is using opencv using dart:ffi. The example there has an implementation of edge detection and crop. Maybe...

I'm sorry, I won't be able to work on this any time soon.

Hi! I'd like to work on this issue. I have a couple of questions. 1. For the temporary directory issue, isn't the `temp_dir` fixture [here](https://github.com/openvinotoolkit/openvino/blob/17fb201433bf6097b70972801a612f8e3defdd9e/tests/layer_tests/conftest.py#L111) already generating a unique temporary...