首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > meanshift图像平滑

meanshift图像平滑

  • 资源大小:3.46 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab matlab 图像 meanshift 平滑

资 源 简 介

meanshift图像平滑代码 clear; clc; % width=600;%宽度,像素数 % height=600;%高度 % left=0;%距屏幕左下角水平距离 % bottom=0;%距屏幕左下角垂直距离 % set(gcf,"position",[left,bottom,width,height]) s = struct("id",0,"count",0,"point",[0,0], "value",[0, 0]); im = imread("bit.bmp"); sz = size(im); nums = 1;

文 件 列 表

bit.bmp
gaussian_kernel_function.m
Graphics.asv
Graphics.m
Main.m
Power.m
unit_gaussian.m
unit_kernel_function.m
VIP VIP
0.179522s