- wangxiao1 SDI中的ListView应用示例
- s3c2440USBforlinux s3c2440开发板的usb驱动程序经过测试完全适用
- Contents Contourlet Toolbox (Version 2.0) Demos DECDEMO Demonstrates contourlet decomposition and reconstruction NLADEMO Demo for contourlet nonlinear approximation. NLADEMO2 Nonlinear approximation demo using only the finest scale DENOISEDEMO Denoise demo Main functions: Contourlets pyramidal directional filter bank PDFBDEC Pyramidal Directional Filter Bank (or Contourlet)
- HospitalSystem 一个医院管理信息系统源码
- flexlib 这是一款非常好用的flex开源插件
- dicomviewer阅片html5demo
资源列表
cvcalibratecamera2
- opencv中张正友标定法cvcalibratecamera2的源代码,付张正友标定法论文全文。-Zhang Zhengyou calibration method cvcalibratecamera2 in opencv source code, pay full papers Zhang Zhengyou calibration method.
RGB2YUV_src
- RGB与YUV图像视频格式的相互转换源代码,本人调试,可以使用,适合图像处理人员参考。-RGB and YUV image video format conversion source code, I debug, can be used for image processing reference.
ksvd算法
- 图像去噪稀疏表示,新型的去噪方法相比传统的方法有很多优点。
Game
- 基于openGl的c++的雷电,功能和雷电3类似-opengl c++
Wince6
- 本代码是在wince下实现于手机界面的滑屏功能-The code is done on the phone interface sliding screen function
glslTeapotShading
- OpenGL - GLSL sample of Teapot Lighting.
JpegExam
- JPEG使用例子,VC6编程,献给用到的人.-JPEG use of examples, VC6 programming, dedicated to the use of people.
ORingPiexlNum
- 查看的是在一幅密封圈图像中有多少个黑色像素-How many black pixels in an image?
OpticalFlow
- opencv中光流算法的实现,可以检测物体,并进行运动估计,运动矢量的估计 并画出矢量线-option flow in opencv
DigitalImageProcessingformatlab
- 数字图像处理(matlab版)经典教程源程序,从官方网站上下的新版,有源代码,和配套图片
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)