// Ptaa accessors public static int ptaaGetCount(this Ptaa ptaa) { throw new NotImplementedException(); }
public static void ptaaDestroy(this Ptaa pptaa) { throw new NotImplementedException(); }
// Ptaa array extension public static int ptaaAddPta(this Ptaa ptaa, Pta pta, int copyflag) { throw new NotImplementedException(); }
public static int pixConnCompIncrAdd(this Pix pixs, out Ptaa ptaa, out int pncc, float x, float y, int debug) { throw new NotImplementedException(); }
public static Ptaa ptaaSortByIndex(this Ptaa ptaas, Numa naindex) { throw new NotImplementedException(); }
public static int ptaaWriteMem(out IntPtr pdata, IntPtr psize, Ptaa ptaa, int type) { throw new NotImplementedException(); }
// Label pixels to allow incremental computation of connected components public static int pixConnCompIncrInit(this Pix pixs, int conn, out Pix ppixd, out Ptaa pptaa, out int pncc) { throw new NotImplementedException(); }
public static int ptaaWrite(string filename, Ptaa ptaa, int type) { throw new NotImplementedException(); }
public static int ptaaWriteStream(IntPtr fp, Ptaa ptaa, int type) { throw new NotImplementedException(); }
public static int ptaaAddPt(this Ptaa ptaa, int ipta, float x, float y) { throw new NotImplementedException(); }
public static int ptaaTruncate(this Ptaa ptaa) { throw new NotImplementedException(); }
public static int ptaaReplacePta(this Ptaa ptaa, int index, Pta pta) { throw new NotImplementedException(); }
// Ptaa array modifiers public static int ptaaInitFull(this Ptaa ptaa, Pta pta) { throw new NotImplementedException(); }
public static int ptaaGetPt(this Ptaa ptaa, int ipta, int jpt, out float px, out float py) { throw new NotImplementedException(); }
public static Pta ptaaGetPta(this Ptaa ptaa, int index, int accessflag) { throw new NotImplementedException(); }
// Ptaa accessors public static int ptaaGetCount(this Ptaa ptaa) { return(Native.DllImports.ptaaGetCount((HandleRef)ptaa)); }