public virtual void drawPolygon(WPIPolygon p, WPIColor color, int thickness) { object obj = this.image; p.getCVSeq(); color.toCvScalar(); color.toCvScalar(); throw new NoClassDefFoundError("com.googlecode.javacv.cpp.opencv_core"); }
public virtual void drawLine(WPIPoint p1, WPIPoint p2, WPIColor color, int thickness) { object obj = this.image; p1.getCvPoint(); p2.getCvPoint(); color.toCvScalar(); throw new NoClassDefFoundError("com.googlecode.javacv.cpp.opencv_core"); }