-
opengl库文件
OPENGL 的glut库利用他的函数可使你编写的Opengl程序拥有一个最简单的图形化界面PS:#pragma comment(lib, "glut32.lib")
- 2022-03-21 08:40:43下载
- 积分:1
-
opencv透视变换源码
//依据opencv源码改编而来,代码中已剔除opencv源码中优化部分
void MywarpPerspective(const Mat &_src, Mat &_dst, const Mat &_M0,
Size dsize, int flags, int borderType, const Scalar& borderValue)
{
Mat src = _src, M0 = _M0;
_dst.create(dsize.empty() ? src.size() : dsize, src.type());
Mat dst = _dst;
if (dst.data == src.data)
src = src.clone();
double M[9];
Mat matM(3, 3, CV_64F, M);
int interpolation = flags & INTER_MAX;
if (interpolation == INTER_AREA)
interpolation = INTER_LINEAR;
M0.convertTo(matM, matM.type());
for (int i = 0; i < roiPoints.size(); i++)
{
double X0 = M[0] * roiPoints[i].
- 2022-08-13 06:32:18下载
- 积分:1
-
MP3
MP3-PCB电路图和资料文件+C代码(MP3控制和AUDIO控制)(MP3-PCB schematics and information documents+ C code (MP3 control and AUDIO control))
- 2007-09-22 13:07:58下载
- 积分:1
-
MATLAB
matlab 图像处理方面的经典书籍,值得初学者仔细认真的学习(matlab image processing aspects of classic books, worthy of serious study carefully beginners)
- 2014-06-15 21:25:27下载
- 积分:1
-
VCPPPMFC_GSM-SM-Modem_code-
这是用vC++写的短信猫的开发程序,函数接口已经提供了以及有Word的函数说明,VC++编写的短信猫SDK(It is written in SMS cat vC++ development program, function interface has been provided as well as Word' s function description, VC++ write SMS cat SDK)
- 2014-11-21 01:16:41下载
- 积分:1
-
GPSDRUKF_PF
一种GPS与DR组合导航的信息融合技术,融合算法采用粒子滤波和无损卡尔曼滤波,效果明显(An information fusion technology of GPS and DR integrated navigation, the fusion algorithm adopts particle filter and lossless Kalman filter, the effect is obvious)
- 2016-10-12 13:56:34下载
- 积分:1
-
Voronoi图的分治算法,达到O(nlogn)的时间复杂度
Voronoi图的分治算法,达到O(nlogn)的时间复杂度
- 2022-08-17 18:42:29下载
- 积分:1
-
br_circle
graphics project on bressenham circle
- 2020-06-22 14:00:02下载
- 积分:1
-
arduino 线追随者
源基于我的教育在大学,也是我的经验。I 工作大量的机器人项目,这是 them.this 代码之一有 pıd (控制算法) 更好的控制。I 希望这会帮到你。
- 2022-05-31 02:48:30下载
- 积分:1
-
jsb
站长,,我自己做的,谢谢你观看!这个vc++主要是做的一个记事本程序.谢谢!(Station, to do my own, thank you for watch! This vc++ Mainly do a Notepad program. Thanks!)
- 2008-06-16 16:59:05下载
- 积分:1