Home
last modified time | relevance | path

Searched defs:Point2ui64 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dconnectedcomponents.cpp62 struct Point2ui64{ struct
63 uint64 x, y;
64 Point2ui64(uint64 _x, uint64 _y):x(_x), y(_y){} in Point2ui64() argument