码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
PIL Python Imaging Library (PIL)
介绍         把Python的基础知识学习后,尝试一下如何安装、加载、使用非标准库,选择了图像处理模块PIL。         Python Imaging Library (PIL)是PythonWare公司提供的免费的图像处理工具包,是python下的图像处理模块,支持多种格式,并提供强大的图形与图像处理功能。虽然在这个软件包上要实现类似MATLAB中的复杂的图像处理算法并...
分类:编程语言   时间:2014-12-09 19:43:41    阅读次数:396
ASP.NET中MD5与SHA1加密的几种方法
MD5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory for Computer Science和Rsa data security inc的Ronald l. rivest开发出来,经md2、md3和md4发展而来。它的作用...
分类:Web程序   时间:2014-12-09 13:44:48    阅读次数:219
aspx与mvc页面验证码
验证码类代码using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;u...
分类:Web程序   时间:2014-12-05 12:25:26    阅读次数:252
Dynamic Programming Introduction
Optimal substructureIncomputer science, a problem is said to haveoptimal substructureif an optimal solution can be constructed efficiently from optima...
分类:其他好文   时间:2014-12-05 07:05:26    阅读次数:261
Clustering by density peaks and distance
这次介绍的是Alex和Alessandro于2014年发表在的Science上的一篇关于聚类的文章[13],该文章的基本思想很简单,但是其聚类效果却兼具了谱聚类(Spectral Clustering)[11,14,15]和K-Means的特点,着实激起了我的极大的兴趣,该聚类算法主要是基于两个基本...
分类:其他好文   时间:2014-12-04 21:30:15    阅读次数:281
Node.js+Web TWAIN,实现Web文档扫描和图像上传
通过Dynamic Web TWAIN SDK和Node.js的组合,只需要几行代码就可以实现在浏览器中控制扫描仪,获取图像后上传到远程服务器。 原文:Document Imaging and Uploading With Dynamic Web TWAIN and Node.js 下载安装...
分类:Web程序   时间:2014-12-03 12:44:13    阅读次数:338
java concurrency 笔记
formal specification:In computer science, formal specifications are mathematically based techniques whose purpose are to help with the implementation ...
分类:编程语言   时间:2014-12-02 22:23:30    阅读次数:158
Mac下Opencv(2.4.9)配置Xcode(4.6.1)
1:安装homebrew和cmake ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install cmake 2:安装opencv brew tap homebrew/science brew install opencv 3...
分类:系统相关   时间:2014-11-28 22:56:38    阅读次数:518
Circuit provides reference for multiple ADCs
The achievable accuracy for systems with multiple ADCs depends directly on the reference voltages applied to the ADCs. Medical-ultrasound-imaging syst...
分类:其他好文   时间:2014-11-28 15:58:22    阅读次数:228
UVA - 110
Meta-Loopless SortsBackgroundSorting holds an important place in computer science. Analyzing and implementing various sorting algorithms forms an impo...
分类:其他好文   时间:2014-11-28 09:52:41    阅读次数:265
1084条   上一页 1 ... 92 93 94 95 96 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!