mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
Merge pull request #13560 from cuihaoleo:master
This commit is contained in:
commit
054bd23a43
@ -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