OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opencv
(Results
1 - 11
of
11
) sorted by null
/external/libxcam/modules/ocl/
cv_edgetaper.h
28
#include <opencv2/
opencv
.hpp>
cv_context.h
30
#include <opencv2/
opencv
.hpp>
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
OpenCVLibrary.java
25
import org.
opencv
.android.BaseLoaderCallback;
26
import org.
opencv
.android.LoaderCallbackInterface;
27
import org.
opencv
.android.OpenCVLoader;
33
*
OpenCV
library loader class
42
* Load
OpenCV
Library in async mode
72
Log.e(TAG, "Connecting
OpenCV
Manager failed");
94
* @return a boolean indicates whether the
OpenCV
library is loaded.
101
* Probe if the
OpenCV
Manager package is installed
103
* @return a boolean indicate wheather
OpenCV
Manager is installed
106
Intent intent = new Intent("org.
opencv
.engine.BIND")
[
all
...]
/external/libxcam/
README.md
20
-
OpenCV
feature-matched based video stabilization.
54
* If --enable-
opencv
, need compile
opencv
<http://
opencv
.org> (or: <https://github.com/
opencv
/
opencv
/wiki>)
80
--enable-
opencv
enable
opencv
library, [default=no]
88
--enable-libcl --enable-
opencv
--enable-profiling --enable-smartlib
/external/libxcam/modules/soft/
cv_capi_feature_match.h
33
#include <opencv2/
opencv
.hpp>
/external/libxcam/plugins/smart/dvs/libdvs/
stabilizer.h
26
#include <opencv2/
opencv
.hpp>
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java
27
import org.
opencv
.core.Mat;
28
import org.
opencv
.core.CvType;
29
import org.
opencv
.core.MatOfDouble;
30
import org.
opencv
.core.MatOfFloat;
31
import org.
opencv
.core.MatOfPoint2f;
32
import org.
opencv
.core.MatOfPoint3f;
33
import org.
opencv
.core.Point;
34
import org.
opencv
.core.Size;
35
import org.
opencv
.imgcodecs.Imgcodecs;
36
import org.
opencv
.imgproc.Imgproc
[
all
...]
/cts/apps/CtsVerifier/
Android.mk
42
ctsverifier-
opencv
\
101
#
opencv
library
105
ctsverifier-
opencv
:libs/opencv3-android.jar
/external/libxcam/tests/
test-image-deblurring.cpp
32
#include <opencv2/
opencv
.hpp>
test-video-stabilization.cpp
34
#include <opencv2/
opencv
.hpp>
Completed in 894 milliseconds