문제

I need to extract homogeneity, correlation, contrast, and energy texture features from a Gray-Level Co-Occurrence Matrix (GLCM).

Can anyone tell me any simple algorithm which can calculate these texture features for java implementation?

도움이 되었습니까?

해결책

These are so called haralick features. You could implement them on your own scince they are really easy.

A quick search for 'haralick java' turned up this code which, at a first glance, looks like something you could use. Code for Haralick Features

It is part of the jfeaturelib. Project Site

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top