Exemplo n.º 1
0
 public static int recogSetParams(this L_Recog recog, int type, int min_nopad, float max_wh_ratio, float max_ht_ratio)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static int recogSkipIdentify(this L_Recog recog)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 // Postprocessing
 public static Sarray recogExtractNumbers(this L_Recog recog, HandleRef boxas, float scorethresh, int spacethresh, out Boxaa pbaa, out Numaa pnaa)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 // Greedy character splitting
 public static int recogCorrelationBestRow(this L_Recog recog, Pix pixs, out Boxa pboxa, out Numa pnascore, out Numa pnaindex, out Sarray psachar, int debug)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 // Low-level identification of single characters
 public static int recogIdentifyPixa(this L_Recog recog, HandleRef pixa, out Pix ppixdb)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 // Training on labeled data
 public static int recogTrainLabeled(this L_Recog recog, Pix pixs, HandleRef box, string text, int debug)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public static Pixa recogAddDigitPadTemplates(this L_Recog recog, Sarray sa)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public static int recogWriteStream(IntPtr fp, L_Recog recog)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public static int recogWriteMem(out IntPtr pdata, IntPtr psize, L_Recog recog)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 // Recog creation, destruction and access
 public static L_Recog recogCreateFromRecog(this L_Recog recs, int scalew, int scaleh, int linew, int threshold, int maxyshift)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public static int recogWrite(string filename, L_Recog recog)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public static int recogGetClassString(this L_Recog recog, int index, out IntPtr pcharstr)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public static int recogStringToIndex(this L_Recog recog, string text, out int pindex)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 // Character/index lookup
 public static int recogGetClassIndex(this L_Recog recog, int val, string text, out int pindex)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 15
0
 public static Pix recogModifyTemplate(this L_Recog recog, Pix pixs)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 16
0
 public static Pixa recogExtractPixa(this L_Recog recog)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 17
0
 // Training on unlabeled data
 public static L_Recog recogTrainFromBoot(this L_Recog recogboot, HandleRef pixas, float minscore, int threshold, int debug)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 18
0
 // Debugging
 public static int recogShowContent(IntPtr fp, L_Recog recog, int index, int display)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 19
0
 public static int recogIsPaddingNeeded(this L_Recog recog, out Sarray psa)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 20
0
 public static int recogShowAverageTemplates(this L_Recog recog)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 21
0
 // Segmentation and noise removal
 public static int recogSplitIntoCharacters(this L_Recog recog, Pix pixs, int minh, int skipsplit, out Boxa pboxa, out Pixa ppixa, int debug)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 22
0
 public static int recogShowMatchesInRange(this L_Recog recog, HandleRef pixa, float minscore, float maxscore, int display)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 23
0
 public static int recogCorrelationBestChar(this L_Recog recog, Pix pixs, out Box pbox, out float pscore, out int index, out IntPtr pcharstr, out Pix ppixdb)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 24
0
 public static Pix recogShowMatch(this L_Recog recog, Pix pix1, Pix pix2, HandleRef box, int index, float score)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 25
0
 public static int recogIdentifyPix(this L_Recog recog, Pix pixs, out Pix ppixdb)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 26
0
 public static int recogProcessLabeled(this L_Recog recog, Pix pixs, HandleRef box, string text, out Pix ppix)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 27
0
 // Preprocessing and filtering
 public static Pix recogProcessToIdentify(this L_Recog recog, Pix pixs, int pad)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 28
0
 public static int recogAddSample(this L_Recog recog, Pix pix, int debug)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 29
0
 // Top-level identification
 public static int recogIdentifyMultiple(this L_Recog recog, Pix pixs, int minh, int skipsplit, out Boxa pboxa, out Pixa ppixa, out Pix ppixdb, int debugsplit)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 30
0
 public static int recogGetCount(this L_Recog recog)
 {
     throw new NotImplementedException();
 }