opencv38
计算机视觉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 <
...
计算机视觉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
...
计算机视觉opencv4入门笔记(29):图像轮廓发现
本系列代码托管于:https://github.com/chintsan-code/opencv4-tutorials
本篇使用的项目为:findContours
#include &l
...