|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.imageutil.BaseImageOperation org.shapelogic.imageprocessing.BaseVectorizer org.shapelogic.imageprocessing.ShortLineBasedVectorizer org.shapelogic.imageprocessing.DirectionBasedVectorizer DirectionBasedVectorizer_
@Deprecated public class DirectionBasedVectorizer_
Thin wrapper around DirectionBasedVectorizer Second approach to a vectorizer. This does not work as well as MaxDistanceVectorizer. So it is recommended to use that instead for now.
Field Summary |
---|
Fields inherited from class org.shapelogic.imageprocessing.DirectionBasedVectorizer |
---|
_chainCodeForMultiLine, _directionsCount, _lastPointInCurrentMultiLine, _shortLineAngles, _shortLineAngleSpeeds, _shortLineCount, _shortLineLength, _shortLinePointIndex, CHAIN_CODE_FOR_MULTI_LINE_MAX_LENGTH, MAX_SHORT_LINE_COUNT, NUMBER_OF_SAME_DIRECTION_TO_START_STRAIGHT |
Fields inherited from class org.shapelogic.imageprocessing.ShortLineBasedVectorizer |
---|
_angleLimit, _currentAngle, _currentCircleInterval, _currentLineType, _currentVectorDirection, _firstPointInLine, _firstUsedDirection, _maxPointsInShortLine, _pixelTypeCalculatorNextPoint, _pointsInCurrentShortLine, _secondUsedDirection, _startOfShortLinePoint, ANGLE_DIFFERENCE_LIMIT, MAX_NUMBER_OF_POINTS_IN_SHORT_LINE |
Fields inherited from class org.shapelogic.imageprocessing.BaseVectorizer |
---|
_cleanedupPolygon, _currentDirection, _currentPixelIndex, _currentPoint, _cyclePoints, _displayInternalInfo, _endPointsClusters, _errorMessage, _firstPointInLineIndex, _firstPointInMultiLine, _matchingOH, _maxX, _maxY, _minX, _minY, _nextCount, _numberOfPointsInAllLines, _pixels, _pixelTypeCalculator, _pixelTypeFinder, _rulesArrayForLetterMatching, _stream, _streamName, _unfinishedPoints, _yForUnporcessedPixel, MAX_DISTANCE_BETWEEN_CLUSTER_POINTS, STRAIGHT_LINE_COLOR |
Fields inherited from class org.shapelogic.imageutil.BaseImageOperation |
---|
_arg, _guiWrapper, _image, _keyValueParser, _setupReturnValue |
Constructor Summary | |
---|---|
DirectionBasedVectorizer_()
Deprecated. |
Method Summary |
---|
Methods inherited from class org.shapelogic.imageprocessing.DirectionBasedVectorizer |
---|
angleFromDirectionArray, findMultiLinePostProcess, isStraight, lastPixelOk, makeNewPointPostProcess, moveCurrentPointForwards, multiLineHasGlobalFitness, newShortLine, numberOfDirections, splitLine |
Methods inherited from class org.shapelogic.imageprocessing.ShortLineBasedVectorizer |
---|
findMultiLine, findMultiLinePreProcess, findNextLinePoint, getAngleLimit, getMaxSinceLast, handleProblematicPoints, internalFactory, makeNewPoint, resetShortLine, setAngleLimit, setMaxSinceLast, splitLine |
Methods inherited from class org.shapelogic.imageprocessing.BaseVectorizer |
---|
addToUnfinishedPoints, cleanPolygon, countRegionCrossingsAroundPoint, drawLine, drawLines, findAllLines, findFirstLinePoint, findPointType, getCleanedupPolygon, getCyclePoints, getErrorMessage, getImageProcessor, getMatchingOH, getMaxX, getMaxY, getMinX, getMinY, getPixels, getPoints, getPolygon, getStream, getStreamName, hasNext, init, isPixelUsed, matchLines, next, oppesiteDirection, pixelIndexToPoint, pointToPixelIndex, pointToPixelIndex, polygonFactory, remove, run, setStreamName |
Methods inherited from class org.shapelogic.imageutil.BaseImageOperation |
---|
getGuiWrapper, getImage, getKeyValueParser, getSetupReturnValue, isImageValid, setArg, setGuiWrapper, setKeyValueParser, setSetupReturnValue, setup, showAbout, showMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectionBasedVectorizer_()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |