-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch imageproc::Rect
to image::Rect
#645
Comments
Continuing the discussion from #647:
May I ask what the use-cases are for annotating images in areas outside of the image in photo/video frames as that does seem a bit odd to me. |
Since the Something like: struct RectI {
x: i32,
...
}
struct RectU {
x: u32,
...
} |
Or maybe simply asking upstream to make their |
Related to #638
The text was updated successfully, but these errors were encountered: