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

  /external/opencv3/modules/java/src/
ml+TrainData.java 391 // C++: int getCatCount(int vi)
394 //javadoc: TrainData::getCatCount(vi)
395 public int getCatCount(int vi)
613 // C++: int getCatCount(int vi)
  /external/opencv3/modules/ml/
precomp.hpp 297 int getCatCount(int vi) const { return catOfs[vi][1] - catOfs[vi][0]; }
298 int getSubsetSize(int vi) const { return (getCatCount(vi) + 31)/32; }
  /external/opencv3/modules/ml/src/
precomp.hpp 297 int getCatCount(int vi) const { return catOfs[vi][1] - catOfs[vi][0]; }
298 int getSubsetSize(int vi) const { return (getCatCount(vi) + 31)/32; }
data.cpp 196 int getCatCount(int vi) const
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 110 milliseconds