Incidencia #29763

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

Abrir Fecha: 2012-10-06 10:42 Última actualización: 2013-01-28 11:58

Informador:
Propietario:
(Ninguno)
Tipo:
Estado:
Cerrado
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Ninguno
Fichero:
Ninguno

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
Comentario

This problem is fixed in r1067 on Java.

Thank you.

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

ありがとうございます。

2012-10-06 13:27 Updated by: nyatla
Comentario

リビジョンミス。

This problem is fixed in r1068 on Java.

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

2013-01-28 11:58 Updated by: nyatla
  • Estado Update from Open to Cerrado
  • Ticket Close date is changed to 2013-01-28 11:58
Comentario

4.1.1でリリース済。

Attachment File List

No attachments

Editar

Please login to add comment to this ticket » Entrar