mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
13 years ago
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class HardwareDetector */
|
||
|
|
||
|
#ifndef _Included_HardwareDetector
|
||
|
#define _Included_HardwareDetector
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/*
|
||
|
* Class: org_opencv_engine_manager_HardwareDetector
|
||
|
* Method: GetCpuID
|
||
|
* Signature: ()I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_org_opencv_engine_manager_HardwareDetector_GetCpuID
|
||
|
(JNIEnv *, jclass);
|
||
|
|
||
|
/*
|
||
|
* Class: org_opencv_engine_manager_HardwareDetector
|
||
|
* Method: GetPlatformName
|
||
|
* Signature: ()Ljava/lang/String;
|
||
|
*/
|
||
|
JNIEXPORT jstring JNICALL Java_org_opencv_engine_manager_HardwareDetector_GetPlatformName
|
||
|
(JNIEnv *, jclass);
|
||
|
|
||
|
/*
|
||
|
* Class: org_opencv_engine_manager_HardwareDetector
|
||
|
* Method: GetProcessorCount
|
||
|
* Signature: ()I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_org_opencv_engine_manager_HardwareDetector_GetProcessorCount
|
||
|
(JNIEnv *, jclass);
|
||
|
|
||
|
/*
|
||
|
* Class: org_opencv_engine_manager_HardwareDetector
|
||
|
* Method: DetectKnownPlatforms
|
||
|
* Signature: ()I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_org_opencv_engine_manager_HardwareDetector_DetectKnownPlatforms
|
||
|
(JNIEnv *, jclass);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|