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
- Host: GitHub
- URL: https://github.com/bytedeco/javacv-examples
- Owner: bytedeco
- Created: 2014-05-03T15:11:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T04:15:54.000Z (5 months ago)
- Last Synced: 2025-04-01T05:33:37.010Z (about 1 month ago)
- Topics: flandmark-demo, flycapture2, flycapture2-demo, javacv, opencv2-cookbook, scala
- Language: Scala
- Size: 40.8 MB
- Stars: 343
- Watchers: 26
- Forks: 157
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).