Different value of Haralick Feature and The Direction
35 views
Skip to first unread message
Avicienna Ulhaq
unread,
May 11, 2015, 8:42:45 PM5/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jfeat...@googlegroups.com
Hi there !
i'm trying to measure haralick feature and compare it with imageJ plugin "Texture analysis" in here.
it give different result. as you can see in the picture below is result of JFeatureLib
and this one is result of ImageJ "Texture Analysis"
one of my assumption is both of them using different direction to calculate haralick feature. but i cant found direction properties in JFeatureLib.
Thanks for your help ! :)
Franz Graf
unread,
May 23, 2015, 5:43:49 AM5/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jfeat...@googlegroups.com
Heyo,
sorry to answer that late. I was on some business + holiday trip.
Hm yea this looks strange.
I rmemeber that we took the Haralick-computation from legacy code that
was already around at the department. The direction (at least according
to the docs) should be the first param and thus be found in features[0]
(Haralick.java L:232).
A little difference in the computation of the coocurrence matrix
(Haralick.java L:472ff) could also lead to different results. Surely
also the value for HARALICK_DIST and how a grayscale scaling is
performed (L:456) :-/
Maybe this helps a bit further.
Good luck!
Franz
Am 12.05.2015 um 02:42 schrieb Avicienna Ulhaq:
> Hi there !
>
> i'm trying to measure haralick feature and compare it with imageJ plugin
> "Texture analysis" in here
>
> one of my assumption is both of them using different direction to
> calculate haralick feature. but i cant found direction properties in
> JFeatureLib.
>
>
> Thanks for your help ! :)
>