Home
last modified time | relevance | path

Searched refs:dxy (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dfast_marching.hpp93 bool operator <(const DXY &dxy) const { return dist < dxy.dist; } in operator <()
97 int& indexOf(const DXY &dxy) { return index_(dxy.y, dxy.x); } in indexOf() argument
101 void heapAdd(const DXY &dxy);