/* 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 in.omerjerk.droidcv;
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 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 int show_fps=0x7f010000;
}
public static final class drawable {
public static int icon=0x7f020000;
}
public static final class id {
public static int any=0x7f050000;
public static int back=0x7f050001;
public static int front=0x7f050002;
public static int result_text_view=0x7f050003;
}
public static final class raw {
public static int banana_classifier=0x7f040000;
public static int cascade=0x7f040001;
public static int lbpcascade_frontalface=0x7f040002;
}
public static final class string {
public static int app_name=0x7f060000;
}
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 in.omerjerk.opencv:camera_id}</code></td><td></td></tr>
<tr><td><code>{@link #CameraBridgeViewBase_show_fps in.omerjerk.opencv: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 in.omerjerk.opencv.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 in.omerjerk.opencv:camera_id
*/
public static final int CameraBridgeViewBase_camera_id = 1;
/**
<p>This symbol is the offset where the {@link in.omerjerk.opencv.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 in.omerjerk.opencv:show_fps
*/
public static final int CameraBridgeViewBase_show_fps = 0;
};
}