摘要:
http://forums.techarena.in/software-development/1276342.htm1. How to call PDF to Vector Command Line (pdf2vec.exe) from C#, ASP, PHP, etc. web program languages?A:Sample code #1 (C# example),Make use of the PROCESS class available in SYSTEM.DIOGNOSTICS namaspace, use the following piece of code to e 阅读全文
posted @ 2012-03-29 22:30
知识天地
阅读(341)
评论(0)
推荐(0)
摘要:
Do you need execute a DOS command / batch file / exe from ASP?if yes, this EXEShell COM LIbrary will meet your requirement. ExeShell COM Library is a COM interface, it allows you to run an EXE application from current user account or a special user account, for example, you can run an EXE from Admin 阅读全文
posted @ 2012-03-29 22:26
知识天地
阅读(554)
评论(0)
推荐(0)
摘要:
1、肤色侦测法肤色提取是基于人机互动方面常见的方法。因为肤色是人体的一大特征,它可以迅速从复杂的背景下分离出自己的特征区域。一下介绍两种常见的肤色提取:(1)HSV空间的肤色提取 HSV色彩空间是一个圆锥形的模型,具体如右图所示:色相(H)是色彩的基本属性,就是平常说的颜色名称,例如红色、黄色等,依照右图的标准色轮上的位置,取360度得数值。(也有0~100%的方法确定) 饱和度(S)是色彩的纯度,越高色彩越纯,低则变灰。取值为0~100%。明度(V)也叫亮度,取值0~100。 根据肤色在HSV三个分量上的值,就可以简单的侦测出一张图像上肤色的部分。一下是肤色侦测函数的源代码:[c-sharp 阅读全文
posted @ 2012-03-29 18:59
知识天地
阅读(24893)
评论(0)
推荐(0)