Replies: 1 comment 8 replies
-
|
The PatchGenerator should always pad, even when paddingValue is -1, this only means that it should auto select of the padding is white (255) or black (0). See here: https://github.com/smistad/FAST/blob/master/source/FAST/Algorithms/ImagePatch/PatchGenerator.cpp#L150 If you are observing something else, it must be a bug.. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that patches generated with fast.PatchGenerator on edge cases are not padded. I have padded them manually, but I was wondering if the generator should do it automatically? paddingValue is set to -1 by default, which I though should mean that the patches get padded?
Beta Was this translation helpful? Give feedback.
All reactions