MCPcopy Create free account
hub / github.com/creatale/node-dv / dims

Method dims

deps/opencv/modules/core/src/datastructs.cpp:4010–4013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4008
4009
4010int KDTree::dims() const
4011{
4012 return !points.empty() ? points.cols : 0;
4013}
4014
4015////////////////////////////////////////////////////////////////////////////////
4016

Callers 3

calcBackProjectMethod · 0.45
compareHistMethod · 0.45
cvCalcArrHistFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected