| 程序包 | 说明 |
|---|---|
| cc.chungkwong.mathocr.common | |
| cc.chungkwong.mathocr.offline | |
| cc.chungkwong.mathocr.online | |
| cc.chungkwong.mathocr.ui |
| 限定符和类型 | 方法和说明 |
|---|---|
static BoundBox |
BoundBox.intersect(BoundBox a,
BoundBox b)
Get the intersection of two bounding boxes
|
BoundBox |
BoundBox.scale(double factor)
Zoom this box
|
static BoundBox |
BoundBox.union(BoundBox a,
BoundBox b)
Get the smallest box that contains two bounding boxes
|
static BoundBox |
BoundBox.union(Iterator<BoundBox> box)
Get the smallest box that contains all given bounding boxes
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BoundBox |
BoundBox.intersect(BoundBox a,
BoundBox b)
Get the intersection of two bounding boxes
|
static BoundBox |
BoundBox.union(BoundBox a,
BoundBox b)
Get the smallest box that contains two bounding boxes
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BoundBox |
BoundBox.union(Iterator<BoundBox> box)
Get the smallest box that contains all given bounding boxes
|
| 限定符和类型 | 方法和说明 |
|---|---|
BoundBox |
ComponentPool.getBoundBox() |
BoundBox |
ConnectedComponent.getBox() |
| 构造器和说明 |
|---|
ConnectedComponent(BoundBox box)
Construct a empty ConnectedComponent with given bounds
|
| 限定符和类型 | 方法和说明 |
|---|---|
BoundBox |
Trace.getBoundBox() |
BoundBox |
TraceList.getBoundBox() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BufferedImage |
TraceListViewer.renderBoxedImage(TraceList list,
BoundBox box) |
static void |
TraceListViewer.renderColorImage(TraceList list,
BoundBox box,
Graphics2D graphics) |
static void |
TraceListViewer.renderColorImage(TraceList list,
BoundBox box,
Graphics2D graphics,
int time) |
static BufferedImage |
TraceListViewer.renderColorImage(TraceList list,
BoundBox box,
int time) |
static BufferedImage |
TraceListViewer.renderImage(TraceList list,
BoundBox box) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TraceListViewer.setTraceList(TraceList traceList,
List<Pair<BoundBox,String>> annotions) |
Copyright © 2019. All rights reserved.