OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

OpenCV for Unity (Untiy Asset Plugin)

Results 111 OpenCVForUnity issues
Sort by recently updated
recently updated
newest added

Howdy, I am trying to do a custom build of the opencv library to enable modules that I am trying to use on UWP HoloLens2 HMD. Per the instructions in...

How do I convert Mat object to base64?

Hello, Good Day. Does the yolo example support yolotiny v4 weights ? A quick respose would be appriciated Thank you for your support

I tried using MaskRCNN example on the WebGL deployment. I tried both Google Chrome and Firefox. All I can see the tab is eating a lot of CPU and RAM....

Hi, I have bought your unity assest. i would like help to create two masks same as the following c++ code. Please help 👍 ``` auto create_mask_from_depth = [&](Mat& depth,...

Hi, I'm trying to do it with an example from ZED Camera, and The Canvas is white. I tested the matrices I get from Zed in the image update function...

Hello , Can we load the tflite for object detection in dnn scene ?

I want to use this function in my project. But I find no such function for mat.data in this library.

Here is the code, When Print out the leftimage after convert leftex to mat, it's a white image, and all the pixel values is 205 ` Texture2D lefttex = new...

Hello, I'm trying to integrate my custom TensorFlow model to OpenCVForUnity DNN modules but the Unity editor crash. I have already trained my model using Keras and convert the model...