Skeleton dots
Dot removal, a part of algorithm transparency, is the first filter applied to traced skeleton before pore removal. Dots are skeleton minutiae with no ridges (or valleys in valley skeleton) attached to them.
Key | MIME | Filename in ZIP |
---|---|---|
ridges-removed-dots | application/cbor | 025-ridges-removed-dots.cbor |
valleys-removed-dots | application/cbor | 033-valleys-removed-dots.cbor |
Visualization
Visualization of skeleton after dot removal was constructed by comparing this stage's CBOR and binary data to traced skeleton data. Visualization itself is not part of transparency data.
Format
Format is identical to traced skeleton.
Example: 025-ridges-removed-dots.cbor
{ "width": 388, "height": 374, "minutiae": [ { "x": 146, "y": 1 }, { "x": 169, "y": 1 }, "... skipped 183 items ...", { "x": 126, "y": 369 }, { "x": 132, "y": 369 } ], "ridges": [ { "start": 0, "end": 49, "points": [ { "x": 146, "y": 1 }, { "x": 145, "y": 1 }, "... skipped 107 items ...", { "x": 69, "y": 102 }, { "x": 69, "y": 103 } ] }, { "start": 1, "end": 64, "points": [ { "x": 169, "y": 1 }, { "x": 168, "y": 1 }, "... skipped 147 items ...", { "x": 67, "y": 132 }, { "x": 66, "y": 132 } ] }, "... skipped 143 items ...", { "start": 183, "end": 184, "points": [ { "x": 135, "y": 368 }, { "x": 136, "y": 368 }, "... skipped 114 items ...", { "x": 251, "y": 367 }, { "x": 252, "y": 368 } ] }, { "start": 185, "end": 186, "points": [ { "x": 126, "y": 369 }, { "x": 127, "y": 369 }, "... skipped 3 items ...", { "x": 131, "y": 369 }, { "x": 132, "y": 369 } ] } ] }