登录
首页 » Matlab » BBHE算法

BBHE算法

于 2023-02-27 发布 文件大小:42.68 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

function BBHE2%UNTITLED 此处显示有关此函数的摘要%   此处显示详细说明 clc;   clear all   close all;  I0=imread("E:图像处理数据ceshiceshi5(0).jpg");                 %读入JPG彩色图像文件  if size(I0,3)==3      I=rgb2gray(I0);  else       I=I0;  end  % figure,imshow(I);  % title("灰度图")   meanv=floor(mean(I(:)));  [m,n]=size(I);  %测量图像尺寸参数  pl=zeros(1,meanv);     pu=zeros(1,256);%预创建存放灰度出现概率的向量  nl=0;  nu=0;  for i=1:m      for j=1:n          if I(i,j)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本程序用于仿真QPSK的解调-上交1
    本程序用于仿真QPSK的解调(procedures for the simulation of the QPSK demodulator)
    2005-03-13 22:42:01下载
    积分:1
  • Basic_diffraction_models
    Matlab Wireless Communications 应用例程 (Routine application of Matlab Wireless Communications)
    2009-05-26 15:38:53下载
    积分:1
  • AD
    说明:  基于tms5402的 AD转换程序 有项目工程和源程序(Tms5402 based on the AD conversion process and project source code)
    2009-06-08 20:13:23下载
    积分:1
  • LS-SVMlab1.5
    有关于lssvm(最小二乘向量机)的工具包,可以处理有关lssvm的相关问题(About lssvm (least squares vector machines) toolkit, you can deal with issues related lssvm)
    2011-06-15 10:54:06下载
    积分:1
  • Desktop
    use MATLAB to open this code. this code is written to simulate a line current using Maxwell equations.
    2013-05-04 17:18:54下载
    积分:1
  • SFLA
    经测试可以运行的MATLAB编程实现混合蛙跳算法(After the test you can run MATLAB programming realize SFLA)
    2013-12-16 15:56:31下载
    积分:1
  • markov_localization
    Markov Localization.
    2015-02-19 18:21:27下载
    积分:1
  • 蚁群算法程序(matlab)
    基于蚁群算法的物流配送问题:研究如何规划各车辆的路径及任务分配,使得在不违反时间窗的前提下,总走行成本(距离)最少。(Logistics distribution problem)
    2017-10-23 15:23:10下载
    积分:1
  • MATLABEngClass
    说明:  VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。 但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。(VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC to. Note, however, when used, should matlab local folder where the extern in the lib and include added to the VS project properties go to lib and include paths. And to add four lib.)
    2021-03-01 18:49:34下载
    积分:1
  • relay-cooperative
    协作通信的方阵代码,适用于认知无线电协作频谱检测等(Phalanx code cooperative communications for cooperative spectrum sensing cognitive radio , etc. )
    2014-10-14 21:39:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载