Home
last modified time | relevance | path

Searched refs:recogboot (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Drecogtest2.c62 L_RECOG *recogboot, *recog1; in main() local
85 recogboot = recogCreateFromPixa(pixa1, 0, 40, linew, 128, 1); in main()
86 recogWrite("/tmp/lept/recog/boot1.rec", recogboot); in main()
87 recogShowContent(stderr, recogboot, 1, 1); in main()
100 pixa3 = recogTrainFromBoot(recogboot, pixa2, 0.65, 128, 1); in main()
111 recogDestroy(&recogboot); in main()
119 recogboot = recogMakeBootDigitRecog(40, linew, 1, 1); in main()
120 recogWrite("/tmp/lept/recog/boot2.rec", recogboot); in main()
121 recogShowContent(stderr, recogboot, 3, 1); in main()
131 pixa3 = recogTrainFromBoot(recogboot, pixa2, 0.65, 128, 1); in main()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Drecogtrain.c1488 recogTrainFromBoot(L_RECOG *recogboot, in recogTrainFromBoot() argument
1502 if (!recogboot) in recogTrainFromBoot()
1524 scaleh = recogboot->scaleh; in recogTrainFromBoot()
1525 linew = recogboot->linew; in recogTrainFromBoot()
1549 recogIdentifyPix(recogboot, pix1, NULL); in recogTrainFromBoot()
1551 recogIdentifyPix(recogboot, pix1, &pixdb); in recogTrainFromBoot()
1552 pixaAddPix(recogboot->pixadb_boot, pixdb, L_INSERT); in recogTrainFromBoot()
1554 rchExtract(recogboot->rch, NULL, &score, &text, NULL, NULL, NULL, NULL); in recogTrainFromBoot()
1559 pixaAddPix(recogboot->pixadb_boot, pixdb, L_COPY); in recogTrainFromBoot()
H A Dallheaders.h2245 LEPT_DLL extern PIXA * recogTrainFromBoot ( L_RECOG *recogboot, PIXA *pixas, l_float32 minscore, l_…
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dallheaders.h2216 LEPT_DLL extern L_RECOG * recogTrainFromBoot ( PIXA *pixa, L_RECOG *recogboot, l_float32 minscore, …
2217 LEPT_DLL extern l_int32 recogTrainUnlabelled ( L_RECOG *recog, L_RECOG *recogboot, PIX *pixs, BOX *…