代码搜索:图像重建

找到约 10,000 项符合「图像重建」的源代码

代码结果 10,000
www.eeworm.com/read/188543/8529610

m 16-19.m

I = imread('cameraman.tif'); se = strel('ball',5,5); % 创建strel结构 I1 = imdilate(I,se); % 灰度图像的膨胀 subplot(131) imshow(I), title('Original') subplot(132) imshow(I1), title('Dilated') I2 = imerod
www.eeworm.com/read/188508/8534127

ashx handler.ashx

 using System; using System.Web; using System.IO; // //一般应用处理程序,主要处理从数据库读取图像字节关显示在网站上 // public class Handler : IHttpHandler { publi
www.eeworm.com/read/389274/8537679

m example75_figure.m

%%%example75_figure %%%%imread the image samples figure('name','实验图像','numbertitle','off'); img1=imread('example75_img1.bmp'); img2=imread('example75_img2.bmp'); subplot(1,2,1),imshow(rgb2gray(
www.eeworm.com/read/389274/8537764

m example76_figure.m

%%%example_figure %%%%imread the image samples figure('name','实验图像','numbertitle','off'); img1=imread('example76_img1.bmp'); img2=imread('example76_img2.bmp'); img3=imread('example76_img3.bmp')
www.eeworm.com/read/389274/8537780

m example75_eigenvector.m

%%%example75_eigenvector %%the feature of image c1=W'*b0(:,1); c2=W'*b0(:,2); figure('name','两幅图像的特征值','numbertitle','off'); plot(x,c1,'-',x,c2,'-.');
www.eeworm.com/read/382246/9040705

txt 使用说明.txt

XsImageEffect version: 1.00.321 Author: Harry Use in D4,D5,D6,D7,D2005 ------------------------------------------------------------------ 简要介绍: 提供强大的图像处理功能, 完全源代码公开, 包括旋转,放大,缩小,自动校正,选择范围,裁剪,
www.eeworm.com/read/380803/9127700

h hanzi.h

#ifndef _hanzi_H_ #define _hanzi_H_ #define uchar unsigned char #define uint unsigned int #pragma data: code const uchar QQ[]={ /*-- 调入了一幅图像:E:\wuyong\ICC_study\latest_program\LED32x64\o
www.eeworm.com/read/378041/9252918

m 16-21.m

I = imread('bonemarr.tif'); imshow(I),title('原图像') I2 = imhmin(I,50); % H-minima transform figure,subplot(221) imshow(I2),title('H-minima transform') I2 = imhmax(I,50); % H-maxima transform su
www.eeworm.com/read/378041/9252936

m 16-19.m

I = imread('cameraman.tif'); se = strel('ball',5,5); % 创建strel结构 I1 = imdilate(I,se); % 灰度图像的膨胀 subplot(131) imshow(I), title('Original') subplot(132) imshow(I1), title('Dilated') I2 = imerod
www.eeworm.com/read/180970/9278450

txt 使用说明.txt

XsImageEffect version: 1.00.321 Author: Harry Use in D4,D5,D6,D7,D2005 ------------------------------------------------------------------ 简要介绍: 提供强大的图像处理功能, 完全源代码公开, 包括旋转,放大,缩小,自动校正,选择范围,裁剪,