资源列表
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
stringacceptance
- Checking for a string acceptance using sequence diagrams.... transition states
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
XIAOBO
- 实现小波变换很好的源程序,经典的离散小波变换算法-Wavelet transform good source, the classical discrete wavelet transform algorithm
compare
- matlab三种从采样对比和sinc具体代码-Matlab three from sampling contrast and sinc
unmixpro
- 混合像元分解,是定量遥感中非常重要的组成部分之一,在反演地表参数时是必须要考虑的因素之一,文中罗列了分解的一些方法。-mixed pixel decomposition, is the quantification of remote sensing very important component of one of the the inversion of surface parameters is to be considered one of the factors, the paper
Butterworth_lowpass
- butterworth 低通滤波函数,没有调用系统函数,自己编写-butterworth lowpass function,which is writed by oneself,not call for the system function
test
- 选取图像中的兴趣区域进行分割,分割方式有两种都包含在文件中了。-Select a region of interest in the image segmentation, segmentation in two ways are included within the file.
