Top "Javacv" questions

JavaCV provides wrappers to commonly used computer vision libraries, OpenCV in particular.

Capturing a single image from my webcam in Java or Python

I want to capture a single image from my webcam and save it to disk. I want to do this …

java python webcam image-capture javacv
Filling holes inside a binary object

I have a problem with filling white holes inside a black coins so that I can have only 0-255 binary …

image-processing opencv javacv
UnsatisfiedLinkError: no opencv_java249 in java.library.path

Running into some problems making a piece of code run on my mac. Had someone write me an image analysis …

java opencv javacv
Face Recognition on Android

I'm trying to develop a Face Recognition app on Android and since I don't want to use NDK on the …

android opencv javacv face-recognition
Where to get the jar for openCV?

Where are the Java jar libraries for the openCV core extensions so that I can import it in my java …

java eclipse opencv ubuntu-12.04 javacv
opencv manager package was not found?? how install automatcally?

I am working on openCV, and whenever i run code it gives me package manager is not installed, So how …

android opencv javacv
Using OpenCV Java Bindings to read an image

I'm using the new OpenCV Java bindings to read an image and do some processing on the image. I'm trying …

java opencv image-processing javacv
Android OpenCV Find contours

I need to extract the largest contour of an image. This is the code i'm currently using. gathered of a …

java android opencv javacv
Using OpenCV in Java with JavaCV

I am getting desperate !! I am trying to use OpenCV in Java, via JavaCV (JNA to wrap OpenCV for java). …

java eclipse macos opencv javacv
OpenCV (JavaCV) vs OpenCV (C/C++ interfaces)

I am just wondering whether there would be a significant speed performance advantage relatively on a given set of machines …

java c++ c opencv javacv