-
图像分割算法
这是一篇关于图像分割的论文的相关代码,论文是2013年发表的,比较新,使用平台是vs2012,配置opencv2.4.3.效果很赞哦!希望有用。
- 2022-08-08 06:45:54下载
- 积分:1
-
VC++图象编程基础源代码,包括 Hough变换、阈值分割、轮廓提取与跟踪等图象处理的基础操作...
VC++图象编程基础源代码,包括 Hough变换、阈值分割、轮廓提取与跟踪等图象处理的基础操作-VC++ programming based image source code, including the Hough transform, threshold segmentation, Contour extraction and tracking the basis of image processing operation
- 2022-01-25 17:58:14下载
- 积分:1
-
OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度....
OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度. //三种不同的方法.其中方法二没有完全测试,方法一可以满足大部分需要-OpenCV four images of arbitrary rotation angle// Image Rotation question Img_old// to return to the rotation after the image type IplImage* Img_tmp.// Rotation angle, unit degrees.// Three different ways. Two methods which do not fully test one way to meet the needs of the majority
- 2022-02-05 19:37:53下载
- 积分:1
-
a VC development of a simple drawing program
一个用VC开发的简单画图程序-a VC development of a simple drawing program
- 2022-11-02 08:20:03下载
- 积分:1
-
图像的移动和缩放。
图像的移动和缩放。-mobile image and zoom.
- 2023-03-26 00:35:04下载
- 积分:1
-
如何快速读取位图文件(*.bmp)的VC源代码程序
如何快速读取位图文件(*.bmp)的VC源代码程序-how fast read bitmap files (*. bmp) VC source code procedures
- 2022-02-10 10:01:43下载
- 积分:1
-
能直接获取屏幕颜色,并保存为调色板! 是建立颜色标准库的得力工具!...
能直接获取屏幕颜色,并保存为调色板! 是建立颜色标准库的得力工具!-direct access to the screen color and the preservation of the palette! Color is to establish standards for the effective tool!
- 2022-03-18 03:32:41下载
- 积分:1
-
VC image processing to prepare for the study of learning, the program contains t...
VC编写适合初学图像处理的学习,程序包含大多数常见vc图像处理算法-VC image processing to prepare for the study of learning, the program contains the most common image processing algorithms vc
- 2022-06-28 04:06:54下载
- 积分:1
-
本程序介绍了如何使用vc++对人脸进行三维建模等
本程序介绍了如何使用vc++对人脸进行三维建模等-This procedure describes how to use the vc++ To face three-dimensional modeling
- 2022-01-28 15:13:22下载
- 积分:1
-
基于Astar算法的最优路径算法生成程序(内附测试图)
应用背景
基于Astar算法的最优路径算法生成程序(内附测试图):
可应用于三维地形路径自动生成,最优路径选择,计算机图形可视化领域。
关键技术
包含Astar算法实现,使用qt编写界面ui,使用osg三位渲染引擎加载三维地形,并显示可视化路径。
可鼠标点击生成路径的起点和终点,具备良好的用户交互。
- 2022-10-01 10:30:11下载
- 积分:1