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

Add getBlock(): Mu, OCL #241

Open
gfiumara opened this issue Apr 23, 2021 · 0 comments
Open

Add getBlock(): Mu, OCL #241

gfiumara opened this issue Apr 23, 2021 · 0 comments
Labels
clean-up General code enhancement enhancement

Comments

@gfiumara
Copy link
Member

computeMuMinQuality() and computeOCLMinQuality() (and maybe others) start by obtaining a cv::Mat block around minutia locations.

  1. Can we de-deuplicate this code?
    • cv::Mat getBlock(const cv::Point &p, const unsigned int blockSize);
  2. Can we make a method that computes both Mu and OCL minutia quality at the same time so we don't have to iterate twice?
@gfiumara gfiumara added enhancement clean-up General code enhancement labels Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean-up General code enhancement enhancement
Projects
None yet
Development

No branches or pull requests

1 participant