信号与图像处理40

基于HSV空间下颜色识别的简单图像分类

1. 图像样本 首先来看一下图像样本,这是铜片: 这是铝片: 2. 分析及思路 可以看出,不光在红光还是白光下,铜片都呈现橙黄色,而铝片在白 ...

计算机视觉opencv4入门笔记(38):图像角点检测

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:corner_detect #include & ...

计算机视觉opencv4入门笔记(37):直方图反向投影

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:back_project #include &l ...

计算机视觉opencv4入门笔记(36):图像形态学操作——开闭操作、梯度运算、顶帽底帽运算、击中击不中运算

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:open_close、morph_gradient、t ...

计算机视觉opencv4入门笔记(35):图像形态学操作——膨胀腐蚀

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:erode_dilate #include &l ...

计算机视觉opencv4入门笔记(34):霍夫圆检测

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:hough_circles #include & ...

计算机视觉opencv4入门笔记(33):霍夫直线检测

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:hough_lines #include &lt ...

计算机视觉opencv4入门笔记(32):轮廓逼近与拟合

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:appro_fit_contours #incl ...

计算机视觉opencv4入门笔记(31):轮廓匹配

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:match_shapes #include &l ...

计算机视觉opencv4入门笔记(30):图像轮廓计算

本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials 本篇使用的项目为:select_contours #include ...