Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions app/src/main/java/com/tomlocksapps/matrixcodes/MathOperation.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
package com.tomlocksapps.matrixcodes;

import android.app.Application;
import android.graphics.Point;
import android.graphics.PointF;

import static java.lang.Math.*;
/**
* Created by Seba on 2015-03-03.
*/
public class MathOperation extends Application {
int x;
int y;

/**
*
* @param point1 first point of QRcode
* @param point2 center point of QRcode
* @param point3 third point of QRcode
* @param xdeg degree around x axis
* @param zdeg degree around z axis
* @return
*/
public float DegreeMath(Point point1, Point point2, Point point3, float xdeg, float zdeg)
{

PointF vect1 = new PointF();
PointF vect2 = new PointF();
PointF vect1_temp = new PointF();
PointF vect2_temp = new PointF();
float vertical,horizontal;
float DegreeParam;

//vect declaration
vect1.x = point1.x-point2.x;
vect1.y = (float) ((point1.y-point2.y)/cos(xdeg));
vect2.x = point3.x-point2.x;
vect2.y = (float)((point3.y-point2.y)/cos(xdeg));
vect1_temp = vect1;
vect2_temp = vect2;
vect1.x = (float)(vect1_temp.x * cos(zdeg)- vect1_temp.y * sin(zdeg));
vect1.y = (float)(vect1_temp.x * sin(zdeg) + vect1_temp.y * cos(zdeg));

vect2.x = (float)(vect2_temp.x * cos(zdeg) - vect2_temp.y * sin(zdeg));
vect2.y = (float)(vect2_temp.x * sin(zdeg) + vect2_temp.y * cos(zdeg));

vertical = (float)(sqrt(vect1.x*vect1.x+vect1.y*vect1.y));
horizontal = (float)(sqrt(vect2.x*vect2.x+vect2.y*vect2.y));
DegreeParam = (float)(acos(horizontal/vertical));

return DegreeParam;
}

}
16 changes: 16 additions & 0 deletions libraries/libraries.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="MatrixCodes" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":libraries" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: C:\\Android\\workspace_android_studio\\MatrixCodes\\libraries\\opencv\\src\\org\\opencv\\engine\\OpenCVEngineInterface.aidl
* Original file: C:\\Users\\Sebastian\\Documents\\GitHub\\MatrixCodes\\libraries\\opencv\\src\\org\\opencv\\engine\\OpenCVEngineInterface.aidl
*/
package org.opencv.engine;
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: C:\\Android\\workspace_android_studio\\MatrixCodes\\libraries\\opencv\\src\\org\\opencv\\engine\\OpenCVEngineInterface.aidl
* Original file: C:\\Users\\Sebastian\\Documents\\GitHub\\MatrixCodes\\libraries\\opencv\\src\\org\\opencv\\engine\\OpenCVEngineInterface.aidl
*/
package org.opencv.engine;
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package org.opencv.test;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "org.opencv.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 2480;
public static final String VERSION_NAME = "2.4.8";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package org.opencv;

public final class R {
public static final class attr {
public static final int camera_id = 0x7f010001;
public static final int show_fps = 0x7f010000;
}
public static final class id {
public static final int any = 0x7f020000;
public static final int back = 0x7f020001;
public static final int front = 0x7f020002;
}
public static final class styleable {
public static final int[] CameraBridgeViewBase = { 0x7f010000, 0x7f010001 };
public static final int CameraBridgeViewBase_camera_id = 1;
public static final int CameraBridgeViewBase_show_fps = 0;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package org.opencv.test;

public final class R {
public static final class attr {
/** <p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>any</code></td><td>-1</td><td></td></tr>
<tr><td><code>back</code></td><td>99</td><td></td></tr>
<tr><td><code>front</code></td><td>98</td><td></td></tr>
</table>
*/
public static final int camera_id=0x7f010001;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int show_fps=0x7f010000;
}
public static final class id {
public static final int any=0x7f020000;
public static final int back=0x7f020001;
public static final int front=0x7f020002;
}
public static final class styleable {
/** Attributes that can be used with a CameraBridgeViewBase.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CameraBridgeViewBase_camera_id org.opencv.test:camera_id}</code></td><td></td></tr>
<tr><td><code>{@link #CameraBridgeViewBase_show_fps org.opencv.test:show_fps}</code></td><td></td></tr>
</table>
@see #CameraBridgeViewBase_camera_id
@see #CameraBridgeViewBase_show_fps
*/
public static final int[] CameraBridgeViewBase = {
0x7f010000, 0x7f010001
};
/**
<p>This symbol is the offset where the {@link org.opencv.test.R.attr#camera_id}
attribute's value can be found in the {@link #CameraBridgeViewBase} array.


<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>any</code></td><td>-1</td><td></td></tr>
<tr><td><code>back</code></td><td>99</td><td></td></tr>
<tr><td><code>front</code></td><td>98</td><td></td></tr>
</table>
@attr name org.opencv.test:camera_id
*/
public static final int CameraBridgeViewBase_camera_id = 1;
/**
<p>This symbol is the offset where the {@link org.opencv.test.R.attr#show_fps}
attribute's value can be found in the {@link #CameraBridgeViewBase} array.


<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name org.opencv.test:show_fps
*/
public static final int CameraBridgeViewBase_show_fps = 0;
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="2480"
android:versionName="2.4.8" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />

</manifest>
8 changes: 8 additions & 0 deletions libraries/opencv/build/intermediates/bundles/debug/R.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
int attr camera_id 0x7f010001
int attr show_fps 0x7f010000
int id any 0x7f020000
int id back 0x7f020001
int id front 0x7f020002
int[] styleable CameraBridgeViewBase { 0x7f010000, 0x7f010001 }
int styleable CameraBridgeViewBase_camera_id 1
int styleable CameraBridgeViewBase_show_fps 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="2480"
android:versionName="2.4.8" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />

</manifest>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CameraBridgeViewBase"><attr format="boolean" name="show_fps"/><attr format="integer" name="camera_id"><enum name="any" value="-1"/><enum name="back" value="99"/><enum name="front" value="98"/></attr></declare-styleable>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="2480"
android:versionName="2.4.8" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />

</manifest>
8 changes: 8 additions & 0 deletions libraries/opencv/build/intermediates/bundles/release/R.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
int attr camera_id 0x7f010001
int attr show_fps 0x7f010000
int id any 0x7f020000
int id back 0x7f020001
int id front 0x7f020002
int[] styleable CameraBridgeViewBase { 0x7f010000, 0x7f010001 }
int styleable CameraBridgeViewBase_camera_id 1
int styleable CameraBridgeViewBase_show_fps 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="2480"
android:versionName="2.4.8" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />

</manifest>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CameraBridgeViewBase"><attr format="boolean" name="show_fps"/><attr format="integer" name="camera_id"><enum name="any" value="-1"/><enum name="back" value="99"/><enum name="front" value="98"/></attr></declare-styleable>
</resources>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="debug"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\intermediates\bundles\debug\assets"/></dataSet><dataSet config="main"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\androidTest\assets"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\main\assets"/></dataSet><dataSet config="debug"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\debug\assets"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\main\assets"/></dataSet><dataSet config="release"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\release\assets"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="debug"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\intermediates\bundles\debug\res"><file path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\intermediates\bundles\debug\res\values\values.xml" qualifiers=""><declare-styleable name="CameraBridgeViewBase"><attr format="boolean" name="show_fps"/><attr format="integer" name="camera_id"><enum name="any" value="-1"/><enum name="back" value="99"/><enum name="front" value="98"/></attr></declare-styleable></file></source></dataSet><dataSet config="main"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\androidTest\res"/><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\generated\res\rs\androidTest\debug"/><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\generated\res\generated\androidTest\debug"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="CameraBridgeViewBase"><attr format="boolean" name="show_fps"/><attr format="integer" name="camera_id"><enum name="any" value="-1"/><enum name="back" value="99"/><enum name="front" value="98"/></attr></declare-styleable></configuration></mergedItems></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\res"><file path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\res\values\attrs.xml" qualifiers=""><declare-styleable name="CameraBridgeViewBase">
<attr format="boolean" name="show_fps"/>
<attr format="integer" name="camera_id">
<enum name="any" value="-1"/>
<enum name="back" value="99"/>
<enum name="front" value="98"/>
</attr>
</declare-styleable></file></source><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\generated\res\rs\debug"/><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\generated\res\generated\debug"/></dataSet><dataSet config="debug"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\debug\res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="CameraBridgeViewBase"><attr format="boolean" name="show_fps"/><attr format="integer" name="camera_id"><enum name="any" value="-1"/><enum name="back" value="99"/><enum name="front" value="98"/></attr></declare-styleable></configuration></mergedItems></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\res"><file path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\res\values\attrs.xml" qualifiers=""><declare-styleable name="CameraBridgeViewBase">
<attr format="boolean" name="show_fps"/>
<attr format="integer" name="camera_id">
<enum name="any" value="-1"/>
<enum name="back" value="99"/>
<enum name="front" value="98"/>
</attr>
</declare-styleable></file></source><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\generated\res\rs\release"/><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\build\generated\res\generated\release"/></dataSet><dataSet config="release"><source path="C:\Users\Sebastian\Documents\GitHub\MatrixCodes\libraries\opencv\src\release\res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="CameraBridgeViewBase"><attr format="boolean" name="show_fps"/><attr format="integer" name="camera_id"><enum name="any" value="-1"/><enum name="back" value="99"/><enum name="front" value="98"/></attr></declare-styleable></configuration></mergedItems></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package org.opencv.engine;

/**
* Class provides a Java interface for OpenCV Engine Service. It's synchronous with native OpenCVEngine class.
*/
interface OpenCVEngineInterface
{
/**
* @return Returns service version.
*/
int getEngineVersion();

/**
* Finds an installed OpenCV library.
* @param OpenCV version.
* @return Returns path to OpenCV native libs or an empty string if OpenCV can not be found.
*/
String getLibPathByVersion(String version);

/**
* Tries to install defined version of OpenCV from Google Play Market.
* @param OpenCV version.
* @return Returns true if installation was successful or OpenCV package has been already installed.
*/
boolean installVersion(String version);

/**
* Returns list of libraries in loading order, separated by semicolon.
* @param OpenCV version.
* @return Returns names of OpenCV libraries, separated by semicolon.
*/
String getLibraryList(String version);
}
Loading