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

Class SubTree

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

Source from the content-addressed store, hash-verified

3562}
3563
3564struct SubTree
3565{
3566 SubTree() : first(0), last(0), nodeIdx(0), depth(0) {}
3567 SubTree(int _first, int _last, int _nodeIdx, int _depth)
3568 : first(_first), last(_last), nodeIdx(_nodeIdx), depth(_depth) {}
3569 int first;
3570 int last;
3571 int nodeIdx;
3572 int depth;
3573};
3574
3575
3576static float

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected