-
机遇vc编写的数字信号处理的函数库,非常好用
机遇vc编写的数字信号处理的函数库,非常好用-opportunities vc prepared by the digital signal processing functions, very handy
- 2022-07-12 16:48:11下载
- 积分:1
-
VC实现抓屏功能,通过操作键盘的来实现,能实现多次的抓图,并保存为BMP的文件...
VC实现抓屏功能,通过操作键盘的来实现,能实现多次的抓图,并保存为BMP的文件-VC realize screenshots feature of the keyboard to achieve, to achieve a number of drawings, and saved as BMP documents
- 2022-07-12 23:50:34下载
- 积分:1
-
一个很经典的vb专业图象处理开发程序,面象对象机制,处理速度与VC无异....
一个很经典的vb专业图象处理开发程序,面象对象机制,处理速度与VC无异.-a classic vb the professional development of image processing procedures, object-like mechanism to deal with the same speed and VC.
- 2022-05-19 11:27:01下载
- 积分:1
-
读取TM波段3和波段4的图像,计算归一化植被指数NDVI,并用NDVI处理单波段图像,突出显示遥感影像的植被部分(输出后的图像上高亮的部分是植被区域)...
读取TM波段3和波段4的图像,计算归一化植被指数NDVI,并用NDVI处理单波段图像,突出显示遥感影像的植被部分(输出后的图像上高亮的部分是植被区域)-Band 3 and band 4 images of a TM image are read and NDVI computed. Then a single band image is processed with the NDVI leading to the vegetation regions in the remote sensed image are highlighted(the hightlighted areas in the output image are vegetation regions).
- 2022-07-07 01:51:55下载
- 积分:1
-
vehicle monitoring (navigation and positioning, communications) system source co...
车辆监控(导航与定位,通信) 系统源码,能够帮助用户实现实时车辆监控,以及查询统计打印等功能.-vehicle monitoring (navigation and positioning, communications) system source code, to help users achieve real-time traffic monitoring, and the inquiry statistics printing.
- 2022-07-17 04:30:14下载
- 积分:1
-
bmp2.zip
在多文档客户区中增加位图底图
bmp2.zip
在多文档客户区中增加位图底图-bmp2.zip customer files in many areas to increase bitmap maps
- 2023-07-12 17:55:04下载
- 积分:1
-
本软件为一个图像处理方面的运动图像及边缘检测的小软件
本软件为一个图像处理方面的运动图像及边缘检测的小软件-the software for an image processing of the image and edge detection of small software
- 2022-04-21 04:08:01下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-This is an SDK program. This procedure showed that the mouse coordinates to track the location, at the same time, if the mouse operation can be displayed in the window title bar operating information, if in the window client area to double-click, double-click will show the location of point location information. In addition, customers have two bitmap, when the mouse is in place on the map, it will change the definition for their own cursor. The program for Win32 Programming for beginners, including a large number of Chinese Notes.
- 2022-05-16 15:03:38下载
- 积分: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
-
由VC实现的对彩色立方体的绘制,对初学者很有帮助
由VC实现的对彩色立方体的绘制,对初学者很有帮助-from the right color cube mapping, very useful for beginners
- 2022-06-03 04:18:43下载
- 积分:1