computeNMChannels(Mat _src, List< Mat > _channels, int _mode) | OpenCVForUnity.TextModule.Text | static |
computeNMChannels(Mat _src, List< Mat > _channels) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression, float minProbabilityDiff) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea, float minProbability) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(ERFilter_Callback cb) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression, float minProbabilityDiff) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea, float minProbability) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename, int thresholdDelta, float minArea) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename, int thresholdDelta) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM1(string filename) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM2(ERFilter_Callback cb, float minProbability) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM2(ERFilter_Callback cb) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM2(string filename, float minProbability) | OpenCVForUnity.TextModule.Text | static |
createERFilterNM2(string filename) | OpenCVForUnity.TextModule.Text | static |
createOCRHMMTransitionsTable(string vocabulary, List< string > lexicon) | OpenCVForUnity.TextModule.Text | static |
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, List< MatOfPoint > regions) | OpenCVForUnity.TextModule.Text | static |
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects, int method, string filename, float minProbability) | OpenCVForUnity.TextModule.Text | static |
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects, int method, string filename) | OpenCVForUnity.TextModule.Text | static |
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects, int method) | OpenCVForUnity.TextModule.Text | static |
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects) | OpenCVForUnity.TextModule.Text | static |
detectTextSWT(Mat input, MatOfRect result, bool dark_on_light, Mat draw, Mat chainBBs) | OpenCVForUnity.TextModule.Text | static |
detectTextSWT(Mat input, MatOfRect result, bool dark_on_light, Mat draw) | OpenCVForUnity.TextModule.Text | static |
detectTextSWT(Mat input, MatOfRect result, bool dark_on_light) | OpenCVForUnity.TextModule.Text | static |
ERFILTER_NM_IHSGrad | OpenCVForUnity.TextModule.Text | static |
ERFILTER_NM_RGBLGrad | OpenCVForUnity.TextModule.Text | static |
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects, int method, string filename, float minProbablity) | OpenCVForUnity.TextModule.Text | static |
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects, int method, string filename) | OpenCVForUnity.TextModule.Text | static |
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects, int method) | OpenCVForUnity.TextModule.Text | static |
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects) | OpenCVForUnity.TextModule.Text | static |
ERGROUPING_ORIENTATION_ANY | OpenCVForUnity.TextModule.Text | static |
ERGROUPING_ORIENTATION_HORIZ | OpenCVForUnity.TextModule.Text | static |
loadClassifierNM1(string filename) | OpenCVForUnity.TextModule.Text | static |
loadClassifierNM2(string filename) | OpenCVForUnity.TextModule.Text | static |
loadOCRBeamSearchClassifierCNN(string filename) | OpenCVForUnity.TextModule.Text | static |
loadOCRHMMClassifier(string filename, int classifier) | OpenCVForUnity.TextModule.Text | static |
loadOCRHMMClassifierCNN(string filename) | OpenCVForUnity.TextModule.Text | static |
loadOCRHMMClassifierNM(string filename) | OpenCVForUnity.TextModule.Text | static |
OCR_CNN_CLASSIFIER | OpenCVForUnity.TextModule.Text | static |
OCR_DECODER_VITERBI | OpenCVForUnity.TextModule.Text | static |
OCR_KNN_CLASSIFIER | OpenCVForUnity.TextModule.Text | static |
OCR_LEVEL_TEXTLINE | OpenCVForUnity.TextModule.Text | static |
OCR_LEVEL_WORD | OpenCVForUnity.TextModule.Text | static |
OEM_CUBE_ONLY | OpenCVForUnity.TextModule.Text | static |
OEM_DEFAULT | OpenCVForUnity.TextModule.Text | static |
OEM_TESSERACT_CUBE_COMBINED | OpenCVForUnity.TextModule.Text | static |
OEM_TESSERACT_ONLY | OpenCVForUnity.TextModule.Text | static |
PSM_AUTO | OpenCVForUnity.TextModule.Text | static |
PSM_AUTO_ONLY | OpenCVForUnity.TextModule.Text | static |
PSM_AUTO_OSD | OpenCVForUnity.TextModule.Text | static |
PSM_CIRCLE_WORD | OpenCVForUnity.TextModule.Text | static |
PSM_OSD_ONLY | OpenCVForUnity.TextModule.Text | static |
PSM_SINGLE_BLOCK | OpenCVForUnity.TextModule.Text | static |
PSM_SINGLE_BLOCK_VERT_TEXT | OpenCVForUnity.TextModule.Text | static |
PSM_SINGLE_CHAR | OpenCVForUnity.TextModule.Text | static |
PSM_SINGLE_COLUMN | OpenCVForUnity.TextModule.Text | static |
PSM_SINGLE_LINE | OpenCVForUnity.TextModule.Text | static |
PSM_SINGLE_WORD | OpenCVForUnity.TextModule.Text | static |