Exemplo n.º 1
0
 // Ptaa accessors
 public static int ptaaGetCount(this Ptaa ptaa)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static void ptaaDestroy(this Ptaa pptaa)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 // Ptaa array extension
 public static int ptaaAddPta(this Ptaa ptaa, Pta pta, int copyflag)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public static int pixConnCompIncrAdd(this Pix pixs, out Ptaa ptaa, out int pncc, float x, float y, int debug)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public static Ptaa ptaaSortByIndex(this Ptaa ptaas, Numa naindex)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public static int ptaaWriteMem(out IntPtr pdata, IntPtr psize, Ptaa ptaa, int type)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 // 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();
 }
Exemplo n.º 8
0
 public static int ptaaWrite(string filename, Ptaa ptaa, int type)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public static int ptaaWriteStream(IntPtr fp, Ptaa ptaa, int type)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public static int ptaaAddPt(this Ptaa ptaa, int ipta, float x, float y)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public static int ptaaTruncate(this Ptaa ptaa)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public static int ptaaReplacePta(this Ptaa ptaa, int index, Pta pta)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 // Ptaa array modifiers
 public static int ptaaInitFull(this Ptaa ptaa, Pta pta)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 public static int ptaaGetPt(this Ptaa ptaa, int ipta, int jpt, out float px, out float py)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 15
0
 public static Pta ptaaGetPta(this Ptaa ptaa, int index, int accessflag)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 16
0
 // Ptaa accessors
 public static int ptaaGetCount(this Ptaa ptaa)
 {
     return(Native.DllImports.ptaaGetCount((HandleRef)ptaa));
 }