最近
文章
代码仓
资源
问答
帖子
- OpenCV_(Corner Detect with Morphology) 基于形态学滤波的角点检测
- OpenCV_(Using GrabCut extract the foreground object) 使用 GrabCut 算法提取前景物体
- 0penCV_(Watershed Segmenter)使用 分水岭算法 对图像进行分割
- OpenCV_(Based on Sobel Filter to Detect edges) 基于Sobel算子的方向滤波器检查边缘
- OpenCV_(Laplacian Transform to find the edges)图像拉普拉斯变换查找边缘 图像识别
- OpenCV_霍夫变换_直线检测_HougLines
- OpnCV_(HoughCircles to find circles)霍夫变换检测圆形
- OpenCV_(Fit Line with points)用直线拟合一组点
- C++_Operator Overloading(运算符重载 | 计算有理数的加减乘除)
- C++_CopyConstructor(副本构造器 防止指针重复释放)