Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Image Processing with Java

Name: Anonymous 2013-07-09 11:29

I'm writing an image processing program that needs to be multiplatform, so I've chosen Java. I've been trying to use OpenCV via JavaCV, but I'm finding that all of the documentation for OpenCV is only in languages I don't know, and there is only a small amount of incomplete documentation for JavaCV.

All I need to do is check black only and white only webcam feed every few milliseconds and count how many white boxes are visible, then log the data, which I've already taken care of

Any recomendations for something other than JavaCV that has documentation I can use or another method of solving this?

Name: Anonymous 2013-07-09 13:41

>>1
If multiplatform includes embedded, you might consider doing it in ANSI C89 eventually. It will be portable across everything, some platforms have few choices if any for C++ compilers because implementing C++ is made difficult by the undecidable complexities of the lexing/tokenization phases, but a few more platforms may have at least EC++.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List