An open API service indexing awesome lists of open source software.

https://github.com/bytedeco/javacv-examples

Examples of using JavaCV / OpenCV library on Java Virtual Machine
https://github.com/bytedeco/javacv-examples

flandmark-demo flycapture2 flycapture2-demo javacv opencv2-cookbook scala

Last synced: 25 days ago
JSON representation

Examples of using JavaCV / OpenCV library on Java Virtual Machine

Awesome Lists containing this project

README

        

JavaCV-Examples
===============

This project contains examples of using [JavaCV](https://github.com/bytedeco/javacv)
and other library wrappers from [javacpp-presets](https://github.com/bytedeco/javacpp-presets) project.

* [OpenCV_Cookbook](OpenCV_Cookbook) - JavaCV versions of the examples presented in the Robert Laganière's book
"OpenCV Computer Vision Application Programming Cookbook".
The original examples in the Cookbook are in C++, here they are translated to use JavaCV API.
* [flandmark-demo](flandmark-demo) - example of using [flandmark](https://github.com/uricamic/flandmark) library.
* [FlyCapture2-demo](FlyCapture2-demo) - examples of using
[JVM wrapper](https://github.com/bytedeco/javacpp-presets/tree/master/flycapture) for
Flir/Point Grey [FlyCapture SDK](https://www.ptgrey.com/flycapture-sdk).
* [Spinnaker-demo](Spinnaker-demo) - examples of using
[JVM wrapper](https://github.com/bytedeco/javacpp-presets/tree/master/spinnaker) for
Flir/Point Grey [Spinnaker SDK](https://www.ptgrey.com/spinnaker-sdk).