A B C D E F G H I J K L M N O P R S T U V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- add(E, V, V) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
Added a edge
- addActionListener(ActionListener) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- addRunLength(RunLength) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Add a RunLength
- addRunLengthToLast(RunLength) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
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
- advance(T) - 类 中的方法cc.chungkwong.mathocr.common.FrequencyTable
-
Count a object
- apply(BufferedImage, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.CombinedPreprocessor
-
Perform preprocess operation
- apply(BufferedImage, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Cropper
-
Perform preprocess operation
- apply(BufferedImage, boolean) - 接口 中的方法cc.chungkwong.mathocr.offline.preprocessor.Preprocessor
-
Perform preprocess operation
- apply(BufferedImage, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Rotator
-
Rotate image anti-clockwise by skew angle
- apply(BufferedImage, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.SimplePreprocessor
-
Perform preprocess operation
- apply(BufferedImage, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.ToGrayscale
- AsciiFormat - cc.chungkwong.mathocr.common.format中的类
- AsciiFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.AsciiFormat
- AsciiFormat(double) - 类 的构造器cc.chungkwong.mathocr.common.format.AsciiFormat
- AsciiFormat(double, double) - 类 的构造器cc.chungkwong.mathocr.common.format.AsciiFormat
- averageX(long[][], int, int, int, int, int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
-
Compute the average x coordinate of nonzero pixels
- averageY(long[][], int, int, int, int, int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
-
Compute the average y coordinate of nonzero pixels
B
- Bitmap - cc.chungkwong.mathocr.offline中的类
-
Binary bitmap image
- Bitmap(byte[], int, int) - 类 的构造器cc.chungkwong.mathocr.offline.Bitmap
-
Create a image
- Bitmap(BufferedImage) - 类 的构造器cc.chungkwong.mathocr.offline.Bitmap
-
Create a image
- BoundBox - cc.chungkwong.mathocr.common中的类
-
Bounding box
- BoundBox(int, int, int, int) - 类 的构造器cc.chungkwong.mathocr.common.BoundBox
-
Create a bounding box
- buildRawGraph(Bitmap) - 类 中的静态方法cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- BypassOrderer - cc.chungkwong.mathocr.offline.extractor.orderer中的类
-
Do nothing
- BypassOrderer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.orderer.BypassOrderer
C
- 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() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.CombinedPreprocessor
- 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(int, int, int, int) - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a empty ConnectedComponent with given bounds
- ConnectedComponent(BoundBox) - 类 的构造器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
- ConnectedComponent(BufferedImage) - 类 的构造器cc.chungkwong.mathocr.offline.ConnectedComponent
-
Construct a empty ConnectedComponent
- 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
D
- decode(String) - 接口 中的方法cc.chungkwong.mathocr.common.format.ExpressionFormat
-
Decode
- decode(String) - 类 中的方法cc.chungkwong.mathocr.common.format.JiixFormat
- decode(String) - 类 中的方法cc.chungkwong.mathocr.common.format.LatexFormat
- decode(String) - 类 中的方法cc.chungkwong.mathocr.common.format.MathmlFormat
- decode(String) - 类 中的方法cc.chungkwong.mathocr.common.format.PlainFormat
- DEFAULT - 类 中的静态变量cc.chungkwong.mathocr.Settings
-
Environment that contains currrent global settings
- Demo - cc.chungkwong.mathocr.ui中的类
- Demo() - 类 的构造器cc.chungkwong.mathocr.ui.Demo
- detect(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.skew.CCDetector
- detect(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.skew.NNDetector
- detect(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.skew.PPADetector
- detect(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.skew.SearchBasedDetector
- detect(BufferedImage) - 接口 中的方法cc.chungkwong.mathocr.offline.skew.SkewDetector
-
Detect skew
- Dilation - cc.chungkwong.mathocr.offline.preprocessor中的类
- Dilation(BitSet) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Dilation
- DistanceOrderer - cc.chungkwong.mathocr.offline.extractor.orderer中的类
-
Minimize intra stroke distance
- DistanceOrderer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.orderer.DistanceOrderer
E
- encode(Expression) - 接口 中的方法cc.chungkwong.mathocr.common.format.ExpressionFormat
-
Encode an expression
- encode(Expression) - 类 中的方法cc.chungkwong.mathocr.common.format.JiixFormat
- encode(Expression) - 类 中的方法cc.chungkwong.mathocr.common.format.LatexFormat
- encode(Expression) - 类 中的方法cc.chungkwong.mathocr.common.format.MathmlFormat
- encode(Expression) - 类 中的方法cc.chungkwong.mathocr.common.format.PlainFormat
- encode(Expression, StringBuilder) - 类 中的静态方法cc.chungkwong.mathocr.common.format.MathmlFormat
- EncodedExpression - cc.chungkwong.mathocr.common中的类
-
Encoded mathematical expression
- EncodedExpression(Expression) - 类 的构造器cc.chungkwong.mathocr.common.EncodedExpression
-
Create from a expression
- EncodedExpression(String, ExpressionFormat) - 类 的构造器cc.chungkwong.mathocr.common.EncodedExpression
-
Create a encoded expression
- EncodedExpression(Map<ExpressionFormat, String>) - 类 的构造器cc.chungkwong.mathocr.common.EncodedExpression
-
Create a encoded expression
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.common.format.JiixFormat
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.common.format.LatexFormat
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.common.format.MathmlFormat
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.common.format.PlainFormat
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.common.Pair
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.BypassOrderer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.CutOrderer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.DistanceOrderer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.GreedyOrderer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.LtrOrderer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.GreedyGraphTracer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer
- equals(Object) - 类 中的方法cc.chungkwong.mathocr.online.TracePoint
- Erosion - cc.chungkwong.mathocr.offline.preprocessor中的类
- Erosion(BitSet) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Erosion
- Expression - cc.chungkwong.mathocr.common中的类
-
Mathematical expression
- Expression() - 类 的构造器cc.chungkwong.mathocr.common.Expression
- Expression.Fraction - cc.chungkwong.mathocr.common中的类
- Expression.Line - cc.chungkwong.mathocr.common中的类
- Expression.Matrix - cc.chungkwong.mathocr.common中的类
- Expression.Over - cc.chungkwong.mathocr.common中的类
- Expression.Radical - cc.chungkwong.mathocr.common中的类
- Expression.Subscript - cc.chungkwong.mathocr.common中的类
- Expression.Subsuperscript - cc.chungkwong.mathocr.common中的类
- Expression.Superscript - cc.chungkwong.mathocr.common中的类
- Expression.Symbol - cc.chungkwong.mathocr.common中的类
- Expression.Under - cc.chungkwong.mathocr.common中的类
- Expression.UnderOver - cc.chungkwong.mathocr.common中的类
- ExpressionFormat - cc.chungkwong.mathocr.common.format中的接口
-
A format for mathematical expression
- extract(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
Extract strokes from a image
- extract(BufferedImage, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
Extract strokes from a image
- Extractor - cc.chungkwong.mathocr.offline.extractor中的类
-
Offline recognizer based on online recognizer
- Extractor(Preprocessor, SkeletonTracer, GraphTracer, Orderer, OnlineRecognizer) - 类 的构造器cc.chungkwong.mathocr.offline.extractor.Extractor
-
Create a offline recognizer
- Extractor(OnlineRecognizer) - 类 的构造器cc.chungkwong.mathocr.offline.extractor.Extractor
-
Create a offline recognizer
F
- filterNoise() - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
- filterNoise(int, int) - 类 中的方法cc.chungkwong.mathocr.offline.ComponentPool
-
Filter out small components
- findRoot(int) - 类 中的方法cc.chungkwong.mathocr.common.Partition
-
Find the root of the set containing a element
- fix() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
- FixedBinarizer - cc.chungkwong.mathocr.offline.preprocessor中的类
- FixedBinarizer() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.FixedBinarizer
- FixedBinarizer(int) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.FixedBinarizer
- format() - 类 中的方法cc.chungkwong.mathocr.ui.RecognitionPane
- Fraction(Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Fraction
- Fraction(Expression, Expression, List<Trace>) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Fraction
- FrequencyTable<T> - cc.chungkwong.mathocr.common中的类
-
Frequency counters
- FrequencyTable() - 类 的构造器cc.chungkwong.mathocr.common.FrequencyTable
-
Create a table
- FROM_LEFT - 类 中的静态变量cc.chungkwong.mathocr.offline.ConnectedComponent
- fromIndex(int, int) - 类 中的静态方法cc.chungkwong.mathocr.online.TracePoint
G
- 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
- getAnnotions() - 类 中的方法cc.chungkwong.mathocr.common.format.Ink
- 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(ExpressionFormat) - 类 中的方法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(byte[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.HTDetector
- getCost(byte[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.PCPDetector
- getCost(byte[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.PPDetector
- getCost(byte[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.SearchBasedDetector
-
Calculate cost for a angle(lower is better)
- getCost(byte[], int, int, double) - 类 中的方法cc.chungkwong.mathocr.offline.skew.TCDetector
- getCount() - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
-
Get the length - 1
- getCount(T) - 类 中的方法cc.chungkwong.mathocr.common.FrequencyTable
- getData() - 类 中的方法cc.chungkwong.mathocr.offline.Bitmap
- getDefault() - 类 中的静态方法cc.chungkwong.mathocr.offline.extractor.Extractor
- 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
- getDistance(Trace, Trace) - 类 中的静态方法cc.chungkwong.mathocr.online.TraceList
- 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() - 类 中的方法cc.chungkwong.mathocr.online.Trace
- getEnd(E) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
- getExpression() - 类 中的方法cc.chungkwong.mathocr.common.format.Ink
- getFile() - 类 中的方法cc.chungkwong.mathocr.common.format.Ink
- 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
- getLength(Trace) - 类 中的静态方法cc.chungkwong.mathocr.online.SpeedNormalizer
- getMeta() - 类 中的方法cc.chungkwong.mathocr.common.format.Ink
- 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
- getPrimitives() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Fraction
- getPrimitives() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Radical
- getPrimitives() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Symbol
- 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
- getSideDistance(Trace, Trace) - 类 中的静态方法cc.chungkwong.mathocr.online.TraceList
- getSpans() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Line
- getSquaredIntegralImage(byte[], int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
-
Create a squared integral image
- getStart() - 类 中的方法cc.chungkwong.mathocr.online.Trace
- getStart(E) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
- 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
- getSuffix() - 类 中的方法cc.chungkwong.mathocr.common.format.AsciiFormat
- getSuffix() - 类 中的方法cc.chungkwong.mathocr.common.format.InkmlFormat
- getSuffix() - 类 中的方法cc.chungkwong.mathocr.common.format.JsonFormat
- getSuffix() - 接口 中的方法cc.chungkwong.mathocr.common.format.TraceListFormat
- getSuperscript() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Subsuperscript
- getSuperscript() - 类 中的方法cc.chungkwong.mathocr.common.Expression.Superscript
- getSymbol(BoundBox) - 类 中的方法cc.chungkwong.mathocr.common.format.Ink
- 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.GlobalBinarizer
- 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.common.format.Ink
- 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
- GlobalBinarizer - cc.chungkwong.mathocr.offline.preprocessor中的类
- GlobalBinarizer() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.GlobalBinarizer
- 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
H
- hashCode() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
- hashCode() - 类 中的方法cc.chungkwong.mathocr.common.format.JiixFormat
- hashCode() - 类 中的方法cc.chungkwong.mathocr.common.format.LatexFormat
- hashCode() - 类 中的方法cc.chungkwong.mathocr.common.format.MathmlFormat
- hashCode() - 类 中的方法cc.chungkwong.mathocr.common.format.PlainFormat
- hashCode() - 类 中的方法cc.chungkwong.mathocr.common.Pair
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.BypassOrderer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.CutOrderer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.DistanceOrderer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.GreedyOrderer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.LtrOrderer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.GreedyGraphTracer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer
- hashCode() - 类 中的方法cc.chungkwong.mathocr.online.TracePoint
- HierarchyStrategy - cc.chungkwong.mathocr.offline.skew中的类
-
Search for angle using finer scales
- HierarchyStrategy() - 类 的构造器cc.chungkwong.mathocr.offline.skew.HierarchyStrategy
-
Search [-15deg,15deg] using step 3deg and 0.2deg
- HierarchyStrategy(double, double, double...) - 类 的构造器cc.chungkwong.mathocr.offline.skew.HierarchyStrategy
-
Define a search
- HORIZONTAL - 类 中的静态变量cc.chungkwong.mathocr.offline.StrokeWidthTransform
- HTDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by Hough transform
- HTDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.HTDetector
- HTDetector(SearchStrategy) - 类 的构造器cc.chungkwong.mathocr.offline.skew.HTDetector
-
Create a skew detector
I
- ImageUtil - cc.chungkwong.mathocr.offline.preprocessor中的类
- ImageUtil() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
- Ink - cc.chungkwong.mathocr.common.format中的类
-
Ground truth of a expression
- Ink(File) - 类 的构造器cc.chungkwong.mathocr.common.format.Ink
-
Wrap the ground truth of a expression
- Ink(InputStream) - 类 的构造器cc.chungkwong.mathocr.common.format.Ink
-
Wrap the ground truth of a expression
- InkmlFormat - cc.chungkwong.mathocr.common.format中的类
- InkmlFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.InkmlFormat
- interpolate(int, int, int[], int) - 类 中的静态方法cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer
- intersect(BoundBox, BoundBox) - 类 中的静态方法cc.chungkwong.mathocr.common.BoundBox
-
Get the intersection of two bounding boxes
- invalidBoundBox() - 类 中的方法cc.chungkwong.mathocr.online.Trace
-
Clear cached bounding box
- Inverter - cc.chungkwong.mathocr.offline.preprocessor中的类
- Inverter() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Inverter
-
Construct a ColorInvert
- Inverter(boolean) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Inverter
-
Construct a ColorInvert
- isAutoDetect() - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Inverter
-
Check if auto detection of white on black is enabled
- isRoot(int) - 类 中的方法cc.chungkwong.mathocr.common.Partition
-
Check if a element is root
J
- JiixFormat - cc.chungkwong.mathocr.common.format中的类
-
JIIX format
- JiixFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.JiixFormat
- JsonFormat - cc.chungkwong.mathocr.common.format中的类
- JsonFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.JsonFormat
- Junction - cc.chungkwong.mathocr.offline.extractor.tracer中的类
-
Junction
- Junction(Trace) - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.Junction
-
Create a junction
K
- KFill - cc.chungkwong.mathocr.offline.preprocessor中的类
- KFill() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.KFill
-
Construct a Kfill with global settings
- KFill(int) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.KFill
-
Construct a Kfill
L
- LatexFormat - cc.chungkwong.mathocr.common.format中的类
-
LaTeX format
- LatexFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.LatexFormat
- Line(Expression...) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Line
- Line(List<Expression>) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Line
- LinearStrategy - cc.chungkwong.mathocr.offline.skew中的类
-
Linear search for angle
- LinearStrategy(double, double, double) - 类 的构造器cc.chungkwong.mathocr.offline.skew.LinearStrategy
-
Define a linear search
- link(int, int) - 接口 中的方法cc.chungkwong.mathocr.common.Linkable
-
To be called when linked
- Linkable - cc.chungkwong.mathocr.common中的接口
-
Indicating addition work when sets are linked
- LtrOrderer - cc.chungkwong.mathocr.offline.extractor.orderer中的类
-
From left to right
- LtrOrderer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.orderer.LtrOrderer
M
- main(String[]) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.Thinning
- main(String[]) - 类 中的静态方法cc.chungkwong.mathocr.offline.StrokeWidthTransform
- main(String[]) - 类 中的静态方法cc.chungkwong.mathocr.ui.Demo
- main(String[]) - 类 中的静态方法cc.chungkwong.mathocr.ui.Main
- main(String[]) - 类 中的静态方法cc.chungkwong.mathocr.ui.SpeedTest
- Main - cc.chungkwong.mathocr.ui中的类
- Main() - 类 的构造器cc.chungkwong.mathocr.ui.Main
- makeSet() - 类 中的方法cc.chungkwong.mathocr.common.Partition
-
Make a new set containing exactly one element
- MARGIN_H - 类 中的静态变量cc.chungkwong.mathocr.ui.TraceListViewer
- MARGIN_V - 类 中的静态变量cc.chungkwong.mathocr.ui.TraceListViewer
- MathmlFormat - cc.chungkwong.mathocr.common.format中的类
-
MathML format
- MathmlFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.MathmlFormat
- Matrix(List<List<Expression>>) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Matrix
- MeanFilter - cc.chungkwong.mathocr.offline.preprocessor中的类
- MeanFilter() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.MeanFilter
-
Construct a MeanFilter
- MedianFilter - cc.chungkwong.mathocr.offline.preprocessor中的类
- MedianFilter() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.MedianFilter
-
Construct a MedianFilter
- merge(E, E, E, V) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
Merge two edge into one
- mouseClicked(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- mouseDragged(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.TraceListViewer
- mouseDragged(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- mouseEntered(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- mouseExited(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- mouseMoved(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.TraceListViewer
- mouseMoved(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- mousePressed(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- mouseReleased(MouseEvent) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- MyscriptRecognizer - cc.chungkwong.mathocr.online.recognizer中的类
-
MyScript Cloud based online mathematical expression recognizer
- MyscriptRecognizer() - 类 的构造器cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer
-
Create a instance using global settings
- MyscriptRecognizer(String, String, String, int) - 类 的构造器cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer
-
Create a instance
N
- NNDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by Nearest Neighbors Clustering
- NNDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.NNDetector
-
Create a skew detector
- NoiseRemove - cc.chungkwong.mathocr.offline.preprocessor中的类
-
A preprocessor that apply post-processing step of binarized image described in Adaptive degraded document image binarization by B.
- NoiseRemove() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.NoiseRemove
-
Construct a NoiseRemove
- normalize(Trace, int) - 类 中的静态方法cc.chungkwong.mathocr.online.SpeedNormalizer
- normalize(Trace, int, double) - 类 中的静态方法cc.chungkwong.mathocr.online.SpeedNormalizer
- normalize(Trace, int, double[], double[]) - 类 中的静态方法cc.chungkwong.mathocr.online.SpeedNormalizer
- normalize(Trace, int, double, double[], double[]) - 类 中的静态方法cc.chungkwong.mathocr.online.SpeedNormalizer
O
- OfflineRecognizer - cc.chungkwong.mathocr.offline中的接口
-
Offline recognition engine
- OnlineRecognizer - cc.chungkwong.mathocr.online.recognizer中的接口
-
Online mathematical expression recognizer
- order(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.BypassOrderer
- order(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.CutOrderer
- order(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.DistanceOrderer
- order(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.GreedyOrderer
- order(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.LtrOrderer
- order(TraceList) - 接口 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.Orderer
-
Normalize stroke order
- order(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer
- Orderer - cc.chungkwong.mathocr.offline.extractor.orderer中的接口
-
Stroke order normalization
- OtsuBinarizer - cc.chungkwong.mathocr.offline.preprocessor中的类
- OtsuBinarizer() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.OtsuBinarizer
- Over(Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Over
P
- paint(Graphics) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- Pair<K,V> - cc.chungkwong.mathocr.common中的类
-
Pair of objects
- Pair(K, V) - 类 的构造器cc.chungkwong.mathocr.common.Pair
-
Create a pair
- Partition - cc.chungkwong.mathocr.common中的类
-
A data structure representing partition of objects
- Partition(Linkable) - 类 的构造器cc.chungkwong.mathocr.common.Partition
-
Construct a Partition without any set
- Partition(Linkable, int) - 类 的构造器cc.chungkwong.mathocr.common.Partition
-
Construct a Partition with some sets
- PCPDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by Piecewise covering by parallelograms
- PCPDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.PCPDetector
- PCPDetector(SearchStrategy) - 类 的构造器cc.chungkwong.mathocr.offline.skew.PCPDetector
-
Create a skew detector
- PlainFormat - cc.chungkwong.mathocr.common.format中的类
-
Plain format
- PlainFormat() - 类 的构造器cc.chungkwong.mathocr.common.format.PlainFormat
- PPADetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by piecewise painting algorithm
- PPADetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.PPADetector
-
Create a skew detector
- PPADetector(int, int) - 类 的构造器cc.chungkwong.mathocr.offline.skew.PPADetector
- PPDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by projection profile
- PPDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.PPDetector
- PPDetector(SearchStrategy) - 类 的构造器cc.chungkwong.mathocr.offline.skew.PPDetector
-
Create a skew detector
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Dilation
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Erosion
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.GlobalBinarizer
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Inverter
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.KFill
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.MeanFilter
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.MedianFilter
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.NoiseRemove
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.SauvolaBinarizer
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.SimplePreprocessor
-
Perform preprocess operation
- preprocess(byte[], byte[], int, int) - 类 中的方法cc.chungkwong.mathocr.offline.preprocessor.Thinning
- preprocess(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
Preprocess a image
- Preprocessor - cc.chungkwong.mathocr.offline.preprocessor中的接口
- PRESS - 类 中的静态变量cc.chungkwong.mathocr.offline.StrokeWidthTransform
R
- Radical(Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Radical
- Radical(Expression, Expression, List<Trace>) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Radical
- read(File) - 类 中的方法cc.chungkwong.mathocr.common.format.AsciiFormat
- read(File) - 类 中的方法cc.chungkwong.mathocr.common.format.InkmlFormat
- read(File) - 类 中的方法cc.chungkwong.mathocr.common.format.JsonFormat
- read(File) - 接口 中的方法cc.chungkwong.mathocr.common.format.TraceListFormat
-
Read trace list from a file
- readExternal(ObjectInput) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Load ConnectedComponent from stream
- readFrom(File) - 接口 中的静态方法cc.chungkwong.mathocr.common.format.TraceListFormat
-
Read trace list from a file
- RecognitionPane - cc.chungkwong.mathocr.ui中的类
- RecognitionPane() - 类 的构造器cc.chungkwong.mathocr.ui.RecognitionPane
- recognize() - 类 中的方法cc.chungkwong.mathocr.ui.RecognitionPane
- recognize(Bitmap) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
- recognize(Bitmap) - 接口 中的方法cc.chungkwong.mathocr.offline.OfflineRecognizer
- recognize(TraceList) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
Online recognition
- recognize(TraceList) - 类 中的方法cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer
- recognize(TraceList) - 接口 中的方法cc.chungkwong.mathocr.online.recognizer.OnlineRecognizer
-
Recognizer an expression
- recognize(TraceList) - 类 中的方法cc.chungkwong.mathocr.online.recognizer.RenderingRecognizer
- recognize(TraceList, boolean) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
Online recognition
- recognize(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.Extractor
-
Offline recognition
- REFERENCE_SCALE - 类 中的静态变量cc.chungkwong.mathocr.common.format.AsciiFormat
- remove(E) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
-
Remove a edge
- removeActionListener(ActionListener) - 类 中的方法cc.chungkwong.mathocr.ui.WritingPad
- renderBoxedImage(TraceList, BoundBox) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderColorImage(TraceList) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderColorImage(TraceList, BoundBox, int) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderColorImage(TraceList, BoundBox, Graphics2D) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderColorImage(TraceList, BoundBox, Graphics2D, int) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderImage(TraceList) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderImage(TraceList, BoundBox) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- renderImage(TraceList, BoundBox, int) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- RenderingRecognizer - cc.chungkwong.mathocr.online.recognizer中的类
-
Online recognizer based on an offline recognizer
- RenderingRecognizer(OfflineRecognizer) - 类 的构造器cc.chungkwong.mathocr.online.recognizer.RenderingRecognizer
-
Create a online recognizer
- rescale(BoundBox) - 类 中的方法cc.chungkwong.mathocr.online.TraceList
-
Rescale the coordinates to fit in a given rectangle
- reset(int, int, int) - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
-
Reset a RunLength
- Rotator - cc.chungkwong.mathocr.offline.preprocessor中的类
- Rotator(double) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Rotator
-
Construct a SkewCorrect
- RunLength - cc.chungkwong.mathocr.offline中的类
-
A data structure represent runlength of a image
- RunLength(int, int, int) - 类 的构造器cc.chungkwong.mathocr.offline.RunLength
-
Construct a RunLength
S
- SauvolaBinarizer - cc.chungkwong.mathocr.offline.preprocessor中的类
-
Sauvola's threholding
- SauvolaBinarizer() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.SauvolaBinarizer
-
Create an binarizer using global settings
- SauvolaBinarizer(double, int) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.SauvolaBinarizer
-
Create an binarizer
- saveAsPreference() - 类 中的方法cc.chungkwong.mathocr.Settings
-
Save settings as preference
- scale(double) - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
-
Zoom this box
- search(DoubleFunction<Double>) - 类 中的方法cc.chungkwong.mathocr.offline.skew.HierarchyStrategy
- search(DoubleFunction<Double>) - 类 中的方法cc.chungkwong.mathocr.offline.skew.LinearStrategy
- search(DoubleFunction<Double>) - 接口 中的方法cc.chungkwong.mathocr.offline.skew.SearchStrategy
-
Search for skew angle
- SearchBasedDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Search based skew detector
- SearchBasedDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.SearchBasedDetector
-
Create a skew detector
- SearchBasedDetector(SearchStrategy) - 类 的构造器cc.chungkwong.mathocr.offline.skew.SearchBasedDetector
-
Create a skew detector with specified search strategy
- SearchStrategy - cc.chungkwong.mathocr.offline.skew中的接口
-
Search strategy for search based skew detectors
- Segment - cc.chungkwong.mathocr.offline.extractor.tracer中的类
-
Segment
- Segment() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
Create a empty segment
- Segment(Trace, int) - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
Create a segment
- Segment(Trace, int, double, double) - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
Create a segment
- setAngleBegin(double) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
Set start angle
- setAngleEnd(double) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Segment
-
Set end angle
- setBoolean(String, Boolean) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Set the value of a boolean property
- setDouble(String, Double) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Set the value of a doubleing point property
- setImage(BufferedImage) - 类 中的方法cc.chungkwong.mathocr.ui.TraceListViewer
- setInteger(String, Integer) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Set the value of a integer property
- setString(String, String) - 类 中的方法cc.chungkwong.mathocr.Settings
-
Set the value of a string property
- setThick(int) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Component
-
Set thickness
- Settings - cc.chungkwong.mathocr中的类
-
Global settings
- setTraceList(TraceList) - 类 中的方法cc.chungkwong.mathocr.ui.RecognitionPane
- setTraceList(TraceList, List<Pair<BoundBox, String>>) - 类 中的方法cc.chungkwong.mathocr.ui.TraceListViewer
- SimplePreprocessor - cc.chungkwong.mathocr.offline.preprocessor中的类
- SimplePreprocessor() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.SimplePreprocessor
- simplify(TraceList, int) - 类 中的静态方法cc.chungkwong.mathocr.online.TraceSimplifier
-
Simplify strokes by only keeping one point in every step points
- simplifyGraph(Graph<Junction, Segment>) - 类 中的静态方法cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- SkeletonTracer - cc.chungkwong.mathocr.offline.extractor.tracer中的接口
-
Skeleton graph constructor
- SkewDetector - cc.chungkwong.mathocr.offline.skew中的接口
-
Detector of skew
- SpeedNormalizer - cc.chungkwong.mathocr.online中的类
- SpeedNormalizer() - 类 的构造器cc.chungkwong.mathocr.online.SpeedNormalizer
- SpeedTest - cc.chungkwong.mathocr.ui中的类
- SpeedTest() - 类 的构造器cc.chungkwong.mathocr.ui.SpeedTest
- splitHorizontally(int) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Split this component horizontally
- splitVertically(int) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Split this component vertically
- stateChanged(ChangeEvent) - 类 中的方法cc.chungkwong.mathocr.ui.TraceListViewer
- StrokeSpace(byte[], short[], short[], int, int) - 类 的构造器cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
-
Create a space of stroke width
- StrokeWidthTransform - cc.chungkwong.mathocr.offline中的类
-
Stroke width transformation
- StrokeWidthTransform() - 类 的构造器cc.chungkwong.mathocr.offline.StrokeWidthTransform
- StrokeWidthTransform.StrokeSpace - cc.chungkwong.mathocr.offline中的类
-
Space of stroke width
- Subscript(Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Subscript
- Subsuperscript(Expression, Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Subsuperscript
- Superscript(Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Superscript
- Symbol(String) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Symbol
- Symbol(String, List<Trace>) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Symbol
T
- TCDetector - cc.chungkwong.mathocr.offline.skew中的类
-
Detect skew by Transition Counts
- TCDetector() - 类 的构造器cc.chungkwong.mathocr.offline.skew.TCDetector
- TCDetector(SearchStrategy) - 类 的构造器cc.chungkwong.mathocr.offline.skew.TCDetector
-
Create a skew detector
- test(Stream<BufferedImage>) - 类 中的静态方法cc.chungkwong.mathocr.ui.SpeedTest
- THICK - 类 中的静态变量cc.chungkwong.mathocr.ui.TraceListViewer
- thin(byte[], int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.Thinning
- thin(Bitmap) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.Thinning
- Thinning - cc.chungkwong.mathocr.offline.preprocessor中的类
- Thinning() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.Thinning
- ThinTracer - cc.chungkwong.mathocr.offline.extractor.tracer中的类
-
Skeleton tracer that use thinning
- ThinTracer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- THROW - 类 中的静态变量cc.chungkwong.mathocr.offline.StrokeWidthTransform
- ToGrayscale - cc.chungkwong.mathocr.offline.preprocessor中的类
- ToGrayscale() - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.ToGrayscale
-
Construct a Grayscale
- ToGrayscale(boolean) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.ToGrayscale
-
Construct a Grayscale
- ToGrayscale(int, int, int) - 类 的构造器cc.chungkwong.mathocr.offline.preprocessor.ToGrayscale
-
Construct a Grayscale
- toIndex(int) - 类 中的方法cc.chungkwong.mathocr.online.TracePoint
- toPath2D(Trace) - 类 中的静态方法cc.chungkwong.mathocr.ui.TraceListViewer
- toPixelArray() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get two dimension pixels array representation
- toPixelArray2() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get one dimension pixels array representation
- TopologicalOrderer - cc.chungkwong.mathocr.offline.extractor.orderer中的类
-
Topological sort
- TopologicalOrderer() - 类 的构造器cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.common.BoundBox
- toString() - 类 中的方法cc.chungkwong.mathocr.common.EncodedExpression
- toString() - 类 中的方法cc.chungkwong.mathocr.common.format.JiixFormat
- toString() - 类 中的方法cc.chungkwong.mathocr.common.format.LatexFormat
- toString() - 类 中的方法cc.chungkwong.mathocr.common.format.MathmlFormat
- toString() - 类 中的方法cc.chungkwong.mathocr.common.format.PlainFormat
- toString() - 类 中的方法cc.chungkwong.mathocr.common.FrequencyTable
- toString() - 类 中的方法cc.chungkwong.mathocr.common.Pair
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.Bitmap
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Get String that show the shape
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.BypassOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.CutOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.DistanceOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.GreedyOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.LtrOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.GreedyGraphTracer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- toString() - 类 中的方法cc.chungkwong.mathocr.offline.RunLength
- toString() - 类 中的方法cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer
- toString() - 类 中的方法cc.chungkwong.mathocr.online.Trace
- toString() - 类 中的方法cc.chungkwong.mathocr.online.TraceList
- toString() - 类 中的方法cc.chungkwong.mathocr.online.TracePoint
- toString(Graph<Junction, Segment>) - 类 中的静态方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
- trace(Bitmap) - 接口 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.SkeletonTracer
-
Construct skeleton graph
- trace(Bitmap) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer
- trace(Graph<Junction, Segment>) - 接口 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.GraphTracer
-
Trace strokes
- trace(Graph<Junction, Segment>) - 类 中的方法cc.chungkwong.mathocr.offline.extractor.tracer.GreedyGraphTracer
- Trace - cc.chungkwong.mathocr.online中的类
-
Stroke
- Trace() - 类 的构造器cc.chungkwong.mathocr.online.Trace
-
Create a empty stroke
- Trace(String) - 类 的构造器cc.chungkwong.mathocr.online.Trace
-
Create a empty stroke
- Trace(List<TracePoint>) - 类 的构造器cc.chungkwong.mathocr.online.Trace
-
Create a stroke
- Trace(List<TracePoint>, String) - 类 的构造器cc.chungkwong.mathocr.online.Trace
-
Create a stroke
- TraceList - cc.chungkwong.mathocr.online中的类
-
Sequence of strokes
- TraceList() - 类 的构造器cc.chungkwong.mathocr.online.TraceList
-
Create a empty sequence of strokes
- TraceList(List<Trace>) - 类 的构造器cc.chungkwong.mathocr.online.TraceList
-
Create a sequence of strokes
- TraceListFormat - cc.chungkwong.mathocr.common.format中的接口
-
Format of trace list
- TraceListViewer - cc.chungkwong.mathocr.ui中的类
- TraceListViewer() - 类 的构造器cc.chungkwong.mathocr.ui.TraceListViewer
- TracePoint - cc.chungkwong.mathocr.online中的类
-
Point
- TracePoint(int, int) - 类 的构造器cc.chungkwong.mathocr.online.TracePoint
-
Create a point
- TraceSimplifier - cc.chungkwong.mathocr.online中的类
-
Stroke simplifier
- TraceSimplifier() - 类 的构造器cc.chungkwong.mathocr.online.TraceSimplifier
- transform(Bitmap) - 类 中的静态方法cc.chungkwong.mathocr.offline.StrokeWidthTransform
-
Transform a bitmap image
- translate(int, int) - 类 中的方法cc.chungkwong.mathocr.online.TraceList
-
Translate the traces
U
- Under(Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.Under
- UnderOver(Expression, Expression, Expression) - 类 的构造器cc.chungkwong.mathocr.common.Expression.UnderOver
- union(int, int) - 类 中的方法cc.chungkwong.mathocr.common.Partition
-
Combine two sets
- union(BoundBox, BoundBox) - 类 中的静态方法cc.chungkwong.mathocr.common.BoundBox
-
Get the smallest box that contains two bounding boxes
- union(Iterator<BoundBox>) - 类 中的静态方法cc.chungkwong.mathocr.common.BoundBox
-
Get the smallest box that contains all given bounding boxes
V
- VERTICAL - 类 中的静态变量cc.chungkwong.mathocr.offline.StrokeWidthTransform
- visualize(Graph<Junction, Segment>, int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.extractor.tracer.Graph
- visualize(StrokeWidthTransform.StrokeSpace) - 类 中的静态方法cc.chungkwong.mathocr.offline.StrokeWidthTransform
-
Visualize stroke direction in colored image
- visualizeStrokes(BufferedImage) - 类 中的静态方法cc.chungkwong.mathocr.offline.StrokeWidthTransform
-
Visualize stroke direction in colored image
W
- windowValue(long[][], int, int, int, int, int, int) - 类 中的静态方法cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
-
Compute the sum of pixels in a window
- write(TraceList, File) - 类 中的方法cc.chungkwong.mathocr.common.format.AsciiFormat
- write(TraceList, File) - 类 中的方法cc.chungkwong.mathocr.common.format.InkmlFormat
- write(TraceList, File) - 类 中的方法cc.chungkwong.mathocr.common.format.JsonFormat
- write(TraceList, File) - 接口 中的方法cc.chungkwong.mathocr.common.format.TraceListFormat
-
Save trace list to a file
- write(TraceList, Writer) - 类 中的方法cc.chungkwong.mathocr.common.format.AsciiFormat
- write(TraceList, Writer) - 类 中的方法cc.chungkwong.mathocr.common.format.JsonFormat
- writeExternal(ObjectOutput) - 类 中的方法cc.chungkwong.mathocr.offline.ConnectedComponent
-
Write this object to stream
- writeTo(TraceList, File) - 接口 中的静态方法cc.chungkwong.mathocr.common.format.TraceListFormat
-
Save trace list to a file
- WritingPad - cc.chungkwong.mathocr.ui中的类
- WritingPad() - 类 的构造器cc.chungkwong.mathocr.ui.WritingPad
所有类 所有程序包