资源列表
BresenhamLine
- Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
seg_extract
- matlab实现的车牌图像分割与特征提取-matlab implementation of the license plate image segmentation and feature extraction
KL2for-image-compression
- KL2用于图像压缩,对于多付图件优化提纯后能够取得很好的效果-KL2 for image compression, multi-pay maps optimized for purification can be achieved very good results after
heightpoint1
- 该代码是基于C语言的算法,其功能是快速计算出光斑的重心-The code is C-based algorithm, its function is to be calculated quickly spot the center of gravity
tux
- 计算机图形学 黑色正方体在红光照射下旋转-Graphics rotating cube
haha
- 基于Lab空间向量的图像分割方法,采用k-mean聚类。-Based on the Lab space vector image segmentation method, the use of k-mean clustering.
xinxinengliang
- 基于信息能量的直方图均衡化算法,在传统的直方图均衡化算法上的改进,对图像质量的改善效果很明显。-Histogram equalization method based on the information on the energy, the improvement on the traditional histogram equalization algorithm on the image quality improving effect is obvious.
testface
- 基于K-L展开的人脸检测matlab程序,采用K-L展开对图片主成分分析、多图训练,从而达到在复杂图片中检测人脸的功能。-KL expansion based on face detection matlab program, using KL expansion of the picture principal component analysis, multi-map training, so as to achieve a complex picture face detection fu
chepaitiqu
- 这组代码能够提取出交通视频中帧图像中汽车的车牌,能够独立的检测分割显示出车牌,对于车牌识别有很大的帮助。-This set of code to extract the traffic video frame image of car license plate, can the independent testing shows the license plate, segmentation is of great help for the license plate recognition.
skindetection
- 基于光谱的人脸肤色检测,修改参数后,可用于色彩检测-Face detection based on skin color spectrum.
SobelOperator
- 在C++中使用sobel算子对图像进行距离变换-Use the sobel operator in C++ distance transformation in the image
decision-tree
- 二叉决策树能很好地运行,适合初学者,希望能帮助大家更好地学习算法-Binary decision tree can run well, suitable for beginnersHope I can help you better learning algorithm