bytedeco/javacv

Operator Overloading

Open

#706 geöffnet am 31. Mai 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (1.583 Forks)batch import
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.

Contributor Guide