You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the formulae in Wikipedia
(http://en.wikipedia.org/wiki/Image_moments#Rotation_invariant_moments),
there's some typos in case 2, 4 and 7 in getHuMoment() method.
Case 2: missing 'n' in 'n02', yours is number 02.
Case 4: the first variable of the second operand is n21, NOT n12
Case 7: the operator between two big operands is minus (-), NOT plus (+)
Best Regards,
Lam
Original issue reported on code.google.com by [email protected] on 3 Jun 2012 at 8:26
Original issue reported on code.google.com by
[email protected]
on 3 Jun 2012 at 8:26Attachments:
The text was updated successfully, but these errors were encountered: