-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Converting OpenCV
Samuel Audet edited this page Mar 15, 2015
·
1 revision
Created Mar 24, 2010 by shervin.emami
JavaCV is designed so that most OpenCV functions can be used in JavaCV in the exact same way as they would in C/C++ code. However there are many functions that need to be treated differently, such as when a pointer to a struct needs to be passed to OpenCV. So here is a basic guide to help anyone port their OpenCV code to JavaCV.
Here are examples for using the following functions in JavaCV:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|