资源列表
SIFT算法详解及应用(讲的很详细)(1)
- SIFT算法。成像匹配的核心问题是将同一目标在不同时间、不同分辨率、不同光照、不同位姿情况下所成的像相对应。传统的匹配算法往往是直接提取角点或边缘,对环境的适应能力较差,急需提出一种鲁棒性强、能够适应不同光照、不同位姿等情况下能够有效识别目标的方法。(SIFT.The core problem of imaging matching is to correspond to the image formed by the same target at different times, differ
K-SVD
- KSVD的稀疏编码去噪的matlab版本算法(Sparse encoding KSVD denoising algorithm)
颜色
- 把想要处理的图片放入project目录下,修改代码中输入图片的名字为你选的图片,即可提取出图片中特定颜色的图像。我的参数设置的是识别黄色,可依实际需要修改参数。(Discriminating color)
dc-STM8S_Demo
- STM8S的调节电位器改变PWM波占空比的程序,库函数的版本。(The version of the library function that the STM8S adjusts the potentiometer to change the duty ratio of the PWM wave.)
ASO
- 遗传算法解决TSP; 含有图形化界面;(The TSP problem solved by genetic algorithm; Including a graphical interface.)
重力正演
- 可以自定义设定长方体的长宽高等数据,然后用于计算长方体模型的布格重力异常(Can be used for the calculation of rectangular model of Bouguer gravity anomaly)
STM32之中断与事件
- GPIO 的正确设置,使用GPIO作为外部中断的示例;(Use GPIO as an example of external interrupts;)
rotate
- 简单的平面三角形在三维空间里进行角度旋转(The rotating triangle in 3D space)
magnify
- 图形的放大截取处理,matlab中画的任何图形都可以用这个程序来放大,放大之后的图形会自动生成相应的坐标系。(The magnification of the graph is taken, and any figure drawn in matlab can be amplified by this program, and the corresponding coordinate system will be automatically generated after the zoom.)
STM8 PWM例程
- 利用ST 的开发工具,生成一个C 语言程序的框架,然后修改其中的main.c.(Use ST's development tools to generate a framework for a C language program, and then modify the main.c.)
stm8-AIN0 采集
- 利用 AIN0 采集旋钮的电压值,TIM2_CH1 捕获红外信号 ,TIM1_CH1 输出PWM 控制灯光 。(The voltage value of the knob is collected by AIN0, the TIM2_CH1 is captured by the infrared signal and the TIM1_CH1 output PWM controls the light.)
end
- 通过串口通信实现RC522对 M1卡的读写操作(Realization of RC522's reading and writing to M1 card through serial communication)