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

whisk file compression #24

Open
nclack opened this issue Nov 6, 2012 · 0 comments
Open

whisk file compression #24

nclack opened this issue Nov 6, 2012 · 0 comments

Comments

@nclack
Copy link
Owner

nclack commented Nov 6, 2012

one idea is to do arithmetic coding of the angular displacements at each step along the whisker. The distribution of angular steps should be pretty tight, especially if you condition on the previous angle (a markov chain). This would give a pretty good encoding.

I have an arithmetic coding implementation, but it doesn't do markov chains yet. There's also some important details to be worked out about exactly what should be encoded; angle might not be the best thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant