-
基于Harr的人脸检测程序,在vc6.0下调试通过,可以直接运行
基于Harr的人脸检测程序,在vc6.0下调试通过,可以直接运行-Harr-based Face Detection procedures, debugging vc6.0 is passed, can be directly run
- 2022-02-01 07:41:10下载
- 积分:1
-
SIFT算法
本代码实现了SIFT算法,首先获得差分图像尺度空间,寻找局部极值点,找到关键点,然后,对关键点生成特征描述符。实验效果很好。
- 2023-08-09 01:20:04下载
- 积分:1
-
经典图形处理程序,很好的原代码
经典图形处理程序,很好的原代码-classic graphics processing, a good source
- 2023-06-28 22:35:04下载
- 积分:1
-
DDA line drawing algorithm to generate line algorithm, in stipple line algorithm...
直线生成算法的DDA画线算法,中点画线算法,bresenham画线算法。-DDA line drawing algorithm to generate line algorithm, in stipple line algorithm, bresenham Line Algorithm.
- 2022-02-14 20:10:52下载
- 积分:1
-
基于NewMikolajczykDetector产生的.sift文件的特征点匹配!
基于NewMikolajczykDetector产生的.sift文件的特征点匹配!-Image matching and object recognition Based on .sift file generated by NewMikolajczykDetector
- 2022-03-03 22:48:15下载
- 积分:1
-
使用d3d9中的粒子系统和普通的面片做成的喷发器,可以模拟炮弹落下时的情景。需要有PLANE面片类才能运行。...
使用d3d9中的粒子系统和普通的面片做成的喷发器,可以模拟炮弹落下时的情景。需要有PLANE面片类才能运行。-D3d9 use of particles in the system and the ordinary surfaces made of eruption, you can simulate the scenario when the shells fell. PLANE patches need to have categories in order to run.
- 2022-03-15 16:06:03下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
使用.NET进行AutoCAD二次开发。
使用.NET进行AutoCAD二次开发。-Use. NET for AutoCAD second development.
- 2023-03-11 19:35:04下载
- 积分:1
-
C++Builder实现图象去噪处理,是用中值滤波实现的,效果相当不错。...
C++Builder实现图象去噪处理,是用中值滤波实现的,效果相当不错。-C++ builder for realizing wipe off image s noise based on median filter.outcome is very well.
- 2022-03-04 14:22:21下载
- 积分:1
-
VC based on the conditions of the three endpoint interpolation B
基于VC的三种端点条件的插值B样条曲线绘制,包括夹持端点,自由端点,抛物线端点,线性方程组的解法采用了追赶法。-VC based on the conditions of the three endpoint interpolation B-spline curve drawing, including the gripping end, the Liberal endpoint, the endpoint parabola, the solution of linear equations using the law to catch up.
- 2023-08-26 11:30:03下载
- 积分:1