-
Polygon triangulation code.
Polygon triangulation code.-Auto triangulation code.
- 2023-04-15 02:50:04下载
- 积分:1
-
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
- 2022-02-01 03:05:13下载
- 积分:1
-
浙江大学程序设计竞赛一等奖作品,tc环境编写运行,有可执行文件以及原码...
浙江大学程序设计竞赛一等奖作品,tc环境编写运行,有可执行文件以及原码-Zhejiang University Programming Contest entries won, tc operating environment preparation, and the original executable code
- 2022-03-14 22:12:44下载
- 积分:1
-
gphoto2 linux下数码相机的读取源码
gphoto2 linux下数码相机的读取源码-gphoto2 digital camera under the read-source
- 2022-12-15 07:10:03下载
- 积分:1
-
基于OPENCV的,vc++ 图象处理程序.
寻找轮廓实现视频流的运动目标检测....
基于OPENCV的,vc++ 图象处理程序.
寻找轮廓实现视频流的运动目标检测.-Based on OPENCV of, vc++ Image processing procedures. Realize the video stream to find the outline of the moving target detection.
- 2022-05-22 17:17:43下载
- 积分:1
-
包含多种图象变换,图象边缘提取的图象处理程序
包含多种图象变换,图象边缘提取的图象处理程序-It includes all kinds of image processing programme concerning image transformation, edge extracting .
- 2022-03-10 15:13:01下载
- 积分:1
-
640* 480256 color. BMP file display program can browse, also showed four images...
640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开 一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctr l+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过-640* 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page/Prompt, Ctrl Left, Right keys Ctr l View the entire images in S3, ATI VGA cards such as debugging through
- 2023-02-11 21:15:03下载
- 积分:1
-
chess operation mode : Win9x Win2000 WinNT WinXP Linux Unix
象棋 运行方式: Win9x Win2000 WinNT WinXP Linux Unix-chess operation mode : Win9x Win2000 WinNT WinXP Linux Unix
- 2022-10-12 08:30:02下载
- 积分:1
-
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览...
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, linear). Procedures for how to add menu options and option settings dialog box, and how to use the standard Color dialog box, and how to use the Font dialog box, and realize in the Options dialog box in preview. Realize the Options dialog box and the window class of data exchange. How to change the dialog box and controls the background color, how to change the control text color of the button controls the special treatment. How to display a window bitmap.
- 2022-04-11 18:42:49下载
- 积分:1
-
只用CWinApp,CFrameWnd类写的一个游戏程序
只用CWinApp,CFrameWnd类写的一个游戏程序-only CWinApp, CFrameWnd kind of a write Games
- 2023-03-28 13:20:03下载
- 积分:1