所有程序包的分层结构
程序包分层结构:- cc.chungkwong.mathocr,
- cc.chungkwong.mathocr.common,
- cc.chungkwong.mathocr.common.format,
- cc.chungkwong.mathocr.offline,
- cc.chungkwong.mathocr.offline.extractor,
- cc.chungkwong.mathocr.offline.extractor.orderer,
- cc.chungkwong.mathocr.offline.extractor.tracer,
- cc.chungkwong.mathocr.offline.preprocessor,
- cc.chungkwong.mathocr.offline.skew,
- cc.chungkwong.mathocr.online,
- cc.chungkwong.mathocr.online.recognizer,
- cc.chungkwong.mathocr.ui
类分层结构
- java.lang.Object
- cc.chungkwong.mathocr.common.format.AsciiFormat (implements cc.chungkwong.mathocr.common.format.TraceListFormat)
- cc.chungkwong.mathocr.offline.Bitmap
- cc.chungkwong.mathocr.common.BoundBox
- cc.chungkwong.mathocr.offline.extractor.orderer.BypassOrderer (implements cc.chungkwong.mathocr.offline.extractor.orderer.Orderer)
- cc.chungkwong.mathocr.offline.skew.CCDetector (implements cc.chungkwong.mathocr.offline.skew.SkewDetector)
- cc.chungkwong.mathocr.offline.preprocessor.CombinedPreprocessor (implements cc.chungkwong.mathocr.offline.preprocessor.Preprocessor)
- cc.chungkwong.mathocr.offline.extractor.tracer.Component
- java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
- java.awt.Container
- javax.swing.JComponent (implements java.io.Serializable)
- javax.swing.JLabel (implements javax.accessibility.Accessible, javax.swing.SwingConstants)
- cc.chungkwong.mathocr.ui.WritingPad (implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener)
- javax.swing.JPanel (implements javax.accessibility.Accessible)
- cc.chungkwong.mathocr.ui.Demo
- cc.chungkwong.mathocr.ui.TraceListViewer (implements javax.swing.event.ChangeListener, java.awt.event.MouseMotionListener)
- javax.swing.JSplitPane (implements javax.accessibility.Accessible)
- cc.chungkwong.mathocr.ui.RecognitionPane
- javax.swing.JLabel (implements javax.accessibility.Accessible, javax.swing.SwingConstants)
- java.awt.Window (implements javax.accessibility.Accessible)
- java.awt.Frame (implements java.awt.MenuContainer)
- javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
- cc.chungkwong.mathocr.ui.Main
- javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
- java.awt.Frame (implements java.awt.MenuContainer)
- javax.swing.JComponent (implements java.io.Serializable)
- java.awt.Container
- cc.chungkwong.mathocr.offline.ComponentPool
- cc.chungkwong.mathocr.offline.ConnectedComponent (implements java.lang.Comparable<T>, java.io.Externalizable)
- cc.chungkwong.mathocr.offline.preprocessor.Cropper (implements cc.chungkwong.mathocr.offline.preprocessor.Preprocessor)
- cc.chungkwong.mathocr.offline.extractor.orderer.CutOrderer (implements cc.chungkwong.mathocr.offline.extractor.orderer.Orderer)
- cc.chungkwong.mathocr.offline.extractor.orderer.DistanceOrderer (implements cc.chungkwong.mathocr.offline.extractor.orderer.Orderer)
- cc.chungkwong.mathocr.common.EncodedExpression
- cc.chungkwong.mathocr.common.Expression
- cc.chungkwong.mathocr.common.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.offline.extractor.Extractor (implements cc.chungkwong.mathocr.offline.OfflineRecognizer)
- cc.chungkwong.mathocr.common.FrequencyTable<T>
- cc.chungkwong.mathocr.offline.extractor.tracer.Graph<V,E>
- cc.chungkwong.mathocr.offline.extractor.tracer.GreedyGraphTracer (implements cc.chungkwong.mathocr.offline.extractor.tracer.GraphTracer)
- cc.chungkwong.mathocr.offline.extractor.orderer.GreedyOrderer (implements cc.chungkwong.mathocr.offline.extractor.orderer.Orderer)
- cc.chungkwong.mathocr.offline.skew.HierarchyStrategy (implements cc.chungkwong.mathocr.offline.skew.SearchStrategy)
- cc.chungkwong.mathocr.offline.preprocessor.ImageUtil
- cc.chungkwong.mathocr.common.format.Ink
- cc.chungkwong.mathocr.common.format.InkmlFormat (implements cc.chungkwong.mathocr.common.format.TraceListFormat)
- cc.chungkwong.mathocr.common.format.JiixFormat (implements cc.chungkwong.mathocr.common.format.ExpressionFormat)
- cc.chungkwong.mathocr.common.format.JsonFormat (implements cc.chungkwong.mathocr.common.format.TraceListFormat)
- cc.chungkwong.mathocr.common.format.LatexFormat (implements cc.chungkwong.mathocr.common.format.ExpressionFormat)
- cc.chungkwong.mathocr.offline.skew.LinearStrategy (implements cc.chungkwong.mathocr.offline.skew.SearchStrategy)
- cc.chungkwong.mathocr.offline.extractor.orderer.LtrOrderer (implements cc.chungkwong.mathocr.offline.extractor.orderer.Orderer)
- cc.chungkwong.mathocr.common.format.MathmlFormat (implements cc.chungkwong.mathocr.common.format.ExpressionFormat)
- cc.chungkwong.mathocr.online.recognizer.MyscriptRecognizer (implements cc.chungkwong.mathocr.online.recognizer.OnlineRecognizer)
- cc.chungkwong.mathocr.offline.skew.NNDetector (implements cc.chungkwong.mathocr.offline.skew.SkewDetector)
- cc.chungkwong.mathocr.common.Pair<K,V> (implements java.io.Serializable)
- cc.chungkwong.mathocr.common.Partition
- cc.chungkwong.mathocr.common.format.PlainFormat (implements cc.chungkwong.mathocr.common.format.ExpressionFormat)
- cc.chungkwong.mathocr.offline.skew.PPADetector (implements cc.chungkwong.mathocr.offline.skew.SkewDetector)
- cc.chungkwong.mathocr.online.recognizer.RenderingRecognizer (implements cc.chungkwong.mathocr.online.recognizer.OnlineRecognizer)
- cc.chungkwong.mathocr.offline.preprocessor.Rotator (implements cc.chungkwong.mathocr.offline.preprocessor.Preprocessor)
- cc.chungkwong.mathocr.offline.RunLength (implements java.lang.Comparable<T>)
- cc.chungkwong.mathocr.offline.skew.SearchBasedDetector (implements cc.chungkwong.mathocr.offline.skew.SkewDetector)
- cc.chungkwong.mathocr.offline.skew.HTDetector
- cc.chungkwong.mathocr.offline.skew.PCPDetector
- cc.chungkwong.mathocr.offline.skew.PPDetector
- cc.chungkwong.mathocr.offline.skew.TCDetector
- cc.chungkwong.mathocr.Settings
- cc.chungkwong.mathocr.offline.preprocessor.SimplePreprocessor (implements cc.chungkwong.mathocr.offline.preprocessor.Preprocessor)
- cc.chungkwong.mathocr.offline.preprocessor.Dilation
- cc.chungkwong.mathocr.offline.preprocessor.Erosion
- cc.chungkwong.mathocr.offline.preprocessor.GlobalBinarizer
- cc.chungkwong.mathocr.offline.preprocessor.FixedBinarizer
- cc.chungkwong.mathocr.offline.preprocessor.OtsuBinarizer
- cc.chungkwong.mathocr.offline.preprocessor.Inverter
- cc.chungkwong.mathocr.offline.preprocessor.KFill
- cc.chungkwong.mathocr.offline.preprocessor.MeanFilter
- cc.chungkwong.mathocr.offline.preprocessor.MedianFilter
- cc.chungkwong.mathocr.offline.preprocessor.NoiseRemove
- cc.chungkwong.mathocr.offline.preprocessor.SauvolaBinarizer
- cc.chungkwong.mathocr.offline.preprocessor.Thinning
- cc.chungkwong.mathocr.online.SpeedNormalizer
- cc.chungkwong.mathocr.ui.SpeedTest
- cc.chungkwong.mathocr.offline.StrokeWidthTransform
- cc.chungkwong.mathocr.offline.StrokeWidthTransform.StrokeSpace
- cc.chungkwong.mathocr.offline.extractor.tracer.ThinTracer (implements cc.chungkwong.mathocr.offline.extractor.tracer.SkeletonTracer)
- cc.chungkwong.mathocr.offline.preprocessor.ToGrayscale (implements cc.chungkwong.mathocr.offline.preprocessor.Preprocessor)
- cc.chungkwong.mathocr.offline.extractor.orderer.TopologicalOrderer (implements cc.chungkwong.mathocr.offline.extractor.orderer.Orderer)
- cc.chungkwong.mathocr.online.Trace
- cc.chungkwong.mathocr.online.TraceList
- cc.chungkwong.mathocr.online.TracePoint
- cc.chungkwong.mathocr.online.TraceSimplifier
接口分层结构
- cc.chungkwong.mathocr.common.format.ExpressionFormat
- cc.chungkwong.mathocr.offline.extractor.tracer.GraphTracer
- cc.chungkwong.mathocr.common.Linkable
- cc.chungkwong.mathocr.offline.OfflineRecognizer
- cc.chungkwong.mathocr.online.recognizer.OnlineRecognizer
- cc.chungkwong.mathocr.offline.extractor.orderer.Orderer
- cc.chungkwong.mathocr.offline.preprocessor.Preprocessor
- cc.chungkwong.mathocr.offline.skew.SearchStrategy
- cc.chungkwong.mathocr.offline.extractor.tracer.SkeletonTracer
- cc.chungkwong.mathocr.offline.skew.SkewDetector
- cc.chungkwong.mathocr.common.format.TraceListFormat