OpenCVForUnity
OpenCVForUnity copied to clipboard
OpenCV for Unity (Untiy Asset Plugin)
Hello, I would like to using USRF algorithm to extract feature points but the corresponding API cannot be found in the document.   Whether to remove this feature in...
Hello, I would like to save a Mat instance to the disk. More specifically this instance is the result of the dnn forward operation, `model.foward()` . I tried to use...
Hello Team, Wanted to know which ssd_mobilenet versions are compatible with OpenCVForUnity
At the moment, OpenCV for unity does not support the surface matching module which has an efficient implementation of ICP. Can this module be supported with OpenCV for Unity? Please...
I have a problem that may be silly but it is affecting me. I want to set so that the camera occupies the entire screen on android. I mean it's...
how to detect motions and objects track motions?
Feature detection and matching using ORB is better performing in normal OpenCV Android Sdk than OpenCVForUnity. Eg: I get ~20 matches for an image in OpenCVForUnity, for the same image...
I am studying the sample ‘Hand Keypoint Detection’ on https://www.learnopencv.com/hand-keypoint-detection-using-deep-learning-and-opencv/, it works in c++ application. I am trying to convert this using opencvforunity. Everything works well except below c++ line...
When I open the FaceDetectionWebCamTextureExample, it occurred an error "cascade file is not loaded. Please copy from “OpenCVForUnity/StreamingAssets/” to “Assets/StreamingAssets/” folder. ". But I have copy the file to “Assets/StreamingAssets/”...
I want to convert mat to byte using 'opencv for unity'. but I don't know the way... can you help me??? Is there any idea??