原文链接:http://www.juzicode.com/python-opencv-statistics-c… 继续阅读 OpenCV-Python教程:统计函数~非零数、极值、和、均值、标准差、行列统计(countNonZero,minMaxLoc,sumElems,mean,meanStdDev,reduce)
分类: 图像处理
有了这个方法群聊斗图你就不会输了(Python imageio制作gif动图)
原文链接:http://www.juzicode.com/python-funny-imageio-make-… 继续阅读 有了这个方法群聊斗图你就不会输了(Python imageio制作gif动图)
OpenCV-Python教程:颜色图(applyColorMap)[只需几行代码生成22种风格各异的彩色图]
返回OpenCV-Python教程 原文链接:http://www.juzicode.com/opencv-n… 继续阅读 OpenCV-Python教程:颜色图(applyColorMap)[只需几行代码生成22种风格各异的彩色图]
OpenCV-Python教程:边沿检测(Canny)
原文链接:http://www.juzicode.com/opencv-python-detect-edge … 继续阅读 OpenCV-Python教程:边沿检测(Canny)
OpenCV-Python教程:图像梯度(Sobel,Scharr,Laplacian)
原文链接:http://www.juzicode.com/opencv-python-image-gradie… 继续阅读 OpenCV-Python教程:图像梯度(Sobel,Scharr,Laplacian)
OpenCV-Python教程:图像金字塔(pyrDown,pyrUp)
原文链接:http://www.juzicode.com/opencv-python-pyrup-pyrdow… 继续阅读 OpenCV-Python教程:图像金字塔(pyrDown,pyrUp)
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工程
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错误集锦: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’
论如何把自己变成卡通人物(OpenCV制作卡通化头像)
原文链接:http://www.juzicode.com/python-funny-opencv-cartoo… 继续阅读 论如何把自己变成卡通人物(OpenCV制作卡通化头像)