8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
#class cv::Point2f
|
|
#{
|
|
# float x;
|
|
# float y;
|
|
#}
|
|
|
|
float32 x
|
|
float32 y |