public class FingerprintSimilarity
extends java.lang.Object
| Constructor | Description |
|---|---|
FingerprintSimilarity() |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getMostSimilarFramePosition() |
Get the most similar position in terms of frame number
|
float |
getScore() |
Get the similarity score of the fingerprints
Number of features found in the fingerprints per frame
|
float |
getsetMostSimilarTimePosition() |
Get the most similar position in terms of time in second
|
float |
getSimilarity() |
Get the similarity of the fingerprints
similarity from 0~1, which 0 means no similar feature is found and 1 means in average there is at least one match in every frame
|
void |
setMostSimilarFramePosition(int mostSimilarFramePosition) |
Set the most similar position in terms of frame number
|
void |
setScore(float score) |
Set the similarity score of the fingerprints
|
void |
setSimilarity(float similarity) |
Set the similarity of the fingerprints
|
public int getMostSimilarFramePosition()
public void setMostSimilarFramePosition(int mostSimilarFramePosition)
mostSimilarFramePosition - public float getSimilarity()
public void setSimilarity(float similarity)
fingerprints - similaritypublic float getScore()
public void setScore(float score)
score - public float getsetMostSimilarTimePosition()
Copyright © 2018. All Rights Reserved.