-
implementation of SURF feature extractor
implementation of SURF feature extractor
- 2022-02-12 12:12:18下载
- 积分:1
-
undo/redo source code
1.为开发CAD/CAV等软件时提供一种撤消,重做功能思路(undo/redo)
2.本程序是MFC的一个DEMON的全部原码,希望对你们有帮助-undo/redo source code
- 2022-08-21 13:58:55下载
- 积分:1
-
cubic Bezier curve Although the Second Principle Bezier curve with a similar, bu...
三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas that need attention, according to the actual application of cubic Bezier curves bigger role, so part of this program for reference
- 2022-06-13 15:42:13下载
- 积分:1
-
数字图像处理中用到的几乎所有的源代码!!!完全用Delphi实现.
数字图像处理中用到的几乎所有的源代码!!!完全用Delphi实现.-digital image processing used in almost all of the source code! ! ! Complete with Delphi.
- 2022-03-16 10:20:18下载
- 积分:1
-
用于微地震去噪的卡尔曼滤波
通过卡尔曼滤波梦实现对微地震数据的去噪。!!!!!!!卡尔曼的子程序!!!!!!!!!!!!!!!!!!! infile 代表输入文件名 !!!!!! outfile 代表输出文件名 !!!!!! itrace 总道数 !!!!!! isample 处理的采样点数 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! subroutine KALMANF(infile,outfile,itrace,isample)
- 2022-02-13 19:23:51下载
- 积分:1
-
DDA画线 中点画线 Bresenham画法
DDA画线 中点画线 Bresenham画法-failed to translate
- 2022-01-24 15:17:32下载
- 积分: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
-
使用MATLAB 6.5开发,DDA算法画直线
使用MATLAB 6.5开发,DDA算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
- 2022-06-14 17:05:49下载
- 积分:1
-
用C++开发的3D图形,实现了旋转、透明等几个简单功能
用C++开发的3D图形,实现了旋转、透明等几个简单功能-C development of the 3D graphics and realized the rotation, transparency few simple function
- 2023-06-19 10:20:03下载
- 积分:1
-
颜色一致性矢量
颜色一致向量的核心代码,有限对图像进行平滑处理,然后计算图像连通区域,最后讲像素分为一致性像素和不一致像素。-Color coherence vector
- 2022-03-25 05:25:50下载
- 积分:1