• R/O
  • SSH
  • HTTPS

nyartoolkit: 提交


Commit MetaInfo

修訂1150 (tree)
時間2013-08-20 15:52:56
作者nyatla

Log Message

bugfix getCurrentThreshold

Change Summary

差異

--- nyar4psg/trunk/for2.x/src/jp/nyatla/nyar4psg/MultiMarker.java (revision 1149)
+++ nyar4psg/trunk/for2.x/src/jp/nyatla/nyar4psg/MultiMarker.java (revision 1150)
@@ -135,7 +135,7 @@
135135 public int getCurrentThreshold()
136136 {
137137 //256スケールに直す。
138- return this.getCurrentThreshold();
138+ return this._ms.getCurrentThreshold();
139139 }
140140
141141 /** 初期値定数。マーカ一致度の最小敷居値を示します。*/
Show on old repository browser