Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eigentransform Texture Measure for region filtering #12

Open
CattleProdigy opened this issue Jan 25, 2014 · 0 comments
Open

Eigentransform Texture Measure for region filtering #12

CattleProdigy opened this issue Jan 25, 2014 · 0 comments
Assignees

Comments

@CattleProdigy
Copy link
Contributor

This texture measure gives an indication of surface roughness which helps to discriminate text regions where lots of fine changes / detail are expected.

A pixel and a neighborhood around the pixel are chosen. The eigenvalues of this block are found. Large eigenvalues are discarded as they encode course, low-frequency information. The average of the remaining eigenvalues is the Eigen-Transform texture measure. The size of the neighborhood is set based on the size of the region being considered.

This is a relatively costly procedure but is only applied on regions that haven't been filtered out yet. It is also only applied to regularly sampled points.

@CattleProdigy CattleProdigy self-assigned this Feb 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant