OSDN Git Service

ec86946869318088bc17ba6e4be4939545d65f43
[nyartoolkit-and/nyartoolkit-and.git] / src / jp / nyatla / nyartoolkit / nyidmarker / NyIdMarkerParam.java
1 /* \r
2  * PROJECT: NyARToolkit(Extension)\r
3  * --------------------------------------------------------------------------------\r
4  * The NyARToolkit is Java edition ARToolKit class library.\r
5  * Copyright (C)2008-2009 Ryo Iizuka\r
6  *\r
7  * This program is free software; you can redistribute it and/or\r
8  * modify it under the terms of the GNU Lesser General Public License\r
9  * as published by the Free Software Foundation; either version 3\r
10  * of the License, or (at your option) any later version.\r
11  * \r
12  * This program is distributed in the hope that it will be useful,\r
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
15  * GNU Lesser General Public License for more details\r
16  * \r
17  * You should have received a copy of the GNU Lesser General Public\r
18  * License along with this program. If not, see <http://www.gnu.org/licenses/>.\r
19  * \r
20  * For further information please contact.\r
21  *      http://nyatla.jp/nyatoolkit/\r
22  *      <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
23  * \r
24  */\r
25 package jp.nyatla.nyartoolkit.nyidmarker;\r
26 \r
27 /**\r
28  * [[Strage class]]\r
29  * マーカを抽出した時のパラメータを格納するクラスです。\r
30  *\r
31  */\r
32 public class NyIdMarkerParam\r
33 {\r
34         /**\r
35          * マーカの方位値です。\r
36          */\r
37         public int direction;\r
38         /**\r
39          * マーカ周辺のパターン閾値です。\r
40          */\r
41         public int threshold; \r
42         \r
43 }\r