码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
uva 101 Ugly Numbers
Background  Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robotics (STRIPS) used a block worl...
分类:其他好文   时间:2015-01-21 20:08:58    阅读次数:185
【转】寻求一种更好的软件工程研究方法
Mary Shaw寻求一种更好的软件工程研究方法MaryShawSchool of Computer Science, Carnegie Mellon University摘要关于对物理学,生物学和医学的研究过程,人们早已有了公开的精准的解释。即便是在形式上看似简单,但这个领域的内和外也算提供了有价...
分类:其他好文   时间:2015-01-20 00:49:53    阅读次数:283
【转载】Data Science at the Command Line
【转载】Data Science at the Command Line
分类:其他好文   时间:2015-01-20 00:47:03    阅读次数:394
Python图像处理PIL库简介
搬运自本人博客:http://www.xgezhang.com/python_pil.html 最近用到一些简单的图像处理,这里简单介绍一下,Python Imaging Library (PIL)是PythonWare公司提供的免费的图像处理工具包,是python下的图像处理模块,支持多种格式,并提供强大的图形与图像处理功能。虽然在这个软件包上要实现类似MATLAB中的复杂的图像处理算法并...
分类:编程语言   时间:2015-01-19 14:33:30    阅读次数:260
Recommended Books [机器学习界大牛林达华推荐的书籍]
Here is a list of books which I have read and feel it is worth recommending to friends who are interested in computer science.Machine LearningPattern ...
分类:其他好文   时间:2015-01-16 18:31:46    阅读次数:221
uva 111 History Grading(DP初步应用)
uva 111 History Grading Many problems in Computer Science involve maximizing some measure according to constraints. Consider a history exam in which students are asked to put several histori...
分类:其他好文   时间:2015-01-13 23:22:43    阅读次数:513
ural 1353. Milliard Vasya's Function
点击打开链接 1353. Milliard Vasya's Function Time limit: 1.0 second Memory limit: 64 MB Vasya is the beginning mathematician. He decided to make an important contribution to the science ...
分类:其他好文   时间:2015-01-13 17:46:33    阅读次数:150
Windows安装Python图像处理库:PIL模块
平常一般都在Linux下用Python,今天女票突然说让帮忙把一些图片全部弄成一个分辨率的,作为程序员,这种重复的工作还是交给计算机吧。 废话不多说,打开Cmd看下Windows的python下面是否有PIL(python imaging library)这个库,很不辛,木有。 于是到 PIL官网 下载一个,python imaging library 1.1.7 for Py...
分类:编程语言   时间:2015-01-12 20:59:45    阅读次数:546
GIF抽帧
private void GetFrames(string pPath, string pSavedPath) { DrawImage.Image gif = DrawImage.Image.FromFile(pPath); Imaging.FrameDim...
分类:其他好文   时间:2015-01-12 16:05:50    阅读次数:711
Windows Phone截取当前屏幕保存图像的代码
导入命名空间using System.Windows.Media.Imaging;using System.IO;using Microsoft.Xna.Framework.Media;代码:public void CaptureScreen(object sender, EventArgs e){...
分类:Windows程序   时间:2015-01-11 19:08:27    阅读次数:239
1084条   上一页 1 ... 89 90 91 92 93 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!