Ticket #29763

NyARToolkit, addARMarker typo addARMarker(INyARRgbRaster i_raster,int i_patt_resolution,int i_patt_edge_percentage,double i_marker_size) throws NyARException

오픈 날짜: 2012-10-06 10:42 마지막 업데이트: 2013-01-28 11:58

Reporter:
소유자:
(None)
Type:
Status:
Closed
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

From Alberto-san,

public int addARMarker(INyARRgbRaster i_raster,int i_patt_resolution,int i_patt_edge_percentage,double i_marker_size) throws NyARException

{
NyARCode c=new NyARCode(i_patt_resolution,i_patt_resolution); NyARIntSize s=i_raster.getSize(); //ラスタからマーカパターンを切り出す。 INyARPerspectiveCopy pc=(INyARPerspectiveCopy)i_raster.createInterface(INyARPerspectiveCopy.class); NyARRgbRaster tr=new NyARRgbRaster(i_patt_resolution,i_patt_resolution); pc.copyPatt(0,0,s.w,0,s.w,s.h,0,s.h,i_patt_edge_percentage, i_patt_edge_percentage,4, tr); //切り出したパターンをセット c.setRaster(tr); this.addARMarker(c,i_patt_edge_percentage,i_marker_size); return 0;
}

should not return 0 but should end with

return this.addARMarker(c,i_patt_edge_percentage,i_marker_size);

Ticket History (3/4 Histories)

2012-10-06 10:42 Updated by: nyatla
  • New Ticket "NyARToolkit, addARMarker typo addARMarker(INyARRgbRaster i_raster,int i_patt_resolution,int i_patt_edge_percentage,double i_marker_size) throws NyARException" created
2012-10-06 10:46 Updated by: nyatla
댓글 올리기

This problem is fixed in r1067 on Java.

Thank you.

javaバージョンでは、r1067で修正しました。

ありがとうございます。

2012-10-06 13:27 Updated by: nyatla
댓글 올리기

リビジョンミス。

This problem is fixed in r1068 on Java.

javaバージョンでは、r1068で修正しました。

2013-01-28 11:58 Updated by: nyatla
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2013-01-28 11:58
댓글 올리기

4.1.1でリリース済。

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login