mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #778 from asmorkalov:android_wanr_fix
This commit is contained in:
commit
74e5ff2ec7
@ -28,7 +28,7 @@ struct Engine
|
|||||||
cv::Ptr<cv::VideoCapture> capture;
|
cv::Ptr<cv::VideoCapture> capture;
|
||||||
};
|
};
|
||||||
|
|
||||||
cv::Size calc_optimal_camera_resolution(const char* supported, int width, int height)
|
static cv::Size calc_optimal_camera_resolution(const char* supported, int width, int height)
|
||||||
{
|
{
|
||||||
int frame_width = 0;
|
int frame_width = 0;
|
||||||
int frame_height = 0;
|
int frame_height = 0;
|
||||||
|
@ -8,7 +8,7 @@ using namespace std;
|
|||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
JNIEXPORT void JNICALL Java_org_opencv_samples_tutorial2_Tuturial2Activity_FindFeatures(JNIEnv*, jobject, jlong addrGray, jlong addrRgba);
|
JNIEXPORT void JNICALL Java_org_opencv_samples_tutorial2_Tutorial2Activity_FindFeatures(JNIEnv*, jobject, jlong addrGray, jlong addrRgba);
|
||||||
|
|
||||||
JNIEXPORT void JNICALL Java_org_opencv_samples_tutorial2_Tutorial2Activity_FindFeatures(JNIEnv*, jobject, jlong addrGray, jlong addrRgba)
|
JNIEXPORT void JNICALL Java_org_opencv_samples_tutorial2_Tutorial2Activity_FindFeatures(JNIEnv*, jobject, jlong addrGray, jlong addrRgba)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user