This commit is contained in:
UnknownObject
2022-12-12 10:08:12 +08:00
parent 810a5d5f11
commit 8b88cd79eb
24 changed files with 220 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
// Third party copyrights are property of their respective owners.
//This file is exported by UnknownObject for Multiple-QRCode-Detection in Android
//File Split & Simplfied by UnknownObject at 2022-10-11
//File Split & Simplified by UnknownObject at 2022-10-11
#include "cv_qrcode.h"
+5 -1
View File
@@ -47,7 +47,7 @@
//M*/
//This file is exported by UnknownObject for Multiple-QRCode-Detection in Android
//File Split & Simplfied by UnknownObject at 2022-10-11
//File Split & Simplified by UnknownObject at 2022-10-11
#ifndef MAINCAR_PRIVATE_H
#define MAINCAR_PRIVATE_H
@@ -60,6 +60,10 @@
#include <opencv2/core/utils/trace.hpp>
#ifdef HAVE_IPP
#undef HAVE_IPP
#endif
#ifdef ENABLE_INSTRUMENTATION
#include "opencv2/core/utils/instrumentation.hpp"
#endif
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2022. UnknownNetworkService Group
~ This file is created by UnknownObject at 2022 - 12 - 9
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size
android:height="20dp"
android:width="20dp" />
<stroke
android:color="@color/teal_700"
android:width="2dp" />
<corners android:radius="10dp" />
</shape>
+2 -1
View File
@@ -268,7 +268,8 @@
android:id="@+id/text_toast"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:layout_margin="5dp"
android:background="@drawable/log_box_shape"
android:fadeScrollbars="false"
android:scrollbars="vertical"
android:textAlignment="center"