原文链接:http://www.juzicode.com/python-error-tesseracterro… 继续阅读 Python错误集锦:TesseractError: (1, ‘Error opening data file d:devTesseract-OCR5.0.0tessdata/chi_sim.traineddata Please make sure the TESSDATA_PREFIX environment variable is set to your “tessdata” directory.
作者: 桔子菌
Python错误集锦:pytesseract提示TesseractNotFoundError: tesseract is not installed or it’s not in your PATH.
原文链接:http://www.juzicode.com/python-error-tesseractnotf… 继续阅读 Python错误集锦:pytesseract提示TesseractNotFoundError: tesseract is not installed or it’s not in your PATH.
OpenCV-Python教程:图像金字塔(pyrDown,pyrUp)
原文链接:http://www.juzicode.com/opencv-python-pyrup-pyrdow… 继续阅读 OpenCV-Python教程:图像金字塔(pyrDown,pyrUp)
Python错误集锦:tarfile追加文件到压缩包中时提示:ReadError: invalid header
原文链接:http://www.juzicode.com/python-error-tarfile-appen… 继续阅读 Python错误集锦:tarfile追加文件到压缩包中时提示:ReadError: invalid header
Python列表的索引切片还可以这么理解
原文链接:http://www.juzicode.com/python-note-list-slice-ind… 继续阅读 Python列表的索引切片还可以这么理解
OpenCV-Python教程:形态学变换~开闭操作,顶帽黑帽,形态学梯度,击中击不中(morphologyEx)
原文链接:http://www.juzicode.com/opencv-python-morphologyex… 继续阅读 OpenCV-Python教程:形态学变换~开闭操作,顶帽黑帽,形态学梯度,击中击不中(morphologyEx)
Python错误集锦:OpenCV pencilSketch绘制素描风格图像显示时提示mat is not a numerical tuple
原文链接:http://www.juzicode.com/python-error-opencv-pencil… 继续阅读 Python错误集锦:OpenCV pencilSketch绘制素描风格图像显示时提示mat is not a numerical tuple
OpenCV-Python教程:形态学变换~腐蚀和膨胀(erode,dilate)
原文链接:http://www.juzicode.com/opencv-python-erode-dilate… 继续阅读 OpenCV-Python教程:形态学变换~腐蚀和膨胀(erode,dilate)
Visual Studio配置OpenCV工程
原文链接:http://www.juzicode.com/opencv-note-vs-project-con… 继续阅读 Visual Studio配置OpenCV工程
CMake构建、编译OpenCV工程
原文链接:http://www.juzicode.com/opencv-note-cmake-project-… 继续阅读 CMake构建、编译OpenCV工程
如何实现一个“万能”的调试打印函数
原文链接:http://www.juzicode.com/cpp-note-debug-print-code-… 继续阅读 如何实现一个“万能”的调试打印函数
Python错误集锦:OpenCV countNonZero()统计图像中非0的像素点时提示error: (-215:Assertion failed) cn == 1
原文链接:http://www.juzicode.com/python-error-countnonzero-… 继续阅读 Python错误集锦:OpenCV countNonZero()统计图像中非0的像素点时提示error: (-215:Assertion failed) cn == 1
Python错误集锦:OpenCV calcHist()计算直方图时提示 opencv-4.5.3\modules\imgproc\src\histogram.cpp:160: error: (-215:Assertion failed) j < nimages in function 'cv::histPrepareImages'
原文链接:http://www.juzicode.com/python-error-opencv-j-nima… 继续阅读 Python错误集锦:OpenCV calcHist()计算直方图时提示 opencv-4.5.3\modules\imgproc\src\histogram.cpp:160: error: (-215:Assertion failed) j < nimages in function 'cv::histPrepareImages'
Python错误集锦:导入pygifsicle模块时提示FileNotFoundError: The gifsicle library was not found on your system
原文链接:http://www.juzicode.com/python-error-filenotfounde… 继续阅读 Python错误集锦:导入pygifsicle模块时提示FileNotFoundError: The gifsicle library was not found on your system
Python错误集锦:OpenCV calcHist计算直方图提示Can’t convert object to vector for ‘histSize’, unsupported type
原文链接:http://www.juzicode.com/python-error-convert-objec… 继续阅读 Python错误集锦:OpenCV calcHist计算直方图提示Can’t convert object to vector for ‘histSize’, unsupported type
OpenCV-Python教程:高斯平滑、双边平滑(GaussianBlur,bilateralFilter)
原文链接:http://www.juzicode.com/opencv-python-gaussianblur… 继续阅读 OpenCV-Python教程:高斯平滑、双边平滑(GaussianBlur,bilateralFilter)
OpenCV-Python教程:均值平滑、中值平滑(blur,medianBlur)
原文链接:http://www.juzicode.com/opencv-python-blur-medianb… 继续阅读 OpenCV-Python教程:均值平滑、中值平滑(blur,medianBlur)
OpenCV-Python教程:阈值化(threshold,adaptiveThreshold)
原文链接:http://www.juzicode.com/opencv-python-threshold-ad… 继续阅读 OpenCV-Python教程:阈值化(threshold,adaptiveThreshold)
Python错误集锦:OpenCV HoughCircles找圆时提示One of the arguments’ values is out of range) dp, min_dist and canny_threshold must be all positive numbers in function ‘cv::HoughCircles’
原文链接:http://www.juzicode.com/python-error-opencv-argume… 继续阅读 Python错误集锦:OpenCV HoughCircles找圆时提示One of the arguments’ values is out of range) dp, min_dist and canny_threshold must be all positive numbers in function ‘cv::HoughCircles’
Python错误集锦:OpenCV OpenCV HoughCircles找圆时提示modules\imgproc\src\hough.cpp:2267: error: (-211:One of the arguments’ values is out of range) acc_threshold must be a positive number in function ‘cv::HoughCircles’
原文链接:http://www.juzicode.com/python-error-opencv-acc-th… 继续阅读 Python错误集锦:OpenCV OpenCV HoughCircles找圆时提示modules\imgproc\src\hough.cpp:2267: error: (-211:One of the arguments’ values is out of range) acc_threshold must be a positive number in function ‘cv::HoughCircles’