Mike,
Good question.
I know Peter, myself, and perhaps others have used the ALISA Texture
Module to do quality assessments on fingerprint images. Peter may have
some examples, but I don't think this work was ever published.
As part of my Shape Module research I did some basic experiments with
fingerprint and finger vein data, but solutions to these applications
have already been commercialized and highly optimized. Iris
recognition is another natural app for something like the Shape
Module, but the Daugman algorithm, which dominates commercial
implementations, is really solid theoretically. It's not rotation
independent like the Shape Module but it's much better for this
particular app where rotation independence isn't necessary..
Face recognition systems have been able to show improved accuracy by
looking at face texture, but here again specialized solutions have
been developed and commercialized.
One of the big challenges in matching some biometric modes (e.g.,
fingerprints, finger veins) is that good clustering solutions have not
been found, so identification matching requires an exhausive search. I
developed a non-metric clustering approach very similar to the Shape
Module's radial feaure token, but in a non-metric feature space
instead of in a 2D image space. The slides on this can be found here:
http://www.biometrics.org/bc2007/presentations/Tues_Sep_11/BSYM/11_Becker_BSYM.pdf
If you're interested, I can send you the paper.
Cheers
Glenn