FPRFramework is a SDK for researching in fingerprint and palmprint recognition.
I agree:
1) to cite [1] in any paper of mine or my collaborators that makes any use of the software or data generated from this software.
[1] M. A. Medina-Pérez, O. Loyola-González, A. E. Gutierrez-Rodríguez, M. García-Borroto, and L. Altamirano-Robles, "Introducing an experimental framework in C # for fingerprint recognition," Lecture Notes in Computer Science, vol. 8495, pp. 132–141, 2014.
2) to use the software and generated data for research purposes only.
3) not to provide the software (in any form) to third parties.
THIS SOFTWARE IS PROVIDED BY MIGUEL ANGEL MEDINA-PÉREZ AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MIGUEL ANGEL MEDINA-PÉREZ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
To run the experiments, in the resources path, indicate the parent folder containing the 51 folders of the images. In the experiment, indicate LPIDBMinutiaeDescriptorsEvaluation
. The minutia extractor and orientation image are irrelevant, as this information is loaded from the LPIDB v1.1 dataset. Lastly, the skeleton image provider is only relevant for MinutiaCodeLocalMatching
and LiuDescriptorLocalMatching
, as these are the only latent palmprint minutiae descriptors that use the skeleton images.
The matchers that are available for LPIDBMinutiaeDescriptorsEvaluation
are:
DMCDoubleCylinderCodeRotInvariantLocalMatching
(Cappelli et al., 2012)ILMDLocalMatcher
(Laadjel et al., 2010)LiuDescriptorLocalMatcher
(Liu et al., 2013)M3gl1_5_LocalMatching
(Medina-Pérez et al., 2012)MinutiaCodeLocalMatcher
(Jain and Feng, 2009)MinutiaNPletLi2007LocalMatcher
(Li et al., 2007)MinutiaNPletRao2016LocalMatcher
(Rao et al., 2016)MinutiaNPletTan2009LocalMatcher
(Rao et al., 2009)ModifiedRadialTriangulationLocalMatcher
(Wang et al., 2012)Notice that M3gl1_5_LocalMatching
has different options for the FeatureProvider
, please use the feature provider PalmprintMTriplets
.