public class ThinTracer extends Object implements SkeletonTracer
ThinTracer()
static Graph<Junction,Segment>
buildRawGraph(Bitmap image)
boolean
equals(Object obj)
int
hashCode()
static void
simplifyGraph(Graph<Junction,Segment> graph)
String
toString()
Graph<Junction,Segment>
trace(Bitmap image)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ThinTracer()
public Graph<Junction,Segment> trace(Bitmap image)
SkeletonTracer
trace
image
public static Graph<Junction,Segment> buildRawGraph(Bitmap image)
public static void simplifyGraph(Graph<Junction,Segment> graph)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.