OpenCV Python 入门完全指南:读取、显示、保存图片与 Jupyter 配置
OpenCV Python 入门基础完全教程:cv.imread 读取图片、cv.imshow 窗口显示、cv.imwrite 保存、Matplotlib 在 Jupyter notebook 中显示、图像属性查看。从零开始学习 OpenCV Python 基础操作。
7 篇文章
OpenCV Python 入门基础完全教程:cv.imread 读取图片、cv.imshow 窗口显示、cv.imwrite 保存、Matplotlib 在 Jupyter notebook 中显示、图像属性查看。从零开始学习 OpenCV Python 基础操作。
A complete beginner's tutorial on OpenCV Python basics: cv.imread for reading images, cv.imshow for window display, cv.imwrite for saving, Matplotlib in Jupyter notebooks, and inspecting image properties. Learn OpenCV Python fundamentals from scratch.
Learn OpenCV Python drawing functions comprehensively: cv.line, cv.circle, cv.rectangle, cv.ellipse, cv.polylines, cv.arrowedLine, cv.putText, cv.drawMarker, and more. Includes complete code examples, detailed parameter explanations, and practical tips — everything you need for OpenCV 2D drawing in one article.
全面学习 OpenCV Python 绘图函数:cv.line、cv.circle、cv.rectangle、cv.ellipse、cv.polylines、cv.arrowedLine、cv.putText、cv.drawMarker 等。包含完整代码示例、参数详解和实战技巧,一篇搞定 OpenCV 2D 绘图。
A comprehensive guide to image filtering in OpenCV Python: GaussianBlur, medianBlur, bilateralFilter, Gabor filters, custom kernels, Fourier Transform (DFT), Sobel edge detection, and thresholding. Includes full code examples and comparative analysis.
全面学习 OpenCV Python 图像滤波技术:GaussianBlur、medianBlur、bilateralFilter、Gabor 滤波器、自定义滤波器、傅里叶变换(DFT)、Sobel 边缘检测、阈值处理。包含完整代码示例与对比分析。
全面学习 OpenCV Python 图像处理核心操作:色彩空间变换(cv.cvtColor)、通道操作、图像遮罩、直方图、形态学操作(morphologyEx)、翻转、缩放、伽玛校正、均值与标准差。完整代码示例与实战技巧。