-
tuxiangshang
计算图像的一阶熵,二阶熵和差分熵,使用matlab编写,差分熵运行较慢(First-order calculation of image entropy, second-order entropy and differential entropy, using matlab write, the differential entropy is running slower)
- 2009-12-09 19:09:39下载
- 积分:1
-
Simple documents clean code, only gently on the system of right about the docume...
简单的文件清理代码,只需要轻轻点击马上讲系统里的不需要的文件清理干净。-Simple documents clean code, only gently on the system of right about the document does not need to clean.
- 2022-05-17 06:38:57下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连
该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。-This method is the use of anti-symmetric biorthogonal wavelet decomposition coefficients video frame the direction of gradient vector, and then statistics from the gradient vector angle and modulus values constitute the joint space of two-dimensional histogram, and then calculating the histogram for the distance between frames, by the two frames between the consecutive values, the final adaptive threshold segmentation, shot boundary detected.
- 2022-05-09 05:15:23下载
- 积分:1
-
java8-slides.pdf
java 8 新特性教学 stream lambda(java 8 edition tutorial stream lambda)
- 2020-06-20 10:00:01下载
- 积分:1
-
MT4辅助
快捷一键下单程序,通过键盘一个字母就可以完成下单(Quick click a single program, through the keyboard a letter can complete the order)
- 2021-03-26 21:19:12下载
- 积分:1
-
一个类似卡巴斯基界面的设计!其按钮和别的一些控件都是封装了各种优秀的自绘类!...
一个类似卡巴斯基界面的设计!其按钮和别的一些控件都是封装了各种优秀的自绘类!
- 2022-03-20 05:15:57下载
- 积分:1
-
ts35nd5b
TS35ND5B-01_TFT_touch_panel.pdf TS35ND5B-01_TFT_touch_panel.pdf-TS35ND5B-01_TFT_touch_panel.pdf
- 2022-02-22 10:36:59下载
- 积分:1
-
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个16机的系统模型。...
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个16机的系统模型。-This is the MATLAB environment in power system transient stability analysis of the pst source, the document defines a 16-machine system model.
- 2022-04-29 10:14:29下载
- 积分:1
-
processCoherent
说明: 实现对原始I/Q数据的相参积累处理,基础实用(Realizing coherent accumulation processing of radar original I / Q data)
- 2019-11-25 16:24:27下载
- 积分:1