mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Fix typo in core+RotatedRect.java
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user