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

Method SegPtCnt

deps/tesseract/cube/cube_search_object.cpp:114–118  ·  view source on GitHub ↗

# of segmentation points. One less than the count of segments

Source from the content-addressed store, hash-verified

112
113// # of segmentation points. One less than the count of segments
114int CubeSearchObject::SegPtCnt() {
115 if (!init_ && !Init())
116 return -1;
117 return segment_cnt_ - 1;
118}
119
120// init and allocate variables, perform segmentation
121bool CubeSearchObject::Init() {

Callers 3

SearchMethod · 0.80
SplitByNodeMethod · 0.80
NormalizeMethod · 0.80

Calls 1

InitFunction · 0.85

Tested by

no test coverage detected