rainy liu

Results 110 comments of rainy liu

> Should I add the quality module to the opencv.full repository? > also searching in https://github.com/rainyl/opencv.full/blob/main/conanfile.py i cant find the quality module, so i think yes it needs to be...

> So i cloned and built opencv.full and set the OpenCV_DIR it still has the same problem of not finding quality (the quality module is built in opencv.full and i...

@amirkhaki 4.10.0+5 has been published, https://github.com/rainyl/opencv.full/releases/tag/4.10.0%2B5 You can change `OPENCV_VERSION` in `conanfile.py` to `4.10.0+5` to use it, without the need to build opencv.full by your self.

@amirkhaki I am wondering have you finished `quality` module, if you have any problems or want to contribute, you can open a PR and we can help you. If you...

https://stackoverflow.com/a/67417220/18539998 This answer says opencv uses environment variable to set log level, I tested it on windows and it does work. And the logs are written to stdout, maybe a...

Setting log level is easy to implement, but I have no idea about how to capture the stdout from native/ffi, do you have any ideas?

> > Setting log level is easy to implement, but I have no idea about how to capture the stdout from native/ffi, do you have any ideas? > > i...

I haven't investigated but the most important problem is that web is not supported by `dart::ffi` and `package:ffi`, which is the basement of calling native codes. But I do think...

@abdelaziz-mahdy Yes you are right, will keep tracking.

I noticed wasm_ffi project: - https://github.com/vm75/wasm_ffi - https://pub.dev/packages/wasm_ffi looks like possible to use a `.wasm` library similar to dart:ffi