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
I guess, if you really want to conjure, one of the most needed crop features, most missing from tools is this one.
Use case: scanned an image on a flatbed scanner. Want the bounding box crop.
Implementation. Scan the framing pixels if they are uniform within the threshold (however measured) Repeat for each edge, examining the next row/column of pixels in, and while uniform within threshold continue. Stop when threshold exceeded. Thus produced, a bounding box is defined, crop to that.
Ideally, mark it as a rectangle in response to threshold selections.
The text was updated successfully, but these errors were encountered:
I guess, if you really want to conjure, one of the most needed crop features, most missing from tools is this one.
Use case: scanned an image on a flatbed scanner. Want the bounding box crop.
Implementation. Scan the framing pixels if they are uniform within the threshold (however measured) Repeat for each edge, examining the next row/column of pixels in, and while uniform within threshold continue. Stop when threshold exceeded. Thus produced, a bounding box is defined, crop to that.
Ideally, mark it as a rectangle in response to threshold selections.
The text was updated successfully, but these errors were encountered: