# javacv-examples **Repository Path**: hmjasonone/javacv-examples ## Basic Information - **Project Name**: javacv-examples - **Description**: https://github.com/bytedeco/javacv-examples.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/bytedeco/javacv-examples - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-20 - **Last Updated**: 2022-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).