资源列表
peopledection
- 使用MATLAB平台写的人体检测的代码,包括示意图片,检测场景中是否存在人-Using the code of the human body detection platform written in MATLAB, including schematic image, detecting the presence or absence of people in the scene
FillPolygonwithhole
- 能填充带孔洞的多边形,对学习理解多边形的填充算法有很大帮助。
a_jpeg_compression_matlab
- It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient. -It shows what a jpeg compres
LineTrans
- 2D图像的线性插值拉伸用于图像的增强处理
GS_phase_retrieval
- 一种可用的相位恢复算法,做图像处理的同学们可以参考-A effective phase retrieval algorithm
76041591
- 利用VC++编写图形图象处理,比如平移,比例,旋转,错切,裁剪,填充,反走样-Using vc++ write a graphic image processing, such as translation, scale, rotation, shear, cutting, filling, anti aliasing, and so on
269714
- 这是zarchan书的fundamentals of kalman filter的matlab原程序,-This is the fundamentals of zarchan book kalman filter matlab original,
01
- 图像的打开程序,用C++,在这个程序中分装了CDib类。-Open the image process, using C++, in the middle of this process CDib type installed.
mar07
- 二维流体的简单模拟。通过鼠标的点击交互作用
vbfrance_DETECTION-DROITE-ESPACE-HOUGH___Page
- Hough transform algorithm in Visual Basic 6
VoronoiDAC
- 采用分治法解决生成Voronoi图的问题,采用用户交互式输入点及动态显示运行结果的方式,非常直观-using divide-and-conquer method to solve the Voronoi diagram generation. using interactive user input and dynamic display of the results of the operation, a very intuitive
Wavelet2D
- 小波算法的vc++实现 实现了2维小波变换,有助于大家学习小波变换的原理