You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jmtayloruk this is very much your area of expertise, I don't see why this can't be done? I believe it could be as simple as changing lines 235/6 in the cpp to include both uint8 and uint16?
Agree that it should not be hard to support uint16. It will require a slight rejig of the code as there are rather more instances than just those two lines, but this is what C++ templates are for.
A list would be a bit more of a faff and would probably require a completely separate code branch. Is this something you particularly need, or are you easily able to adapt your calling code to work with a 3D array?
Technically, this is a different project that hasn't been made open yet... but j_py_sad_correlation.sad_grid can't handle uint16 image sequences.
The text was updated successfully, but these errors were encountered: