How can I use Hu moments in java? [closed]

asked 2019-06-06 05:07:29 -0600

enggg gravatar image

updated 2019-06-06 05:34:19 -0600

berak gravatar image

Hi. I want to extract feature from the image using the hu moments function. But I didn't find any examples of this in java. How do I do the calculation for hu moments in Java?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by berak
close date 2019-06-07 00:37:26.580820

Comments

There is this tutorial in Java. With minimal modifications, you should be able to get the HuMoments.

Eduardo gravatar imageEduardo ( 2019-06-06 07:48:57 -0600 )edit