vault backup: 2025-01-14 01:48:39

This commit is contained in:
Marco Realacci 2025-01-14 01:48:39 +01:00
parent 90cd561af2
commit e77e534e9b
2 changed files with 16 additions and 15 deletions

View file

@ -42,18 +42,18 @@
"state": { "state": {
"type": "pdf", "type": "pdf",
"state": { "state": {
"file": "Biometric Systems/slides/LEZIONE11_Fingerprints.pdf", "file": "Biometric Systems/slides/Riassunto_2021_2022.pdf",
"page": 35, "page": 46,
"left": -14, "left": -11,
"top": 491, "top": 729,
"zoom": 1.0875 "zoom": 1.3154136917261656
}, },
"icon": "lucide-file-text", "icon": "lucide-file-text",
"title": "LEZIONE11_Fingerprints" "title": "Riassunto_2021_2022"
} }
} }
], ],
"currentTab": 2 "currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -204,8 +204,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 604.5, "width": 604.5
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@ -224,12 +223,14 @@
"companion:Toggle completion": false "companion:Toggle completion": false
} }
}, },
"active": "5daa52ac6f774870", "active": "0d5325c0f9289cea",
"lastOpenFiles": [ "lastOpenFiles": [
"Biometric Systems/notes/11. Fingerprints.md",
"Biometric Systems/slides/LEZIONE11_Fingerprints.pdf",
"Biometric Systems/slides/LEZIONE12_MULBIOMETRIC.pdf",
"Biometric Systems/frequently asked questions/BS_oral_questions_16022021.md", "Biometric Systems/frequently asked questions/BS_oral_questions_16022021.md",
"Biometric Systems/slides/Riassunto_2021_2022.pdf",
"Biometric Systems/slides/Biometric_System___Notes.pdf",
"Biometric Systems/slides/LEZIONE11_Fingerprints.pdf",
"Biometric Systems/notes/11. Fingerprints.md",
"Biometric Systems/slides/LEZIONE12_MULBIOMETRIC.pdf",
"Biometric Systems/notes/13. Multi biometric.md", "Biometric Systems/notes/13. Multi biometric.md",
"Biometric Systems/notes/9. Ear recognition.md", "Biometric Systems/notes/9. Ear recognition.md",
"Biometric Systems/slides/LEZIONE3_Affidabilita_del_riconoscimento.pdf", "Biometric Systems/slides/LEZIONE3_Affidabilita_del_riconoscimento.pdf",
@ -245,8 +246,6 @@
"Biometric Systems/notes/8 Face anti spoofing.md", "Biometric Systems/notes/8 Face anti spoofing.md",
"Autonomous Networking/notes/q&a.md", "Autonomous Networking/notes/q&a.md",
"Biometric Systems/slides/LEZIONE2_Indici_di_prestazione.pdf", "Biometric Systems/slides/LEZIONE2_Indici_di_prestazione.pdf",
"Biometric Systems/slides/LEZIONE7_Face recognition3D.pdf",
"Foundation of data science/slides/More on Neural Networks (1).pdf",
"Foundation of data science/notes/9 XGBoost.md", "Foundation of data science/notes/9 XGBoost.md",
"Foundation of data science/notes/Untitled.md", "Foundation of data science/notes/Untitled.md",
"Foundation of data science/notes/9 Gradient Boosting.md", "Foundation of data science/notes/9 Gradient Boosting.md",

View file

@ -101,6 +101,8 @@ Once a fingerprint has been segmentated we can start extracting **macro-features
##### Directional map ##### Directional map
~~The local orientation of the ridge line in the position [i, j] is defined as the angle $\theta(i,j)$ formed by considering the horizontal line at that point, and a point on the ridge line sufficiently closer to [i, j].~~ ~~The local orientation of the ridge line in the position [i, j] is defined as the angle $\theta(i,j)$ formed by considering the horizontal line at that point, and a point on the ridge line sufficiently closer to [i, j].~~
Definizione: matrice in cui la cella [i, j] rappresenta l'angolo che la tangente alla ridge line forma con l'asse orizzontale.
![[Pasted image 20241127224325.png]] ![[Pasted image 20241127224325.png]]
- most approaches use a grid measure (instead of measuring at each point) - most approaches use a grid measure (instead of measuring at each point)
- the directional image D is a matrix in which each element denotes the average orientation of the ridge (of the tangent to the ridge) in a neighborhood of $[x_{i}, y_{i}]$ - the directional image D is a matrix in which each element denotes the average orientation of the ridge (of the tangent to the ridge) in a neighborhood of $[x_{i}, y_{i}]$