E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
rgb2gray
伽马滤波实现(Matlab源码)
functionJ=gamma_filter(Img,deta)window_size=7;delta=deta;p=2*delta;K=3;if(ndims(Img)==3) Img=
rgb2gray
weiyuweizhi
·
2010-06-29 16:00
function
filter
matlab
【二值化】循环阈值算法
循环阈值方法实现图像二值化clcclearG=imread('img.jpg');I=
rgb2gray
(G);%l=
rgb2gray
(h);%转换成灰度图像,得到灰度值%imhist(img);%得到灰度直方图
cxf7394373
·
2010-04-25 09:00
图像处理
二值化
【二值化】Otsu算法
Otsu算法对图像进行二值化,核心就是计算背景和前景的最大类间方差,把类间方差最大的像素值作为全局二值化的阈值二值化实现程序%matlab程序G=imread('IMG_0019.JPG');I=
rgb2gray
cxf7394373
·
2010-04-25 09:00
matlab
图像处理
二值化
otsu
镜头桶形失真校正算法
短焦镜头通常会产生桶形失真,以下是校正算法的matlab代码:%%镜头桶形失真校正(短焦镜头)img_origin1=imread('Still001.bmp');img_origin=
rgb2gray
chennxi
·
2010-03-16 15:00
c
算法
matlab
DST
MATLAB中将彩色的图像转化为灰度图像
MyYuanLaiPic=imread('e:/image/matlab/darkMouse.jpg');%读取RGB格式的图像MyFirstGrayPic=
rgb2gray
(MyYuanLaiPic)
wsywl
·
2009-10-30 19:00
matlab
存储
colors
Implementation of Thodi's paper about Prediction error
assumethateverypixselisexpandableorshiftable %%%%Thisprogramimplementthodi'spaperaboutPrediction-Error%%%f=imread('lena.bmp');f=double(
rgb2gray
hittoku
·
2009-10-27 16:40
职场
休闲
digital
Watermarking
Implementation of Thodi's paper about Prediction error
assumethateverypixselisexpandableorshiftable %%%%Thisprogramimplementthodi'spaperaboutPrediction-Error%%%f=imread('lena.bmp');f=double(
rgb2gray
hittoku
·
2009-10-27 16:40
职场
休闲
digital
Watermarking
implementation of Thodi's paper Digital Watermarking using Prediction error
assumeeverypixselisexpandableorshiftable %%%%Thisprogramimplementthodi'spaperaboutPrediction-Error%%%f=imread('lena.bmp');f=double(
rgb2gray
hittoku
·
2009-10-27 16:31
职场
休闲
digital
Reversible
Watermarking
implementation of Thodi's paper Digital Watermarking using Prediction error
assumeeverypixselisexpandableorshiftable %%%%Thisprogramimplementthodi'spaperaboutPrediction-Error%%%f=imread('lena.bmp');f=double(
rgb2gray
hittoku
·
2009-10-27 16:31
职场
休闲
digital
Reversible
Watermarking
MATLAB基本的使用方法
如果图片是彩色的,可以用
rgb2gray
转换成灰度图:>>f=
rgb2gray
(f);然后可以用size函数看图像的大小>>size(f)如果f是灰度图像,则可以用下面的命
learngis
·
2009-07-12 15:00
function
image
matlab
input
compression
vectorization
[MATLAB]领域插值和线性插值
[MATLAB]领域插值和线性插值先由目标图像的坐标得到原图像的坐标,然后将原图像坐标点的像素值赋给新的图像.1.领域插值I1=imread('flower.jpg');%读入彩色图像I=
rgb2gray
Anywhere
·
2009-07-02 10:00
matlab实现图像的平移、旋转、缩放
clear;closeall;img1=imread('bmoban.jpg');img1=
rgb2gray
(img1);figure,imshow(img1);imwrite(img1,'a1.jpg
langyuewu
·
2009-05-24 23:00
matlab
在图像中检测椭圆的M代码
[i1,map1]=imread('J:/ep_image/im1.jpg');imshow(im1)imshow(i1)colormap(map1);image(i1)axisequal;g1=
rgb2gray
ctex
·
2007-03-22 01:00
image
process
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他