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