代码搜索结果
找到约 10,000 项符合
Image 的代码
image_denoise.m
clear
%装入图像
load tire;
subplot(221);
%画出原图象
image(X);
colormap(map)
title('原始图像');
axis square
init=2055615866;
randn('seed',init)
x=X+38*randn(size(X));
subplot(222);
%画出含噪声图象
image(x);
image.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
usi