Esempio 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();
 }
Esempio n. 2
0
 public static int recogSkipIdentify(this L_Recog recog)
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio n. 7
0
 public static Pixa recogAddDigitPadTemplates(this L_Recog recog, Sarray sa)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public static int recogWriteStream(IntPtr fp, L_Recog recog)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public static int recogWriteMem(out IntPtr pdata, IntPtr psize, L_Recog recog)
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }
Esempio n. 11
0
 public static int recogWrite(string filename, L_Recog recog)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public static int recogGetClassString(this L_Recog recog, int index, out IntPtr pcharstr)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public static int recogStringToIndex(this L_Recog recog, string text, out int pindex)
 {
     throw new NotImplementedException();
 }
Esempio n. 14
0
 // Character/index lookup
 public static int recogGetClassIndex(this L_Recog recog, int val, string text, out int pindex)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public static Pix recogModifyTemplate(this L_Recog recog, Pix pixs)
 {
     throw new NotImplementedException();
 }
Esempio n. 16
0
 public static Pixa recogExtractPixa(this L_Recog recog)
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }
Esempio n. 18
0
 // Debugging
 public static int recogShowContent(IntPtr fp, L_Recog recog, int index, int display)
 {
     throw new NotImplementedException();
 }
Esempio n. 19
0
 public static int recogIsPaddingNeeded(this L_Recog recog, out Sarray psa)
 {
     throw new NotImplementedException();
 }
Esempio n. 20
0
 public static int recogShowAverageTemplates(this L_Recog recog)
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }
Esempio n. 22
0
 public static int recogShowMatchesInRange(this L_Recog recog, HandleRef pixa, float minscore, float maxscore, int display)
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }
Esempio n. 24
0
 public static Pix recogShowMatch(this L_Recog recog, Pix pix1, Pix pix2, HandleRef box, int index, float score)
 {
     throw new NotImplementedException();
 }
Esempio n. 25
0
 public static int recogIdentifyPix(this L_Recog recog, Pix pixs, out Pix ppixdb)
 {
     throw new NotImplementedException();
 }
Esempio n. 26
0
 public static int recogProcessLabeled(this L_Recog recog, Pix pixs, HandleRef box, string text, out Pix ppix)
 {
     throw new NotImplementedException();
 }
Esempio n. 27
0
 // Preprocessing and filtering
 public static Pix recogProcessToIdentify(this L_Recog recog, Pix pixs, int pad)
 {
     throw new NotImplementedException();
 }
Esempio n. 28
0
 public static int recogAddSample(this L_Recog recog, Pix pix, int debug)
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }
Esempio n. 30
0
 public static int recogGetCount(this L_Recog recog)
 {
     throw new NotImplementedException();
 }