Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvdistransform.cpp52 int* ttop = (int*)(temp + i*tempstep); in icvInitTopBottom() local
57 ttop[j] = ICV_INIT_DIST0; in icvInitTopBottom()
/external/opencv3/modules/imgproc/src/
Ddistransform.cpp57 int* ttop = temp.ptr<int>(i); in initTopBottom() local
62 ttop[j] = INIT_DIST0; in initTopBottom()