OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

OpenCV for Unity (Untiy Asset Plugin)

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

I followed the text detection example to make a mobile app that detects the text. However, the accuracy seems poor. As the figure shows, there are many texts on the...

p.savetxt(outputImgPath ,des , fmt='%.2f') Python code saves image features and sample code. How does unityforopencv persist image features, including saving and reading? Do you give some suggestions and guidance?

I have a project where I use AR Foundation. Are there any examples for using solvepnp to place an object for augmented reality with AR Foundation?

Hello, I am currently having trouble loading my custom configuration for Darknet Yolov4(not Yolov4-tiny) *.weights, *.cfg and *.names file to the YOLO webcam object detector sample scene for testing. It...

I have a YoloV4 model I trained using codelabs. I have 4 Classes (Lets name them a,b,c,d) I tested the model and its giving increadible accurate results in codelab. As...

I have put together a small repro project for this as it was an issue affecting 2 apps we are working on and I had to remove OpenCV from both...

I want to make it so that the YoloV4 detects only humans. I'm pretty sure I would need to change something in my yolov4-tiny.cfg file (https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-tiny.cfg.), but I'm lost. How...

Which relatively new version contains SURF algorithm?

Hello, is there any example for DenseOpticalFlow calculation and visualization? Reference: [https://docs.opencv.org/3.4/dc/d6b/group__video__track.html#ga5d10ebbd59fe09c5f650289ec0ece5af](https://docs.opencv.org/3.4/dc/d6b/group__video__track.html#ga5d10ebbd59fe09c5f650289ec0ece5af)