-
Image_Loacl_feature
图像局部特征检测算子的matlab程序
(an matlab program for image local feature )
- 2014-08-27 10:56:16下载
- 积分:1
-
dehazing
偏振去雾
Yoav Y.Schechner,一直研究偏振去雾算法,典型的代表作,blind haze separation, advanced visiblity improvement based on polarization filtered images,(Polarization defogging Yoav Y.Schechner, has been studying the polarization defogging algorithm, a typical representative, blind haze separation, advanced visiblity improvement based on polarization filtered images,)
- 2021-04-26 15:48:45下载
- 积分:1
-
MATLAB GUI学习例子
MATLAB GUI学习例子,包含时钟模拟例子等,对GUI学习者有帮助。(MATLAB GUI study examples, including examples of clock simulation, the GUI learners helpful.)
- 2016-12-27 16:10:18下载
- 积分:1
-
do_sift
this programme implements David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image
- 2011-10-09 14:41:43下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
tournament_selection
The function is the selection policy for selecting the individuals for the mating pool. The selection is based on tournament selection.
- 2012-11-15 02:39:38下载
- 积分:1
-
simulink
simulink电路仿真课件Simulink是Matlab软件的扩展,是一个结合了框图界面和交互仿真功能的动态系统建模和仿真软件包。(simulink circuit simulation software, courseware Matlab Simulink is an extension, is a combination block diagram interface and the interactive simulation capabilities of dynamic systems modeling and simulation package.)
- 2010-05-27 18:46:15下载
- 积分:1
-
MIMO
基于16QAM和QPSK调制的MIMO仿真程序(MIMO simulation based on 16QAM and QPSK modulation)
- 2021-04-26 20:38:45下载
- 积分:1
-
east1
On Adaptive Energy-Efficient Transmission in WSNs
- 2015-01-24 13:01:31下载
- 积分:1
-
联合熵
本程序适用于matlab中,读取两幅图像,求取两幅图像的联合熵
程序非常易懂,适合初学者使用,可以用里面的图片进行测试,注意对程序读取图片名进行更改。(Read the two images and calculate the joint entropy of the two images.)
- 2020-12-15 14:59:13下载
- 积分:1