-
FOAGSD2
数字图像处理代码,包括二值化,平滑,边缘检测等(Digital image processing code, including the binarization, smoothing, edge detection and so on)
- 2017-05-07 16:43:07下载
- 积分:1
-
基于cpu实现快速的sift提取,速度快,效率高!
分享用gpu实现的sift特征提取,下载的代码,需要调试就可以运行了!
- 2022-09-02 20:10:03下载
- 积分:1
-
Sentinel-1_users_guide
gamma 软件处理哨兵1号数据技术流程,包括预处理,干涉等详细过程。(gamma Sentinel-1 data processing software technology processes, including detailed pre-processing, and other interference.)
- 2020-10-12 22:57:32下载
- 积分:1
-
Voronoi
图形voronoi图的自动生成算法,用vc做,是基于一般图形voronoi图的算法,结合数字图形处理里的轮廓跟踪算法,使一般图形voronoi图能够根据不同的生成元总动生成。(Graph voronoi diagram automatic generation algorithm, using vc do is based on the general graph voronoi diagram algorithm, combined with digital image processing in the contour tracking algorithm, the general graph voronoi diagram to the total depending on the generator automatically generated.)
- 2020-12-10 21:19:19下载
- 积分:1
-
c语言编写学生成绩管理系统源代
#include "stdio.h"
#include"string"
/*定义学生结构体*/
struct Student
{
char ID[20];
char Name[20];
float Mark1;
float Mark2;
float Mark3;
float Average;
};
/*声明学生数组及学生数量*/
struct Student students[1000];
int num=0;
/*求平均值*/
float Avg(struct Student stu)
- 2022-02-20 17:58:36下载
- 积分:1
-
SplineInterpolation
三次样条插值算法,用C++语言编写,简单实用(This is SplineInterpolation algorithm.)
- 2020-12-10 15:39:18下载
- 积分:1
-
SIFT_VC
基于opencv开发的sift匹配的原码程序,可以用,希望大家在次基础上写出图象拼接的程序.(opencv .sift matching)
- 2010-06-28 20:37:25下载
- 积分:1
-
ColourText
说明: 可以改变编辑框中颜色的,有不同的选择方式,通过选择来改变控件的中文字的颜色(Can change the color of the edit box, there are different methods in the selection, by choosing to change the color of the text in the control)
- 2009-08-31 19:58:11下载
- 积分:1
-
MATLAB_code_PLL_book
C++ source code for Renesas One shot microprocessor
- 2011-07-02 12:28:37下载
- 积分:1
-
Relay
说明: 继电器实验代码,使用单片机实现继电器功能。(Relay experimental code, the use of microcontroller relay function.)
- 2019-06-06 19:05:30下载
- 积分:1