资源列表
SCommunicte
- 线程间的通信通常采用共享全局变量,共享存储区来实现.本例介绍了使用共享存储区和自定义消息实现线程间的通信功能-communication between threads is usually used to share global variables. shared memory area to be achieved. The cases of the use of shared storage area and Message realization of the threads Comm
matlabqingdan
- 关于图象的一些资料-images on some of the information ...
jbjha
- 关于图象处理的一些代码,希望对你们有用,-on some of the image processing code, and I hope to you useful, Thank you
edge_flow_toolbox
- 一种基于 Edge Flow算法 的边缘检测程序 matlab实现 在彩图和灰度图纹理分割方面有很好的效果-based Edge Flow edge detection algorithm to achieve the procedures Matlab the gray level and color pictures texture segmentation as a very good effect
UsingLevelSet
- level set方法演化曲线的一个演示程序-level set method evolution curve of a demonstration program
3240118710
- 边沿检测的代码。。。。。。。。。。。。有需要的自己下去-edge detection code. . . . . . . . . . . . Need to go on their own
eight_end
- 关于对极几何图像中八点算法的MATLAB实现,刚开始做 ,请多指教-on very geometric images 8:00 algorithm in MATLAB, just beginning, please enlighten
JPEG2000compress
- JPEG2000压缩VC代码,适用于图像处理-JPEG2000 code applies to image processing
Harrisfunction
- Harris算法原理: 角点:最直观的印象就是在水平、竖直两个方向上变化均较大的点,即Ix、Iy都较大 边缘:仅在水平、或者仅在竖直方向有较大的变化量,即Ix和Iy只有其一较大 平坦地区:在水平、竖直方向的变化量均较小,即Ix、Iy都较小-Harris algorithms for : Corner : The most visual impression is the standard, two vertical direction changes are larger po
DFT进行频谱分析时的三种现象
- DFT进行频谱分析时的三种现象 1、混叠:对连续信号采样,要求连续信号是带限的,采样频率要足够高。Fs应满足Nyquist采样定理才不产生混叠。 采样前加低通滤波器防混叠 2、频谱泄漏:DFT对时域信号进行了截断(相当于采样信号乘了一个窗函数),时域的乘积相当于频域卷积,改变了原信号频谱。 改用其他窗函数(非矩形)改善泄漏。 3、栅栏现象:DFT 只给出了频谱在采样点上的取值,采样点间的频谱内容丢失。-DFT spectrum analysis of a
K_NN
- k近邻(k_nn)算法在图象处理中的应用,visual C#-k neighbors (k_nn) image processing algorithms in the application, visual C#
JPEGvc
- 关于JPEG文件的实现,及BMP图象转换成JPEG图象 VC++实现-document on the realization of JPEG, and BMP images into JPEG image VC