-
日志边缘检测的风险投资项目,可以实现边缘检测,锐化…
log边缘检测的VC工程,可实现边缘检测,锐化等。并含有书面说明及实验文档。-log edge detection of the VC project can be realized edge detection, sharpening and so on. And contains a written description and laboratory documentation.
- 2022-05-19 01:30:45下载
- 积分:1
-
3D应用,三维地图演示系统,包含OPEN GL功能,GIS演示。
3D应用,三维地图演示系统,包含OPEN GL功能,GIS演示。-3D applications, 3D map presentation systems, including OPEN GL functionality, GIS demonstration.
- 2022-03-03 13:24:45下载
- 积分:1
-
本套源码是基于VC++开发的关于图像处理程序,其中包括图像的点运算,几何变换、正交变换、图像增强
、形态学增强、边缘与轮廓、图像分析、图像复原、图像编码和直...
本套源码是基于VC++开发的关于图像处理程序,其中包括图像的点运算,几何变换、正交变换、图像增强
、形态学增强、边缘与轮廓、图像分析、图像复原、图像编码和直方图处理-source of this set is based on the development of the VC on image processing, including image point operations, geometry transformation, orthogonal transformation, image enhancement, morphology enhancement, edge and silhouette, image analysis, image restoration, image coding and histogram processing
- 2023-07-10 22:25:03下载
- 积分:1
-
基于OPENCV的人脸识别程序(MFC界面)
基于OPENCV的人脸识别程序,已生成MFC界面,识别精度高
- 2022-06-15 16:58:03下载
- 积分:1
-
Sky box with a simple device, suitable for novice there is a demand that can be...
一个简单的天空盒设备,适合新手有需求的可以看下-Sky box with a simple device, suitable for novice there is a demand that can be Kanxia
- 2023-03-14 20:30:04下载
- 积分:1
-
2维矢量画图,需要GDI+支持,继续开发可做出流程图的程序。
2维矢量画图,需要GDI+支持,继续开发可做出流程图的程序。
- 2023-06-14 08:55:05下载
- 积分:1
-
二次函数曲线程序
二次函数曲线程序-quadratic function curve procedures
- 2022-01-26 15:25:41下载
- 积分:1
-
Kinect同时获取场景彩色图像和深度图像并保存
Kinect同时获取场景彩色图像和深度图像并保存,可将同一场景的图像对齐并保存到制定的文件目录
- 2023-09-01 14:25:03下载
- 积分:1
-
计算机图形学:直线DDA算法2
计算机图形学:直线DDA算法2-Computer Graphics : linear DDA Algorithm 2
- 2023-05-23 13:20:04下载
- 积分:1
-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1