8000 DT (Determine Threshold) not clearly defined · Issue #394 · usnistgov/NFIQ2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DT (Determine Threshold) not clearly defined #394

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

Open
utcke opened this issue Mar 6, 2025 · 0 comments
Open

DT (Determine Threshold) not clearly defined #394

utcke opened this issue Mar 6, 2025 · 0 comments

Comments

@utcke
Copy link
utcke commented Mar 6, 2025

6.2.3.1 describes DT as

which is a line positioned at the centre of the local region V used to segment the local region into the ridge and valley regions. Regions with grey levels
lower than DT are classified as ridges. Otherwise, they are classified as valleys

6.2.5.2 uses DT in f) as

x\times DT(1)+DT(0)

So while DT(n) suggest a function of sorts, it is reasonable to assume that DT is a line of the form

y = DT(1)\times x + DT(0)

which is very unusual. Maybe introduce DT, possibly using the standard notation for lines:

DT: y=mx+b

and use m and b? Or, at the very least, introduce it as

DT: y = DT(1) x + DT(0)

or, slightly better

DT: y = DT_1 x + DT_0

BTW, the exact same calculation is performed in 6.2.3.6.e), but there no Formula is given at all (which, personally, I find easier to follow - although it might be a good idea to move Fig. 6 a-c there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0