HomeSort by relevance Sort by last modified time
    Searched defs:m_threshold (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/include/
cvaux.hpp 72 { return m_threshold; }
88 { m_threshold = threshold; return true; }
132 int m_threshold; member in class:CvCamShiftTracker
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 96 private int m_threshold; field in class:ExpandedNameTable
122 m_threshold = (int)(m_capacity * m_loadFactor);
211 if (m_nextType > m_threshold) {
252 m_threshold = (int)(newCapacity * m_loadFactor);

Completed in 84 milliseconds