-
EventNote
Memorandum Management Software
- 2014-11-26 18:08:43下载
- 积分:1
-
track
基于opencv的运动目标轮廓检测,用MFC编写的界面,实现视频在对话框指定位置的显示,有详细注释,适合初学者。(Moving target based on the contour detection opencv prepared with MFC interface, video display dialog box to specify the location, detailed notes for beginners.)
- 2013-12-05 10:20:54下载
- 积分:1
-
TCPIPCHAT
基于TCPIP的局域网多用户通信 平台VC(TCPIP LAN-based multi-user communication platform VC)
- 2008-05-09 09:56:30下载
- 积分:1
-
chenggongchengxu
rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h"
#include <iostream.h>
void main(float R, float G, float B, float& H, float& S, float&V)
{
// r,g,b values are from 0 to 1
// h = [0,360], s = [0,1], v = [0,1]
// if s == 0, then h =-1 (undefined)
float min, max, delta,tmp
tmp = R>G?G:R
min = tmp>B?B:tmp
tmp = R>G?R:G
max = tmp>B?tmp:B
V = max // v
delta = max- min
if( max != 0 )
S = delta/max // s
else
{
// r = g = b = 0 // s = 0, v is undefined
S = 0
H = 0
return
}
if (delta == 0){
H = 0
return
}
else if(R == max){
if (G >= B)
H = (G- B)/delta // between yellow & magenta
else
H = (G- B)/delta+ 6
}
else if( G == max )
H = 2+ ( B- R )/delta // between cyan & yellow
else if (B == ma)
- 2011-12-02 10:09:24下载
- 积分:1
-
ADAMS_Car
通过isight-fd集成adams的动力学仿真能力,将模型中的某些属性作为优化变量,通过对adams仿真结果的分析,来对这些属性进行优化(By isight-fd dynamics simulation capabilities integrated adams will model some of the attributes as optimization variables by adams simulation analysis to optimize these attributes)
- 2021-02-15 12:49:48下载
- 积分:1
-
main.cpp
List Processes using NtQuerySystemInformation.
wap2k
- 2015-07-14 17:53:34下载
- 积分:1
-
TestCom
说明: Connect comport to PC and Test
- 2019-01-03 18:36:26下载
- 积分:1
-
3Dhont
使用OpenGL绘制的三维字体程序,其中包括了光照、纹理等功能,可以旋转(OpenGL rendering three-dimensional font program, including light, texture, and can be rotated)
- 2021-04-19 20:58:51下载
- 积分:1
-
Chapter20
适合初学者的vc++程序,能有效地在短时间内提高自己的编程能力(Suitable for beginners vc++ procedures, can effectively improve their programming ability in a short time
)
- 2014-03-10 14:30:52下载
- 积分:1
-
ContactsUpdater
gdata-samples SHA1 Checksum: 96f3f340b54a69f779a73747d5410c77aa9b9e3d
Tip: Use the SHA1 checksum shown to verify file integrity.
- 2009-07-31 20:37:57下载
- 积分:1