Searched refs:m_pLeave (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/shape/src/
H A DemdL1.cpp595 float minFlow = m_pLeave->flow;
611 cvPEmdNode pLParentN = m_pLeave->pParent;
612 cvPEmdNode pLChildN = m_pLeave->pChild;
614 if(pPreE==m_pLeave)
616 pLParentN->pChild = m_pLeave->pNxt; // Leaving-BV is the first child
620 while(pPreE->pNxt != m_pLeave)
622 pPreE->pNxt = m_pLeave->pNxt; // remove Leaving-BV from child list
627 m_NBVEdges[m_iEnter]= m_pLeave; // put the leaving-BV into the NBV array
691 m_pLeave = NULL;
701 m_pLeave
[all...]
H A DemdL1_def.hpp133 cvPEmdEdge m_pLeave; // Leave BV edge member in class:EmdL1

Completed in 110 milliseconds