搜索资源列表
P_zernike_demos
- 利用HU不变矩提取图像的特征,主要是形状特征,HU不变矩具有旋转缩放不变性-HU invariant moments using the image feature extraction, mainly shape characteristics, HU invariant moments with rotation scaling invariance
KinectImageView
- 程序采用Kinect控制PPT的放映,包括切换和PPT中图片的旋转与缩放-The program uses Kinect to control the show of PPT,it could change the PPT,rotate and scale pictures in the PPT.
KinectPPTcontroler
- 程序为Kinect控制PPT的放映,可以实现PPT的切换,旋转和缩放PPT中的图片。-The program uses Kinect to control the show of PPT,it could change the slides,rotate and scaling pictures in the PPT.
1
- 1、实现SPI驱动TSC2046,读取X,Y触摸坐标 2、触摸坐标和LCD坐标的对应关系可由矩阵平移、旋转、缩放三者来表示 XL XT*A+XT*B+C YL YT*D+YT*E+F 采用五点校正算法,计算出参数A,B,C,D,E,F 因为参数多为小数不易存放,所以乘以一个参数作为整数存放。 3、每次读取触摸按下的坐标时,读TSC2046的是触摸坐标, 而需要的是LCD坐标,所以把触摸坐标和上述参数代入上面等式即可获得-1, to achieve SPI drive
图像处理代码
- 包含旋转、缩放、加噪声、转灰度图等操作,语言为Python。