- cc.chungkwong.mathocr - 程序包 cc.chungkwong.mathocr
-
- cc.chungkwong.mathocr.common - 程序包 cc.chungkwong.mathocr.common
-
- cc.chungkwong.mathocr.common.format - 程序包 cc.chungkwong.mathocr.common.format
-
- cc.chungkwong.mathocr.offline - 程序包 cc.chungkwong.mathocr.offline
-
- cc.chungkwong.mathocr.offline.extractor - 程序包 cc.chungkwong.mathocr.offline.extractor
-
- cc.chungkwong.mathocr.offline.extractor.orderer - 程序包 cc.chungkwong.mathocr.offline.extractor.orderer
-
- cc.chungkwong.mathocr.offline.extractor.tracer - 程序包 cc.chungkwong.mathocr.offline.extractor.tracer
-
- cc.chungkwong.mathocr.offline.preprocessor - 程序包 cc.chungkwong.mathocr.offline.preprocessor
-
- cc.chungkwong.mathocr.offline.skew - 程序包 cc.chungkwong.mathocr.offline.skew
-
- cc.chungkwong.mathocr.online - 程序包 cc.chungkwong.mathocr.online
-
- cc.chungkwong.mathocr.online.recognizer - 程序包 cc.chungkwong.mathocr.online.recognizer
-
- cc.chungkwong.mathocr.ui - 程序包 cc.chungkwong.mathocr.ui
-
- CCDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by Cross-corrlation method
- CCDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.CCDetector
-
Create a skew detector
- checkWhiteOnBlack(byte[]) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Inverter
-
Check if a image seem to be white on black
- cleanPageEdges(int, int) - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
Remove all connected components that touch bound of the image(they are
likely to be noise)
- clear() - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
-
- clearPreference() - 类 中的方法cc.chungkwong.mathocr.Settings
-
Restore saved preference to original setting
- clone() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- combine(List<ConnectedComponent>) - 类 中的静态方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Form a ConnectedComponent by combining a list of ConnectedComponent
- CombinedPreprocessor - cc.chungkwong.mathocr.offline.preprocessor中的类
-
- CombinedPreprocessor(List<Preprocessor>) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.CombinedPreprocessor
-
Construct a CombinedPreprocessor
- combineWith(ConnectedComponent) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Merge this component with c
- compareTo(ConnectedComponent) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Compare first runlength of ConnectedComponent
- compareTo(RunLength) - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
-
Compare RunLength by y and x coordinate
- Component - cc.chungkwong.mathocr.offline.extractor.tracer中的类
-
Connected points
- Component(Trace) - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.Component
-
Create a component
- ComponentPool - cc.chungkwong.mathocr.offline中的类
-
A data structure that store connected components
- ComponentPool(byte[], int, int) - 类 的构造器cc.chungkwong.mathocr.offline.ComponentPool
-
Construct a ComponentPool by connected component analysis
- ComponentPool(BufferedImage) - 类 的构造器cc.chungkwong.mathocr.offline.ComponentPool
-
Construct a ComponentPool by connected component analysis
- ConnectedComponent - cc.chungkwong.mathocr.offline中的类
-
A data structure represent a connented component
- ConnectedComponent() - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a empty ConnectedComponent
- ConnectedComponent(BufferedImage) - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a empty ConnectedComponent
- ConnectedComponent(BoundBox) - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a empty ConnectedComponent with given bounds
- ConnectedComponent(int, int, int, int) - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a empty ConnectedComponent with given bounds
- ConnectedComponent(RunLength) - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a ConnectedComponent with a single RunLength
- contains(int, int) - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
Check if a point is in the box
- cordBottom - 类 中的变量cc.chungkwong.mathocr.offline.ConnectedComponent
-
- cordLeft - 类 中的变量cc.chungkwong.mathocr.offline.ConnectedComponent
-
- cordRight - 类 中的变量cc.chungkwong.mathocr.offline.ConnectedComponent
-
- cordTop - 类 中的变量cc.chungkwong.mathocr.offline.ConnectedComponent
-
- countConnectedComponent(int, int, int, int) - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
Count number of components intersect with a given area
- Cropper - cc.chungkwong.mathocr.offline.preprocessor中的类
-
- Cropper(int, int, int, int) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Cropper
-
Construct a Crop
- CutOrderer - cc.chungkwong.mathocr.offline.extractor.orderer中的类
-
Recursive projection
- CutOrderer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.orderer.CutOrderer
-
- get(V, V) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
Get a edge that link two given vertexes
- getAngleBegin() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
- getAngleEnd() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
- getArea() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getAverageHeight() - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
Get average height of the connected components
- getAverageWidth() - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
Get average width of the connected components
- getBase() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Subscript
-
- getBase() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Subsuperscript
-
- getBase() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Superscript
-
- getBase() - 类 中的方法cc.chungkwong.mathocr.online.recognizer.RenderingRecognizer
-
- getBoolean(String) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the value of a boolean property
- getBooleanKeySet() - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the keys of the boolean properties
- getBottom() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getBottom() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the position of the bottom of the component in the image
- getBoundBox() - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
- getBoundBox() - 类 中的方法cc.chungkwong.mathocr.online.Trace
-
- getBoundBox() - 类 中的方法cc.chungkwong.mathocr.online.TraceList
-
- getBox() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
- getCenterX() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the horizontal center
- getCenterY() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the vertical center
- getCentralMoment(int, int) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the standardized moment
- getCodes(Format) - 类 中的方法cc.chungkwong.mathocr.common.EncodedExpression
-
- getColumnCount() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Matrix
-
- getComponents() - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
Get all the connected components
- getComponents() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- getContent() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Over
-
- getContent() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Under
-
- getContent() - 类 中的方法cc.chungkwong.mathocr.common.Expression.UnderOver
-
- getCost(int[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.HTDetector
-
- getCost(int[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.PCPDetector
-
- getCost(int[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.PPDetector
-
- getCost(int[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.SearchBasedDetector
-
Calculate cost for a angle(lower is better)
- getCost(int[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.TCDetector
-
- getCount(T) - 类 中的方法cc.chungkwong.mathocr.common.FrequencyTable
-
- getCount() - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
-
Get the length - 1
- getData() - 类 中的方法cc.chungkwong.mathocr.offline.Bitmap
-
- getDenominator() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Fraction
-
- getDensity() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the density
- getDirection() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the direction
- getDirection() - 类 中的方法cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
-
- getDistanceSquare(TracePoint, TracePoint) - 类 中的静态方法cc.chungkwong.mathocr.online.TracePoint
-
- getDouble(String) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the value of a doubleing point property
- getDoubleKeySet() - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the keys of the doubleing point properties
- getEdges() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- getEdges(V) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- getEnd(E) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- getEnd() - 类 中的方法cc.chungkwong.mathocr.online.Trace
-
- getGraphTracer() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
- getHeight() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getHeight() - 类 中的方法cc.chungkwong.mathocr.offline.Bitmap
-
- getHeight() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the height
- getHeight() - 类 中的方法cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
-
- getHorizontalCrossing() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Compute horizontal crossing numbers
- getId() - 类 中的方法cc.chungkwong.mathocr.online.Trace
-
- getInteger(String) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the value of a integer property
- getIntegerKeySet() - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the keys of the integer properties
- getIntegralImage(byte[], int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
-
Create a integral image
- getK() - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.KFill
-
- getKey() - 类 中的方法cc.chungkwong.mathocr.common.Pair
-
- getKeys() - 类 中的方法cc.chungkwong.mathocr.common.FrequencyTable
-
- getLeft() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getLeft() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the position of the left of the component in the image
- getMoment(int, int) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the moment
- getName() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Symbol
-
- getNumberOfHoles() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the number of holes
- getNumerator() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Fraction
-
- getOrderer() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
- getOver() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Over
-
- getOver() - 类 中的方法cc.chungkwong.mathocr.common.Expression.UnderOver
-
- getPoints() - 类 中的方法cc.chungkwong.mathocr.online.Trace
-
- getPower() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Radical
-
- getPreprocessor() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
- getRadicand() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Radical
-
- getRecognizer() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
- getRight() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getRight() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the position of the right of the component in the image
- getRowCount() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Matrix
-
- getRows() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Matrix
-
- getRunLengths() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the runlengths in the component
- getSpans() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Line
-
- getSquaredIntegralImage(byte[], int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
-
Create a squared integral image
- getStart(E) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- getStart() - 类 中的方法cc.chungkwong.mathocr.online.Trace
-
- getString(String) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the value of a string property
- getStringKeySet() - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the keys of the string properties
- getSubscript() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Subscript
-
- getSubscript() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Subsuperscript
-
- getSuperscript() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Subsuperscript
-
- getSuperscript() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Superscript
-
- getThick() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Component
-
- getThicknessH() - 类 中的方法cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
-
- getThicknessS() - 类 中的方法cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
-
- getThrehold(byte[]) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.FixedBinarizer
-
- getThrehold(byte[]) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.OtsuBinarizer
-
Get the threhold value
- getTop() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getTop() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the position of the top of the component in the image
- getTrace() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Component
-
- getTraceList() - 类 中的方法cc.chungkwong.mathocr.ui.TraceListViewer
-
- getTraceList() - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
-
- getTracer() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
- getTraces() - 类 中的方法cc.chungkwong.mathocr.online.TraceList
-
- getTranslation(String) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Get the local name corresponding to a code
- getUnder() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Under
-
- getUnder() - 类 中的方法cc.chungkwong.mathocr.common.Expression.UnderOver
-
- getValue() - 类 中的方法cc.chungkwong.mathocr.common.Pair
-
- getVertexs() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
- getVerticalCrossing() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Compute vertical crossing numbers
- getWeight() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the Weight
- getWeight() - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.SauvolaBinarizer
-
- getWidth() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
- getWidth() - 类 中的方法cc.chungkwong.mathocr.offline.Bitmap
-
- getWidth() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get the width
- getWidth() - 类 中的方法cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
-
- getWindow() - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.SauvolaBinarizer
-
- getX() - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
-
Get the x coordinate
- getX() - 类 中的方法cc.chungkwong.mathocr.online.TracePoint
-
- getY() - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
-
Get the y coordinate
- getY() - 类 中的方法cc.chungkwong.mathocr.online.TracePoint
-
- Graph<V,E> - cc.chungkwong.mathocr.offline.extractor.tracer中的类
-
Graph
- Graph() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
Create a empty graph
- GraphTracer - cc.chungkwong.mathocr.offline.extractor.tracer中的接口
-
Strokes tracer
- GreedyGraphTracer - cc.chungkwong.mathocr.offline.extractor.tracer中的类
-
Greedy graph tracer
- GreedyGraphTracer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.GreedyGraphTracer
-
- GreedyOrderer - cc.chungkwong.mathocr.offline.extractor.orderer中的类
-
From a stroke to the nearest stroke
- GreedyOrderer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.orderer.GreedyOrderer
-