搜索资源列表
VisualC++OpenGLDirectX
- [Visual C++ OpenGL DirectX 三维动画编程宝典][CH]-[Visual C OpenGL 3D animation programming DirectX book] [CH]
FaceDetectionAndTrackingTechniquesInCompressed-Dom
- Abstract: Effective data processing is required with the fast development of multimedia technology. Compressed-domain images/video processing techniques have captured the attention of many researchers in recent years, and research on face detection a
chjpeg-2.0.0.tar
- The Ch JPEG package is a Ch binding to the JPEG C library
Wavelet-image-denoising-procedures
- 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denois
BMP
- c语言实现BMP图像处理,包括图像的显示,直方图-C yǔyán shíxiàn BMP túxiàng chǔlǐ, bāokuò túxiàng de xiǎnshì, zhífāng tú děng děng
DocGhiAnh
- Chư ơ ng trình đ ọ c ghi ả nh sử dung OpenCV-Chư ơ ng trình đ ọ c ghi ả nh sử dung OpenCV
ChMagick-1.0.0.tar
- ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scr ipting. ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images
jiancezhixian
- 为了能有效解决H ough 变换的计算量大的问题,文中提出了一种基于直线局部结构特征的H ough 变换改进的直 线检测算法。该算法根据F reem an 准则分析了直线上基元的特征信息,通过图像上邻近的同类基元的倾斜角约束基元上 像素点的极角范围,减少每个点的计算次数,在保持精度的同时,提高直线检测的速度,在有噪声的情况下,该算法相对标 准H ough 变换算法可以提高到6 到7 倍。 -In o rder to effectively solve the pro blem o
cvpr15deepcompare-master
- Code for CVPR15 paper Learning to Compare Image Patches via Convolutional Neural Networks - This package allows researches to apply the described networks to match image patches and extract corresponding patches. We tried to make the code
matlab-Tcharacterrech
- 车牌定位和识别,完整可用的matlab车牌识别程序,采用比较简单的模块法实现- 30/5000 Wánzhěng kěyòng de matlab chēpái shìbié chéngxù, cǎiyòng bǐjiào jiǎndān de mókuài fǎ shíxiàn Full use of the matlab license plate recognition program, using a relatively simple module method to ac
OPENCV图像处理的函数说明
- OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效--由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接