Xamarin.Android.OpenCV
Xamarin.Android.OpenCV copied to clipboard
C# bindings for the OpenCV Android SDK
Hope to be able to use the latest Library of xamarin.
Severity Code Description Project File Line Suppression State Error CS0426 The type name 'JavaCameraFrame' does not exist in the type 'JavaCameraView' OpenCV.Binding C:\Users\nhs\Downloads\Xamarin.Android.OpenCV\src\OpenCV.Binding\obj\Debug\generated\src\OpenCV.Android.JavaCameraView.cs 38 Active Error CS0426 The type name...
The JavaCameraFrame Class in the JavaCamera class is not in th generated classes. protected IList MCameraFrame
Hi, I'm creating wrapper for some part of my C++ code. It is possible to use or implement LineIterator and Vec3b like in C++?
I'm seeing the classic Android OpenCV landscape orientation issue with this library - basically, there doesn't seem to be a way to force the camera preview into portrait orientation, short...
I've run into some issues because this version of opencv using android camera api v1. But it has quality issues in new devices. New version of opencv has classes for...
Hi, I am trying to make an Android application in which I want to detect motion vectors. To start working on that I need access to the Optical Flow functions...
I'm creating a solution (visual studio 2017) to perform Feature Matching. I use Xamarin.forms and then I use the dependent service under android to use the OpenCV Binding. I do...
Hi, I am new to Xamarin and OpenCV. Recently I have been working with this sample with face detection and I am not sure how to capture screenshot from camera...