enhancementhelp wanted
Repository-Metriken
- Stars
- (6.985 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Hi everyone.
I was checking the official docs of the java bindings in OpenCV and saw that there were some objects with overloaded operators. For instance, & or | in Rect types for intersection or union operations. I tried such thing in JavaCV but it seems such operations haven't been implemented as an operator overload. Is there a way to perform an intersection between 2 Rect objects?
Best regards.