mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Fix typo in core+RotatedRect.java
This commit is contained in:
parent
71aee662bd
commit
e5e1ba3c97
@ -33,7 +33,7 @@ public class RotatedRect {
|
||||
angle = vals.length > 4 ? (double) vals[4] : 0;
|
||||
} else {
|
||||
center.x = 0;
|
||||
center.x = 0;
|
||||
center.y = 0;
|
||||
size.width = 0;
|
||||
size.height = 0;
|
||||
angle = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user