| 程序包 | 说明 |
|---|---|
| cc.chungkwong.mathocr.offline |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RunLength> |
ConnectedComponent.getRunLengths()
Get the runlengths in the component
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConnectedComponent.addRunLength(RunLength runlength)
Add a RunLength
|
void |
ConnectedComponent.addRunLengthToLast(RunLength runlength)
Add a RunLength provided that it is greater than all the RunLength
already in the ConnectedComponent this method is added to enhance
performance of connected component analysis
|
int |
RunLength.compareTo(RunLength opd)
Compare RunLength by y and x coordinate
|
| 构造器和说明 |
|---|
ConnectedComponent(RunLength runlength)
Construct a ConnectedComponent with a single RunLength
|
Copyright © 2019. All rights reserved.