Problem DescriptionMario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in t...
分类:
编程语言 时间:
2015-09-09 17:11:25
阅读次数:
167
figure图片存储的时候,使用saveas命令,如果不做设定,只能存储默认大小,但是有的时候需要存储特定比例拉伸的图片。 ???????? matlab里面figure相关对象的关系是: screen→figure→axis,所以在设置图片...
分类:
其他好文 时间:
2015-09-07 08:21:01
阅读次数:
506
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,figure{margin:0; font-family:Arial,"宋体";}ul,ol{padding:0;list-style:none;}a{text-decoration:none;}h1,h2,h3,h4,h5,...
分类:
其他好文 时间:
2015-09-01 01:21:20
阅读次数:
202
We have a graph with size = N like that in Figure 1. Then we are going to find a downward path from the top node to one bottom node.
First, we select the top node as the beginning. Then at any no...
分类:
其他好文 时间:
2015-08-30 19:35:58
阅读次数:
185
背景:之前翻译的DICOM3.0标准是在本地创建的git仓库,并非在github上创建,此时别人是无法访问的,当初的目的是想待标准翻译初步完成后再提交到github上,然而由于本地的翻译工作采用MarkDownPad进行编辑,文档中的图片需要有一个公网URL才能在文档中显示,因此就在Github上创建了DICOM-Chinese的仓库,在Figure子文件夹用于存放文档中出现的所有图片,现在需要将两者进行合并……...
分类:
其他好文 时间:
2015-08-29 21:47:50
阅读次数:
517
1、原理部分
2、程序部分(matlab)
自动色调
clc;clear;close all;
img=imread('IMG_0950_cut.jpg');
Image=double(img)/255;
figure(1);
imshow(Image);
%%
R=Image(:,:,1);
G=Image(:,:,2);
B=Image(:,:,3);...
分类:
编程语言 时间:
2015-08-28 09:35:52
阅读次数:
877
前言:之前在公司做项目的用到photoshop颜色空间的一些相关方法,在此总结一下。下面原理部分是从我的总结文档里截取来的。需要复制的童鞋自己手写一下~
2、程序部分
1)Matlab实验程序。
clc;clear;close all;
Image=imread('Fotor_LomoOrg.bmp');
figure(1);
imshow(Image);
R=doub...
分类:
编程语言 时间:
2015-08-27 23:15:43
阅读次数:
690
前言:之前在公司做项目的用到photoshop颜色空间的一些相关方法,在此总结一下。下面原理部分是从我的总结文档里截取来的。需要复制的童鞋自己手写一下~
2、程序部分
1)Matlab实验程序
clc;clear;close all;
Image=imread('Fotor_LomoOrg.bmp');
figure(1);
imshow(Image);
Image=do...
分类:
编程语言 时间:
2015-08-27 23:12:23
阅读次数:
300
http://www.cs.indiana.edu/~geobrown/book.pdfAn example of a basic timer is illustrated in Figure 10.1.This timer has four components – a controller, a...
分类:
其他好文 时间:
2015-08-27 22:49:51
阅读次数:
684
1. 新的Doctype尽管使用,即使浏览器不懂这句话也会按照标准模式去渲染2. Figure元素用和来语义化地表示带标题的图片 src=”path/to/image” alt=”Aboutimage” /> This is an image of something interesting. 3. 重新定义的已经被重新定义了,现在被用来表示小的排版,如网站底部的版权声明4. 去掉lin...
分类:
编程语言 时间:
2015-08-26 22:35:40
阅读次数:
307