类的使用
cc.chungkwong.mathocr.offline.RunLength
-
使用RunLength的程序包 程序包 说明 cc.chungkwong.mathocr.offline -
-
cc.chungkwong.mathocr.offline中RunLength的使用
返回变量类型为RunLength的类型的cc.chungkwong.mathocr.offline中的方法 修饰符和类型 方法 说明 List<RunLength>ConnectedComponent. getRunLengths()Get the runlengths in the component参数类型为RunLength的cc.chungkwong.mathocr.offline中的方法 修饰符和类型 方法 说明 voidConnectedComponent. addRunLength(RunLength runlength)Add a RunLengthvoidConnectedComponent. addRunLengthToLast(RunLength runlength)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 analysisintRunLength. compareTo(RunLength opd)Compare RunLength by y and x coordinate参数类型为RunLength的cc.chungkwong.mathocr.offline中的构造器 构造器 说明 ConnectedComponent(RunLength runlength)Construct a ConnectedComponent with a single RunLength
-