OpenCV for Unity 2.6.5
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
OpenCVForUnity.TextModule.Text Member List

This is the complete list of members for OpenCVForUnity.TextModule.Text, including all inherited members.

computeNMChannels(Mat _src, List< Mat > _channels, int _mode)OpenCVForUnity.TextModule.Textstatic
computeNMChannels(Mat _src, List< Mat > _channels)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression, float minProbabilityDiff)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea, float minProbability)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea, float maxArea)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta, float minArea)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb, int thresholdDelta)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(ERFilter_Callback cb)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression, float minProbabilityDiff)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea, float minProbability, bool nonMaxSuppression)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea, float minProbability)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename, int thresholdDelta, float minArea, float maxArea)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename, int thresholdDelta, float minArea)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename, int thresholdDelta)OpenCVForUnity.TextModule.Textstatic
createERFilterNM1(string filename)OpenCVForUnity.TextModule.Textstatic
createERFilterNM2(ERFilter_Callback cb, float minProbability)OpenCVForUnity.TextModule.Textstatic
createERFilterNM2(ERFilter_Callback cb)OpenCVForUnity.TextModule.Textstatic
createERFilterNM2(string filename, float minProbability)OpenCVForUnity.TextModule.Textstatic
createERFilterNM2(string filename)OpenCVForUnity.TextModule.Textstatic
createOCRHMMTransitionsTable(string vocabulary, List< string > lexicon)OpenCVForUnity.TextModule.Textstatic
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, List< MatOfPoint > regions)OpenCVForUnity.TextModule.Textstatic
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects, int method, string filename, float minProbability)OpenCVForUnity.TextModule.Textstatic
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects, int method, string filename)OpenCVForUnity.TextModule.Textstatic
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects, int method)OpenCVForUnity.TextModule.Textstatic
detectRegions(Mat image, ERFilter er_filter1, ERFilter er_filter2, MatOfRect groups_rects)OpenCVForUnity.TextModule.Textstatic
detectTextSWT(Mat input, MatOfRect result, bool dark_on_light, Mat draw, Mat chainBBs)OpenCVForUnity.TextModule.Textstatic
detectTextSWT(Mat input, MatOfRect result, bool dark_on_light, Mat draw)OpenCVForUnity.TextModule.Textstatic
detectTextSWT(Mat input, MatOfRect result, bool dark_on_light)OpenCVForUnity.TextModule.Textstatic
ERFILTER_NM_IHSGradOpenCVForUnity.TextModule.Textstatic
ERFILTER_NM_RGBLGradOpenCVForUnity.TextModule.Textstatic
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects, int method, string filename, float minProbablity)OpenCVForUnity.TextModule.Textstatic
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects, int method, string filename)OpenCVForUnity.TextModule.Textstatic
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects, int method)OpenCVForUnity.TextModule.Textstatic
erGrouping(Mat image, Mat channel, List< MatOfPoint > regions, MatOfRect groups_rects)OpenCVForUnity.TextModule.Textstatic
ERGROUPING_ORIENTATION_ANYOpenCVForUnity.TextModule.Textstatic
ERGROUPING_ORIENTATION_HORIZOpenCVForUnity.TextModule.Textstatic
loadClassifierNM1(string filename)OpenCVForUnity.TextModule.Textstatic
loadClassifierNM2(string filename)OpenCVForUnity.TextModule.Textstatic
loadOCRBeamSearchClassifierCNN(string filename)OpenCVForUnity.TextModule.Textstatic
loadOCRHMMClassifier(string filename, int classifier)OpenCVForUnity.TextModule.Textstatic
loadOCRHMMClassifierCNN(string filename)OpenCVForUnity.TextModule.Textstatic
loadOCRHMMClassifierNM(string filename)OpenCVForUnity.TextModule.Textstatic
OCR_CNN_CLASSIFIEROpenCVForUnity.TextModule.Textstatic
OCR_DECODER_VITERBIOpenCVForUnity.TextModule.Textstatic
OCR_KNN_CLASSIFIEROpenCVForUnity.TextModule.Textstatic
OCR_LEVEL_TEXTLINEOpenCVForUnity.TextModule.Textstatic
OCR_LEVEL_WORDOpenCVForUnity.TextModule.Textstatic
OEM_CUBE_ONLYOpenCVForUnity.TextModule.Textstatic
OEM_DEFAULTOpenCVForUnity.TextModule.Textstatic
OEM_TESSERACT_CUBE_COMBINEDOpenCVForUnity.TextModule.Textstatic
OEM_TESSERACT_ONLYOpenCVForUnity.TextModule.Textstatic
PSM_AUTOOpenCVForUnity.TextModule.Textstatic
PSM_AUTO_ONLYOpenCVForUnity.TextModule.Textstatic
PSM_AUTO_OSDOpenCVForUnity.TextModule.Textstatic
PSM_CIRCLE_WORDOpenCVForUnity.TextModule.Textstatic
PSM_OSD_ONLYOpenCVForUnity.TextModule.Textstatic
PSM_SINGLE_BLOCKOpenCVForUnity.TextModule.Textstatic
PSM_SINGLE_BLOCK_VERT_TEXTOpenCVForUnity.TextModule.Textstatic
PSM_SINGLE_CHAROpenCVForUnity.TextModule.Textstatic
PSM_SINGLE_COLUMNOpenCVForUnity.TextModule.Textstatic
PSM_SINGLE_LINEOpenCVForUnity.TextModule.Textstatic
PSM_SINGLE_WORDOpenCVForUnity.TextModule.Textstatic