Closed Cortexelus closed 1 year ago
Looking at the fingerprint configuration
If I understand the definition of filter correctly, Filter(type, y, h, w) defined here
Filter(type, y, h, w)
For all of these filters, y+h <= 11 but there's 12 chroma features meaning none of these filters touch the 12th feature? (the note A or Ab maybe?)
y+h <= 11
Yes, I've noticed this a long time ago, one column of the spectral image window is completely ignored.
Looking at the fingerprint configuration
If I understand the definition of filter correctly,
Filter(type, y, h, w)
defined hereFor all of these filters,
y+h <= 11
but there's 12 chroma features meaning none of these filters touch the 12th feature? (the note A or Ab maybe?)