Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
DemdL1.cpp684 int iLFlag = 0; // 0: in the FROM list, 1: in the TO list in findLoopFromEnterBV() local
702 iLFlag = 0; // 0: in the FROM list in findLoopFromEnterBV()
715 iLFlag = 1; // 1: in the TO list in findLoopFromEnterBV()
729 iLFlag = 0; // 0: in the FROM list, 1: in the TO list in findLoopFromEnterBV()
739 iLFlag = 1; // 0: in the FROM list, 1: in the TO list in findLoopFromEnterBV()
745 if(iLFlag==0) in findLoopFromEnterBV()