Questions tagged [javacv]

JavaCV provides wrappers to commonly used computer vision libraries, OpenCV in particular. Note that JavaCV is now superseded by an official OpenCV Java API. Do not use this tag for the official OpenCV Java API, use [opencv] + [java] instead.

JavaCV was originally a Google supported project for interfacing Java to computer vision libraries. However it is now part of Bytedeco.

JavaCV is a wrapper around OpenCV's C API, which has been deprecated in favor of a newer C++ API. There is now an official OpenCV Java API, which is an automatically generated binding for the C++ API, and this probably should be used in preference to JavaCV for new code.

987 questions
-1
votes
1 answer

Using opencv with javacv in web application

I am making a web application which uses Face Detection in which user is asked to take a picture from webcam or upload from his computer at time of Registration. After that store it on my server and then when user log in website again then use Face…
user3522121
  • 215
  • 3
  • 10
  • 23
-1
votes
1 answer

Javacv :: MPEG_2 video to iplimage

I'm using a Tv camera ,and a TV_TO_USB device to get video on my labtop I want video to be used in a javacv program due to some problems , I couldn't get the video instantaneously to the program (Although it worked for the internal and external…
-1
votes
1 answer

Webcam interfacing using Javacv or lti-civil library. which one is better in terms of performance and better interfacing..?

I want to only ask that which library will give better performance among LTI-Civil and JavaCV for webcam interfacing ,For Image Capturing and all that purpose. How well both the library do live streaming in robust way,I mean without any kind of…
Devang
  • 11
  • 4
-1
votes
1 answer

How can I put an image with the Asset Manager into a IplImage?

I have a problem with my pictures which need to be loaded. The problem is that they are in the asset folder and I tried to load them with the path: static String objectFilename = "file:///android_asset/sblinksoben.png"; After that I tried to load…
Sander
  • 73
  • 2
  • 10
-1
votes
1 answer

I am using JavaCV and OpenCV245.This is working on Windows 7,but don't working on Windows XP. How I can this implementation?

I am using JavaCV and OpenCV245.This is working on Windows 7,but don't working on Windows XP. How I can this implementation ?
-1
votes
1 answer

Whats behind the Times now's android alive application?

Please don't delete this question because of no code inside this question? I want to develop an application very similar to times alive, which one enables users to scan images and presents a related video,One of fine AR integration I found. As per…
Renjith K N
  • 2,613
  • 2
  • 31
  • 53
-1
votes
1 answer

How to Thread this application

I am using Marvin framework and Java CV (OpenCV), Objective : - To detect Green region in video and make a rectangle over that area. Solution : - Using Marvin Framework , i have been able to detect green region in static image Problem :- Getting…
anshulkatta
  • 2,044
  • 22
  • 30
-2
votes
1 answer

JavaCV doesn't start

First thing: I'm not a native english speaker so i try to do my best. Im trying to use JavaCV but it doesn't work. I get the error: OpenJDK 64-Bit Server VM warning: You have loaded library /usr/lib/libtbb.so which might have disabled stack guard.…
Vepnar
  • 3
  • 2
-2
votes
1 answer

Error 'ImageGenerator' cannot be resolve

I am trying the following code but getting: ImageGenerator cannot be resolved I have imported the required libraries of JavaCV and OpenCV. Do I need to import more libraries? I have searched, but could not find it! import java.awt.*; import…
-2
votes
1 answer

Object detection/tracking

I want to write a program in Java to have "Object Detection and Tracking" function, I have searched for that and found that there are libraries that can do this. Like OpenCV, if someone needs to use it in Java needs to use JavaCV wrapper..., but I…
Bahramdun Adil
  • 5,907
  • 7
  • 35
  • 68
-3
votes
2 answers

Introduction on Opencv and JavaCV

What is OpenCv and JavacV? please give simple introduction or meaning.Please tell me how useful in programming language.
-4
votes
1 answer

JavaCV - improve for ocr

Imagine that I want to improve a picture of a thermal impression paper, I am usin JAVA CV but my image gets all black. I put here an example: Here is the code: CvScalar min = cvScalar(100, 100, 130, 0);//BGR-A CvScalar max= cvScalar(140, 110, 255,…
John
  • 1,697
  • 4
  • 27
  • 53
1 2 3
65
66