neilharan / openafis

OpenAFIS: High performance C++ fingerprint matching library
BSD 2-Clause "Simplified" License
88 stars 27 forks source link

iso minutia type is decoded incorrectly #3

Closed AlekseyMalyshev closed 3 years ago

AlekseyMalyshev commented 3 years ago

I created a PR with a fix - https://github.com/neilharan/openafis/pull/2

neilharan commented 3 years ago

Thanks Aleksey you're right - the type is being decoded incorrectly.

This change doesn't affect matching - we only use the type when rendering, and even then it's only aesthetic, hence it not being noticed so far I guess!

PR is merged.