Package | Description |
---|---|
qa.qcri.prepocressor.operations |
This package contains all available operations, i.e. all commands which can
be used within the pipeline.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveThresholdOperation
This class implements the adaptiveThreshold operation.
|
class |
AscendersTextLineOperation
This class implements the ascendersTextLine operation.
|
class |
AxisAlignedHoughOperation
This class implements the axisAlignedHough operation.
|
class |
BbqOperation
This class implements the bbq operation.
|
class |
BlurOperation
This class implements the blur operation.
|
class |
Col2graphOperation
This class implements the col2graph operation.
|
class |
ComponentDensityOperation
This class implements the componentDensity operation.
|
class |
ConcatOperation
This class implements the concat operation.
|
class |
ConvertToFloatOperation
This class implements the convertToFloat operation.
|
class |
CutWithAltecXmlOperation
This class implements the cutWithAltecXml operation.
|
class |
CutWithHadaraXmlOperation
This class implements the cutWithHadaraXml operation.
|
class |
CutWithPageXmlOperation
This class implements the cutWithPageXml operation.
|
class |
DevNullOperation
This class implements the devNull operation.
|
class |
DrawChildrenOperation
This class implements the drawChildren operation.
|
class |
DrawKaldiAlignmentOperation
This class implements the drawKaldiAlignment operation.
|
class |
DrawTextLinesOperation
This class implements the drawTextLine operation.
|
class |
ExactOrientationCorrectionOperation
This class implements the exactOrientationCorrection operation.
|
class |
ExtendForHoughOperation
This class implements the extendForHough operation.
|
class |
ExtendOperation
This class implements the extend operation.
|
class |
ExtractConstantRegionsOperation
This class implements the extractConstantRegions operation.
|
class |
FeatExtractOperation
This class implements the featExtract operation.
|
class |
FillTransparencyOperation
This class implements the fillTransparency operation.
|
class |
FilterOperation
This class implements the filter operation.
|
class |
FlipOperation
This class implements the flip operation.
|
class |
GrayscaleOperation
This class implements the grayscale operation.
|
class |
HoughOperation
This class implements the hough operation.
|
class |
HoughTextLineOperation
This class implements the houghTextLine operation.
|
class |
InvertOperation
This class implements the invert operation.
|
class |
LogOperation
This class implements the log operation.
|
class |
MorphOperation
This class implements the morph operation.
|
class |
MultiChannelOtsuOperation
This class implements the multiChannelOtsu operation.
|
class |
NormalizeOperation
This class implements the normalize operation.
|
class |
NormalizePenSizeOperation
This class implements the normalizePenSize operation.
|
class |
NormalizeTextOperation
This class implements the normalizeText operation.
|
class |
NormalizeUpperBaselineOperation
This class implements the normalizeUpperBaseline operation.
|
class |
OrientationCorrectionOperation
This class implements the orientationCorrection operation.
|
class |
OutlierRemoveOperation
This class implements the outlierRemove operation.
|
class |
PolynomialTextLineOperation
This class implements the polynomialTextLine operation.
|
class |
PotatoPeelingTextLineOperation
This class implements the potatoPeelingTextLine operation.
|
class |
PrintMaxOperation
This class implements the printMax operation.
|
class |
ProjectionLineSegmentationOperation
This class implements the projectionLineSegmentation operation.
|
class |
RectSumOperation
This class implements the rectSum operation.
|
class |
ReducedAlcmTransformOperation
This class implements the reducedAlcmTransformOperation operation.
|
class |
ReduceOperation
This class implements the grayscale operation.
|
class |
RemoveDiacriticsOperation
This class implements the removeDiacritics operation.
|
class |
RemoveLargeComponentsOperation
This class implements the removeLargeComponents operation.
|
class |
RemoveSmallComponentsOperation
This class implements the removeSmallComponents operation.
|
class |
RemoveUnderlineOperation
This class implements the removeUnderline operation.
|
class |
RemoveVertTextMarginOperation
This class implements the removeVertTextMargin operation.
|
class |
RenderPageXmlTranscriptionsOperation
This class implements the renderPageXmlTranscriptions operation.
|
class |
ScaleOperation
This class implements the scale operation.
|
class |
SobelOperation
This class implements the sobel operation.
|
class |
SplitTextLinesOperation
This class implements the splitTextLines operation.
|
class |
SquareOperation
This class implements the square operation.
|
class |
SubtractMeanOperation
This class implements the subtractMean operation.
|
class |
TeeOperation
This class implements the tee operation.
|
class |
TextSkewCorrectionOperation
This class implements the textSkewCorrection operation.
|
class |
ThinningOperation
This class implements the thinning operation.
|
class |
ThresholdOperation
This class implements the threshold operation.
|
class |
TransposeOperation
This class implements the transpose operation.
|
class |
VertTextSegmentationOperation
This class implements the vertTextSegmentation operation.
|
class |
VisualizePageXmlOperation
This class implements the visualizePageXml operation.
|
class |
WriteRectsOperation
This class implements the writeRects operation.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
OperationFactory.createOperation(java.lang.String cmd)
Get a fully configured operation instance.
|