OpenCVForUnity
OpenCVForUnity copied to clipboard
OpenCV for Unity (Untiy Asset Plugin)
I need equivalents for the following classes and methods: Pointer (Class) GetSeqElem (Method) ConvexityDefect (Class) If you could show me the existing equivalent or create a new one, that'd be...
Hi, i am trying to play a video of my own to get some work done but somehow i could not get it to play I am using HOGDescriptorSample.cs to...
#define directives restrict to UNITY_5 so importing to Unity 2017 has ~23 errors. I was able to make a hacky fix by change from UNITY_5 to UNITY_5_3_OR_NEWER across several files...
Some contents of opencv_contrib are already implemented in OpenCVForUnity. However, `cnn_3dobj` is missing. Is there a chance that this module will come to OpenCVForUnity as well?
ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[OpenCVForUnity.KeyPoint].get_Item (Int32 index) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:633) PatternDetector.refineMatchesWithHomography (OpenCVForUnity.MatOfKeyPoint queryKeypoints, OpenCVForUnity.MatOfKeyPoint trainKeypoints, Single reprojectionThreshold, OpenCVForUnity.MatOfDMatch matches, OpenCVForUnity.Mat homography) (at Assets/MarkerLessARExample/MarkerLessAR/PatternDetector.cs:438) PatternDetector.findPattern (OpenCVForUnity.Mat image,...
Use the sample code from face mask example, video only play once then the grabbed frame size is 0 * 0. but on unity editor is ok How to loop...
ARUCO Samples do not work because opencvforunity.dll is missing the end points.
Hi, I have encountered a problem that my iOS app built from unity project which camera video was totally black on screen and the camera video source is from the...
Can I use OpenCV to play the image only through the layers I want? Specifically in the example of Tiny Yolov4?
Hi, does anyone have the example "TrackingExample" (or something alike) working with the now legacy_TrackerMOSSE, Im having problems in the part of the update. About my doubt, why is MOSSE...