登录
首页 » Matlab » BBHE算法

BBHE算法

于 2023-02-27 发布 文件大小:42.68 kB
0 52
下载积分: 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 个回复

  • OpenCVMatlab
    说明:  OpenCV库的Matlab函数封装调用 cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。(cvlib_mex is a collection (over two dozens) of matlab callable routines from the OpenCV library www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic.)
    2009-09-03 11:29:38下载
    积分:1
  • p_judge
    用于判断数据属于什么分布,有正态分布、泊松分布等(For the judgment under what distribution, normal distribution, Poisson distribution)
    2012-07-13 23:14:55下载
    积分:1
  • ems1
    混合动力汽车控制策略模型,可通过设置接口实现对被控对象的控制(Hybrid vehicle control strategy model that can be controlled by setting the object' s interface for control)
    2014-01-16 15:41:19下载
    积分:1
  • 2313
    montecarol matlab案例分析 亲测可用 matlab2008(montecarol matlab case studies pro-test available matlab2008)
    2016-11-18 12:29:55下载
    积分:1
  • FOC的Simulink仿真模型
    说明:  矢量控制的永磁同步电机Simulink仿真模型,亲测可运行,多个模型。(Vector controlled permanent magnet synchronous motor Simulink simulation model, pro test can run, multiple models.)
    2021-04-22 08:18:48下载
    积分:1
  • matlab1
    实现matlab中常用函数功能,只要将其加入进去,就可直接调用。 (Matlab function to achieve the commonly used features, as long as its accession into the call directly.)
    2008-12-27 16:12:24下载
    积分:1
  • arima
    MATLAB PROGRAMING FOE ARIMA
    2014-09-20 12:20:00下载
    积分:1
  • 路径损耗预估模型pass_loss_prevision_model
    几个路径损耗预估模型的Matlab代码pass loss prevision model(pass loss prevision model, such as Hata model, Edwards and Durkin model and so on.)
    2020-07-06 15:08:58下载
    积分:1
  • Image-Haze-Removal
    2009年CVPR最佳论文,何恺明的基于暗通道的图像去雾的相关论文,ppt以及matlab代码. Dark channel prior 是一种对无雾的图像的统计规律:在无雾图像中,大部分图像块中至少有一个颜色通道具有很小的颜色强度值。利用dark channel prior,可以直接从一幅有雾的图像中估计出雾的浓度,并恢复出高质量的去雾图像。(CVPR best paper in 2009 (He Kai Ming Single Image Removal Haze is the Using the Dark Channel) paper, ppt and the matlab code, it is)
    2021-02-18 16:39:45下载
    积分:1
  • xiaobobianhuan
    GUI系统进行小波变换,能够将图像进行适当的压缩。(Wavelet transform GUI system, an image can be appropriately compressed.)
    2014-01-26 10:17:50下载
    积分:1
  • 696518资源总数
  • 105595会员总数
  • 1今日下载