-
图像处理基础算法源代码
应用背景图像处理(imageprocessing),用计算机对图像进行分析,以达到所需结果的技术。又称影像处理。基本内容图像处理一般指数字图像处理。数字图像是指用数字摄像机、扫描仪等设备经过采样和数字化得到的一个大的二维数组,该数组的元素称为像素,其值为一整数,称为灰度值。图像处理技术的主要内容包括图像压缩,增强和复原,匹配、描述和识别3个部分。常见的处理有图像数字化、图像编码、图像增强、图像复原、图像分割和图像分析等。图像处理一般指数字图像处理关键技术内涵图像处理基本算法代码,如256色转灰度图、Hough变换、Walsh变换、对比度拉伸、二值化变换、方块编码、亮度增减等共27种,每种算法都有实例,方便读者学习。
- 2023-01-18 10:55:11下载
- 积分:1
-
issue a travel home to travel home to drive a car with the minimum of cost yi us...
旅行家问题 一个旅行家想驾驶汽车以最少的费yi 用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离为D1、汽车油箱的容量为C(以升为单位),每升汽油能行驶的距离为 D2,出发点每升汽油价格P和沿途油站数N(N可以为零),油站i离出发点距离Di,每升汽油价格Pi(i=1,2...N)。计算结果四舍五入至小数点后两位。 如果无法到达目的地,则输出“No Solution"。-issue a travel home to travel home to drive a car with the minimum of cost yi used from one city to another city (assuming starting at the fuel tank was empty). Given the two cities for the distance between D1, car fuel tank capacity of the C (in liters) per liter petrol traveling distance to the D2, the starting point liter gasoline prices P and several petrol stations along the N (N can be zero), PFS i distance from the starting point Di per liter Steam oil prices Pi (i = 1,2 ... N). Calculation results rounded to two decimal places. If unable to reach their destination, the export of "No Solution."
- 2023-09-07 00:25:03下载
- 积分:1
-
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘...
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-The program defines a vector class, which the element is the template form, the vector class defines the various properties, methods, and operator overloading function. According to the procedures in place to achieve matrix vector multiplication
- 2022-06-28 02:49:20下载
- 积分:1
-
MSLSⅠ多步递推最小二乘法
Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别...
MSLSⅠ多步递推最小二乘法
Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别对系统参数和模型参数进行估计。
-MSLS Ⅰ recursive least squares multi-step Msls three steps on the system and noise model identification, the use of pulse sequence as a supplementary system model, the calculation of the output data with the original output data, the use of recursive least squares method on system parameters, respectively, and model parameters estimated.
- 2022-03-25 05:06:46下载
- 积分:1
-
沃而什编码源程序
沃而什编码源程序- Fertile and assorted code source program
- 2023-02-25 22:55:03下载
- 积分:1
-
VC++6.0环境下用C++语言编写的魔方
使用c++编写的魔方小程序,可以使用键盘手动运转魔方实现魔方的转动,最后成功拼好。也可以点击自动回复键观察魔方自动运行。这是一个算法的表示,写成的一个小程序。
- 2022-03-24 01:34:13下载
- 积分:1
-
常用、经典算法及讲解
常用、经典算法及讲解-commonly used, and on the classical algorithm
- 2023-03-03 21:25:03下载
- 积分:1
-
弦链表算法合成等
弦链表算法合成等-Synthesis Algorithm String List
- 2022-05-12 14:08:54下载
- 积分:1
-
基于匿名四轴移植 imu 姿态解算
该代码应用匿名代码,进行姿态姿态解算,用到四元数,同时兼容匿名上位机,可实时监控到飞行器姿态,只是姿态解算,还没有编写pid部分,需要的可以拿去
- 2022-01-31 16:02:53下载
- 积分:1
-
非线性方程求解例子
非线性方程求解例子--Examples of Non Linear equation`s solution
- 2023-04-02 18:45:03下载
- 积分:1