资源列表
rotate
- 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出
bandtrace
- 用于虹膜定位……定位外圆之前需要进行边界跟踪,此程序实现此功能
Nearest_Neighbor_Interpolation
- MATLAB最近像素插值法对图像进行放大和缩小-MATLAB recently pixel interpolation method of image zoom in and out
jatxcl
- 简单的图像亮度处理程序,二维傅立叶变换,以及简单的处理等-Image brightness simple process
1
- 基于运动目标区域、以图像灰度为特征的模板,因包括了运动目标较多的信息,可以在跟踪过程中获得较好的效果。通常将包括运动目标的最小外接矩形作为目标区域模板-Target area based on movement, characterized by gray template, including the moving target due to more information, you can track the process to obtain better results. Usuall
lightExample
- lighting in virtual reality
diedaifa
- 该代码的作用是对灰度图像进行阈值分割,是一种迭代的思想。-The role of the code is gray-scale image segmentation is an iterative thinking.
dijkstra
- dijkstra算法,经典的求路径最优算法,可以-dijkstra algorithm, find the optimal path algorithms classic, you can try
AHE
- adeptive histogram equalization for image enhancement
Image_Fusion
- matlab图像融合程序 matlab图像融合:brovey变换、PCA变换、乘积变换、HSI变换方式。-matlab image fusion program matlab image fusion: brovey transform, PCA transform, product transformation, HSI conversion mode.
replace
- C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
MAD
- 图像处理中的快匹配算法,可以精准匹配并得出运动矢量-Image processing block matching algorithm that can accurately match and draw motion vectors.