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