OSDN Git Service

[Backup]NyARToolkit for Java
[nyartoolkit-and/nyartoolkit-and.git] / trunk / src / jp / nyatla / nyartoolkit / core / labeling / rlelabeling / RleLabelFragmentInfoStack.java
index 29697c2..c11fbad 100644 (file)
@@ -1,3 +1,27 @@
+/* \r
+ * PROJECT: NyARToolkit(Extension)\r
+ * --------------------------------------------------------------------------------\r
+ * The NyARToolkit is Java edition ARToolKit class library.\r
+ * Copyright (C)2008-2009 Ryo Iizuka\r
+ *\r
+ * This program is free software: you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation, either version 3 of the License, or\r
+ * (at your option) any later version.\r
+ * \r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
+ * \r
+ * For further information please contact.\r
+ *     http://nyatla.jp/nyatoolkit/\r
+ *     <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
+ * \r
+ */\r
 package jp.nyatla.nyartoolkit.core.labeling.rlelabeling;\r
 \r
 \r
@@ -11,14 +35,7 @@ public class RleLabelFragmentInfoStack  extends NyARLabelInfoStack<RleLabelFragm
        {\r
                //継承メンバ\r
                //int area; // フラグメントラベルの領域数\r
-               public short id; // フラグメントラベルのインデクス\r
                public int entry_x; // フラグメントラベルの位置\r
-               public int clip_t;\r
-               public int clip_l;\r
-               public int clip_r;\r
-               public int clip_b;\r
-               public double pos_x;\r
-               public double pos_y;\r
        }       \r
        public RleLabelFragmentInfoStack(int i_length)\r
        {\r