E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
imaging
聚类相关
方法:Vx=Vx/abs(v1)+...abs(Vn)词干处理:(变形词,同意词,近义词聚合)减少特征的重复性
imaging
-imagesbuy-bought我-俺早餐-早饭.......停用词:(弱特征
axman
·
2014-07-02 08:04
机器学习
C#工具类ImageUtil
; using System.Drawing; using System.Drawing.Drawing2D; //在System.Drawing.dll中 using System.Drawing.
Imaging
psvmc
·
2014-06-30 15:00
csharp:Optical Character Recognition
using System.Text; using System.Data; using System.Drawing; using System.IO; using System.Drawing.
Imaging
·
2014-05-08 01:00
character
asp.net中文验证码
usingSystem; usingSystem.Drawing; usingSystem.Drawing.Drawing2D; usingSystem.Drawing.
Imaging
; usingSystem.IO
Joyhen
·
2014-05-06 13:00
验证码
医疗成像应用程序开发控件LEADTOOLS Medical
Imaging
支持DICOM数据集
LEADTOOLSMedicalImaging包含了一些精心挑选的、经过优化的特性,可以满足医疗成像应用程序开发的特殊需要,比如,完全的DICOM数据集支持,可以支持8-16位灰度级,以及12和16位的图像处理,窗位(WindowLeveling)显示,还包含LUT处理。产品特征:支持8、10、12、16灰度级和24位图像,包括JPEG(8、10、12、16位无损灰度级,8、12位有损灰度级,24
yidongkaifa
·
2014-04-21 13:00
c#实现摄像头拍照功能示例
复制代码代码如下:usingSystem.Drawing;usingSystem.Drawing.
Imaging
;usingSystem;usingSystem.Runtime.InteropServices
·
2014-04-09 11:30
ubuntu12.04.4下安装python模块PIL
1.问题描述:运行python文件出现以下信息:fromPILimportImageTk,ImageImportError:NomodulenamedPIL2.解决方法:(1)安装python-
imaging
-tksudoapt-getinstallpython-
imaging
-tk
zhuxiongxian
·
2014-03-30 15:34
Linux
python
C#生成二维码
System.Linq; using System.Text; //My Usings using Drawing = System.Drawing; using System.Drawing.
Imaging
蒙蒙一号
·
2014-03-27 17:00
C#
二维码
二维码结构
Python PIL学习笔记
一、介绍PIL (Python
Imaging
Library)是 Python 的第三方扩展库,常用来做图像处理。
muyuxiaozi
·
2014-03-26 14:00
python
图像处理
macos 10.9.2 clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command
https://github.com/python-
imaging
/Pillow/issues/527 sudo sed -i '' -e 's/-mno-fused-madd//g' /
2057
·
2014-03-25 19:00
python
[C#] Byte[]、Image、Bitmap 之间的相互转换
将图片Image转换成Byte[] /// ///image对象 ///后缀名 /// publicstaticbyte[]ImageToBytes(ImageImage,System.Drawing.
Imaging
.ImageFormatimageFormat
hcf_force
·
2014-03-13 15:00
关于.NET中的验证码
,图片效果如下: 源程序如下: 复制代码 代码如下:using System; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2014-03-12 12:00
.net
The _
imaging
C module is not installed
"The_imagingCmoduleisnot installed"AlsoseethePILFAQ.WhydoesPILsay“The_imagingCmoduleisnotinstalled”?ThePILlibraryconsistsoftwomainparts:anumberofPythonmodules,usuallystoredinaPILsubdirectory,andabinar
shaohan
·
2014-03-08 14:00
centos 安装PIL及相关问题解决
1、安装 下载安装包,me用的是
Imaging
-1.1.7.tar.gz;方法: 安装前请确保这些 libjpeglibjpeg-develzlibzlib-develfreetypefreetype-devellcmslcms-devel
shaohan
·
2014-03-08 14:00
实现图片文件到数据流再到图片文件的转换 --转
//----引入必要的命名空间 using System.IO; using System.Drawing.
Imaging
; //----代码部分----// private
yingang_1982
·
2014-02-23 22:00
文件
c#实现winform屏幕截图并保存的示例
复制代码代码如下:usingSystem.Runtime.InteropServices;usingSystem.Drawing.
Imaging
;[System.Runtime.InteropServices.DllImportAttribute
·
2014-02-17 15:39
C#压缩图片算法
usingSystem.IO; usingSystem.Drawing; usingSystem.Drawing.
Imaging
; usingSystem; namespaceBll { /// ///
softwave
·
2014-02-04 19:00
C#压缩图片算法
using System.IO; using System.Drawing; using System.Drawing.
Imaging
; using System; namespace
king_tt
·
2014-02-04 19:00
C#
C#图片按比例缩放的实现代码
复制代码代码如下:usingSystem.Drawing;usingSystem.Drawing.Drawing2D;usingSystem.Drawing.
Imaging
;namespacePublics
·
2014-01-08 15:41
c#根据网址抓取网页截屏生成图片的示例
复制代码代码如下:usingSystem.Drawing;usingSystem.Drawing.
Imaging
;usingSystem.IO;usingSystem.Threading;usingSystem.Windows.Forms
·
2014-01-06 13:47
C# 控制摄像头
blog.sina.com.cn/s/blog_645919c40100gm1k.htmlusingSystem.Runtime.InteropServices;usingSystem.Drawing.
Imaging
cstarbl
·
2014-01-03 13:00
c#图片缩放图片剪切功能实现(等比缩放)
usingsystem.text;usingsystem.io;usingsystem.drawing;usingsystem.drawing.drawing2d;usingsystem.drawing.
imaging
·
2013-12-26 16:55
C#中按指定质量保存图片的实例代码
System.Drawing.
Imaging
.Encoder类来制定需要呈现的方式和各种参数,例如图片质量参数,扫描方法参数,色度表参数
·
2013-12-17 15:42
Nokia
Imaging
SDK 1.0版的新增内容
在最近举行的Slush2013上,Nokia发布了ImagingSDKv1.0,它带有50个内建滤镜,例如Sepia(老照片褪色效果)、黑&白、镜像、色调和色度键等。这些滤镜让开发者能够为渲染物体提供基础,并提供创建定制滤镜的能力。最新版本还支持任意裁切区域、自由选择、动态滤镜属性,并能够将图像调整大小至目标文件尺寸,以便用于社交媒体的分享。该SDK中包括了与内存管理相关的提升——由于使用了随机访
Anand Narayanaswamy
·
2013-11-26 00:00
C#.NET 添加图片水印
using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.
Imaging
;using System.IO
hbloushi
·
2013-11-25 17:23
C#.net
图片添加水印
High Dynamic Range
Imaging
originalwebsite:http://docs.opencv.org/trunk/doc/tutorials/photo/hdr_
imaging
/hdr_
imaging
.html#explanationHighDynamicRangeImagingIntroductionTodaymostdigitalimagesandimagingdevicesuse8bitsperchannelthu
jokingli
·
2013-11-15 10:34
另一种生成验证码的方法——不使用一般处理程序
实现方法:1、在项目中,新建一个页面image.aspx,其代码如下;要添加的三个命名空间usingSystem.Drawing.
Imaging
;usingSystem.IO;usingSystem.Drawing
zllaptx4869
·
2013-11-07 20:00
ImportError: The _
imaging
C module is not installed错误解决记录
运行项目程序的时候出现这种错误:Traceback(mostrecentcalllast): File"G:\workspace\ImageTest\image\ImageTest.py",line16,in Lim=im.convert("L") File"E:\Python27\lib\site-packages\PIL\Image.py",line679,inconvert self.loa
Sasoritattoo
·
2013-11-03 21:00
python
不错.net图片水印类
using System; using System.Drawing; using System.Drawing.
Imaging
; using System.IO; using System.Drawing.Drawing2D
·
2013-11-02 00:00
.net
python 对图片的处理
python和图像处理工具包wgethttp://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2wgethttp://effbot.org/downloads/
Imaging
求学ing
·
2013-10-29 11:00
mac 安装PIL
PIL是pythonImagelibrary在mac终端中通过以下命令安装:#download curl-O-Lhttp://effbot.org/media/downloads/
Imaging
-1.1.7
superlele123
·
2013-10-16 17:00
三月份发电量折线走势图(纯笔绘)
usingSystem.Linq; usingSystem.Web; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.Drawing.
Imaging
xiaohuizi2009
·
2013-09-22 21:00
CUDA samples 2.3节 用CUDA示例来创建CUDA项目
CreatingCUDAProjectsforLinux默认的samples的安装路径是NVIDIA_CUDA_5.5_Samples并且示例程式的分为六类:0_Simple,1_Utilities,2_Graphics,3_
Imaging
fulva
·
2013-09-16 17:00
c# 操作FTP文件类
usingSystem.Linq; usingSystem.Text; usingSystem.Net; usingSystem.IO; usingSystem.Drawing; usingSystem.Drawing.
Imaging
q383965374
·
2013-09-15 22:00
ftp
上传文件
C#
下载文件
把图片文件转换成指定大小尺寸格式的文件
usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Drawing; usingSystem.Drawing.
Imaging
hdhai9451
·
2013-09-10 14:00
QQ的验证码文字识别
添加对应命名空间usingSystem.Drawing;usingSystem.Drawing.
Imaging
;usingSystem.Net;usingSystem.IO;HttpWebRequestrequest
oMingZi12345678
·
2013-09-08 12:00
python 使用PyTesser--安装
所需资源: https://pytesser.googlecode.com/files/pytesser_v0.0.1.zip http://effbot.org/media/downloads/
Imaging
白发缓歌
·
2013-08-28 11:27
安装
pytesser
Tesseract
leptonica
python 使用PyTesser--安装
所需资源:https://pytesser.googlecode.com/files/pytesser_v0.0.1.ziphttp://effbot.org/media/downloads/
Imaging
白发缓歌
·
2013-08-28 11:27
pytesser
leptonica
t
python
图片操作:生成缩略图、添加水印、截取图片等
using System; using System.Drawing; using System.Drawing.
Imaging
; using System.IO; using System.Web
li_xiao_ming
·
2013-08-21 18:00
使用 Nokia
Imaging
SDK 开发有滤镜功能的 Windows Phone 8 应用
说到滤镜应用,相信很多数开发者都对照片特效的经验都十分有限,通常都是去找一些三方的类库进行学习或移植,今天在这里给大家介绍下Nokia的ImagingSDK,相信大家对Nokia的自家图像软件有所了解,各种效果非常齐全再加上超级屌的PureView摄像头效果非常牛,其实Nokia自家的图形软件使用了很多Scalado的图形图像算法,现在Nokia共享出来了一部分API来实惠广大的WP8开发者,今天
sonic1abc
·
2013-08-08 17:49
Windows
Phone
windows
phone
使用 Nokia
Imaging
SDK 开发有滤镜功能的 Windows Phone 8 应用
说到滤镜应用,相信很多数开发者都对照片特效的经验都十分有限,通常都是去找一些三方的类库进行学习或移植,今天在这里给大家介绍下Nokia的ImagingSDK,相信大家对Nokia的自家图像软件有所了解,各种效果非常齐全再加上超级�诺�PureView摄像头效果非常牛,其实Nokia自家的图形软件使用了很多Scalado的图形图像算法,现在Nokia共享出来了一部分API来实惠广大的WP8开发者,今
sonic1abc
·
2013-08-08 17:49
windows
phone
获取iTextSharp 的image 报错
nbsp;iTextSharp.text.Image je = iTextSharp.text.Image.GetInstance(Syste.Drawing.Image ,System.Drawing.
Imaging
.ImageFormat.Jp
·
2013-08-07 15:00
image
医用显示器基础知识
一、 医用显示器与普通显示器的区别 1、 支持DICOM PART14的标准 DICOM是Digital
Imaging
and Communications in Medicine的英文缩写
xsh2009
·
2013-08-03 15:16
显示器
医用
PIL IOError: decoder jpeg not available
rm -rf /usr/lib/python2.4/site-packages/PIL rm /usr/lib/python2.4/site-packages/PIL.pth rm ~/
Imaging
wang1144
·
2013-07-26 03:00
c#图片添加水印的实例代码
复制代码代码如下:usingSystem;usingSystem.Drawing;usingSystem.Drawing.Drawing2D;usingSystem.Drawing.
Imaging
;usingSystem.IO
·
2013-07-23 10:11
WPF获取外部EXE图标最简单的方法
System.Drawing.Iconicon=System.Drawing.Icon.ExtractAssociatedIcon(fileName); returnSystem.Windows.Interop.
Imaging
.Cr
a771948524
·
2013-07-21 22:00
Commons
Imaging
Apache Commons
Imaging
前身是 Apache Commons Sanselan ,这是一个用来读写各种图像格式的 Java 类库,包括快速解析图片的基本信息(大小、色彩空间、ICC
yangxhxl
·
2013-07-11 11:41
java图像处理
远程截取屏幕内容
usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Drawing.
Imaging
a771948524
·
2013-07-08 11:00
继承PictureBox显示GIF的自定义控件实现
usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Drawing; usingSystem.Drawing.
Imaging
qq752923276
·
2013-07-05 15:00
Commons
Imaging
ApacheCommonsImaging前身是ApacheCommonsSanselan,这是一个用来读写各种图像格式的Java类库,包括快速解析图片的基本信息(大小、色彩空间、ICC配置等)和元数据。尽管慢点但非常好的可移植性。比起ImageIO/JAI/Toolkit更容易使用,支持更多的格式,提供简单访问元数据的方法。javadoc读取图像EXIF信息的示例代码:001package org
·
2013-07-05 11:00
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他