kig / JSARToolKit

JavaScript port of FLARToolKit

Home Page:http://fhtr.org/JSARToolKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with NyARLabelOverlapChecker.setMaxLabels

hsia opened this issue · comments

commented

Hi kig!

Found an issue with NyARLabelOverlapChecker.setMaxLabels function, fixed as below:

  • this._labels = createArray(i_max_label);
  • this._labels = this.createArray(i_max_label);

Best regards!

Hsia

Fixed, thanks.