类的使用
cc.chungkwong.mathocr.common.BoundBox
-
使用BoundBox的程序包 程序包 说明 cc.chungkwong.mathocr.common cc.chungkwong.mathocr.common.format cc.chungkwong.mathocr.offline cc.chungkwong.mathocr.online cc.chungkwong.mathocr.ui -
-
cc.chungkwong.mathocr.common中BoundBox的使用
返回BoundBox的cc.chungkwong.mathocr.common中的方法 修饰符和类型 方法 说明 static BoundBoxBoundBox. intersect(BoundBox a, BoundBox b)Get the intersection of two bounding boxesBoundBoxBoundBox. scale(double factor)Zoom this boxstatic BoundBoxBoundBox. union(BoundBox a, BoundBox b)Get the smallest box that contains two bounding boxesstatic BoundBoxBoundBox. union(Iterator<BoundBox> box)Get the smallest box that contains all given bounding boxes参数类型为BoundBox的cc.chungkwong.mathocr.common中的方法 修饰符和类型 方法 说明 static BoundBoxBoundBox. intersect(BoundBox a, BoundBox b)Get the intersection of two bounding boxesstatic BoundBoxBoundBox. union(BoundBox a, BoundBox b)Get the smallest box that contains two bounding boxes类型变量类型为BoundBox的cc.chungkwong.mathocr.common中的方法参数 修饰符和类型 方法 说明 static BoundBoxBoundBox. union(Iterator<BoundBox> box)Get the smallest box that contains all given bounding boxes -
cc.chungkwong.mathocr.common.format中BoundBox的使用
返回变量类型为BoundBox的类型的cc.chungkwong.mathocr.common.format中的方法 修饰符和类型 方法 说明 List<Pair<BoundBox,String>>Ink. getAnnotions()参数类型为BoundBox的cc.chungkwong.mathocr.common.format中的方法 修饰符和类型 方法 说明 StringInk. getSymbol(BoundBox box) -
cc.chungkwong.mathocr.offline中BoundBox的使用
返回BoundBox的cc.chungkwong.mathocr.offline中的方法 修饰符和类型 方法 说明 BoundBoxComponentPool. getBoundBox()BoundBoxConnectedComponent. getBox()参数类型为BoundBox的cc.chungkwong.mathocr.offline中的构造器 构造器 说明 ConnectedComponent(BoundBox box)Construct a empty ConnectedComponent with given bounds -
cc.chungkwong.mathocr.online中BoundBox的使用
返回BoundBox的cc.chungkwong.mathocr.online中的方法 修饰符和类型 方法 说明 BoundBoxTrace. getBoundBox()BoundBoxTraceList. getBoundBox()参数类型为BoundBox的cc.chungkwong.mathocr.online中的方法 修饰符和类型 方法 说明 TraceListTraceList. rescale(BoundBox toBox)Rescale the coordinates to fit in a given rectangle -
cc.chungkwong.mathocr.ui中BoundBox的使用
参数类型为BoundBox的cc.chungkwong.mathocr.ui中的方法 修饰符和类型 方法 说明 static BufferedImageTraceListViewer. renderBoxedImage(TraceList list, BoundBox box)static BufferedImageTraceListViewer. renderColorImage(TraceList list, BoundBox box, int time)static voidTraceListViewer. renderColorImage(TraceList list, BoundBox box, Graphics2D graphics)static voidTraceListViewer. renderColorImage(TraceList list, BoundBox box, Graphics2D graphics, int time)static BufferedImageTraceListViewer. renderImage(TraceList list, BoundBox box)static BufferedImageTraceListViewer. renderImage(TraceList list, BoundBox box, int thick)类型变量类型为BoundBox的cc.chungkwong.mathocr.ui中的方法参数 修饰符和类型 方法 说明 voidTraceListViewer. setTraceList(TraceList traceList, List<Pair<BoundBox,String>> annotions)
-