登录
首页 » Visual C++ » line

line

于 2014-05-14 发布 文件大小:1KB
0 134
下载积分: 1 下载次数: 28

代码说明:

  采用Opencv实现最小二乘法的直线拟合的c++代码,自己写的很简单的程序(Opencv achieved using a linear least squares fit of c++ code)

文件列表:

line.cpp,1130,2014-05-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Modern-Communications-Jamming
    该书是一本通信对抗专业的实用参考书。系统地介绍了现代抗干扰通信技术(主要是直接序列扩谱和跳频扩谱)和抗干扰通信的检测技术,讨论了每一种基本抗干扰信号类型的干扰技术,包括干扰直接序列扩谱信号、干扰快跳频扩谱信号、干扰慢跳频扩谱信号和干扰直接序列扩谱/跳频扩谱混合信号。该书的读者对象是电子战和通信对抗领域的工程师和科技工作者,也可供通信领域的科技工作者参考。(Content HighlightsAnti-Jam Communications and Electronic Countermeasures. Radio Frequency Propagation. Signaling for AJ Communications. Jamming Techniques. Anti-Jam Signal Detection. Jamming Direct Sequence Spread Spectrum Systems. Jamming Fast Frequency Hopping Systems. Jamming Slow Frequency Hopping Systems. Jamming Hybrid Spread Spectrum Systems.)
    2017-02-27 19:59:50下载
    积分:1
  • uC-Eval-STM32F107_OS_II
    在stm32微控制器上ucosii移植。开发环境IAS(The stm32 ucosii transplantation)
    2012-05-11 15:31:12下载
    积分:1
  • xsxxglxt
    非常基础的学生信息管理系统,直接在命令行上显示,值得初学者一看。(a fundamental source code)
    2013-03-20 22:29:20下载
    积分:1
  • UntPools.pas
    一个Delphi对像池操作类源码,可以池化所有TObject 对像, 同样是对像池,可以只支持模板。(A Delphi operations source, like a pool can be pooled TObject object, is also like a pool, you can only support template.)
    2013-04-09 23:38:52下载
    积分:1
  • JoystickRead
    该程序能实时、准确、快速的读取飞行摇杆的数据,大大方便了对飞行摇杆的二次开发(The program can be real-time, accurate, fast read data of flight rocker, greatly facilitate the secondary development of flying rocker)
    2021-04-27 16:48:44下载
    积分:1
  • student
    内有详细说明文件,鉴于个人水平有限可能有错误敬请谅解(There are detailed description of a document, in view of the limited personal level there may be an error after updating)
    2007-12-16 16:44:52下载
    积分:1
  • matlab12
    由于libsvm的matlab版本的工具箱libsvm-mat并没有给出寻参的函数模块,而无论利用libsvm工具箱进行分类还是回归,参数的选取是十分重要的,鉴于此libsvm-mat-2.89-3[FarutoUltimate3.0]在 libsvm-mat-2.89-3的基础上给出相应的辅助函数插件,方便用户来选取最佳的参数,现对该工具箱里主要的辅助函数插件的接口进行介绍。(As the matlab version of the toolbox libsvm libsvm-mat and did not give to find a function module parameters, regardless of classification using libsvm toolbox or regression, parameter selection is very important, in view of the libsvm-mat-2.89-3 [ FarutoUltimate3.0] in libsvm-mat-2.89-3 is given on the basis of the corresponding auxiliary function plugin user to select the best parameters, the toolbox is the main interface to plug the auxiliary functions are introduced.)
    2011-05-23 16:28:40下载
    积分:1
  • ogles_demo_02
    此程序需要Brew sdk2.1版本以上,是关于OpenGL的手机编程.(Brew sdk2.1 version of the above is on the phone OpenGL programming.)
    2006-05-26 18:13:20下载
    积分:1
  • CTFromCam_v0
    基于压缩跟踪实现视频流指定目标的实施跟踪(Implementation tracking of specified target in video stream based on compressed tracking)
    2017-11-04 19:28:26下载
    积分:1
  • 01
    说明:  3.实验原理: 示范代码原理参见教材直线光栅化一节中的DDA算法。下面介绍下OpenGL画线的一些基础知识和glutReshapeFunc()函数。 (1)数学上的直线没有宽度,但OpenGL的直线则是有宽度的。同时,OpenGL的直线必须是有限长度,而不是像数学概念那样是无限的。可以认为,OpenGL的“直线”概念与数学上的“线段”接近,它可以由两个端点来确定。这里的线由一系列顶点顺次连结而成,有闭合和不闭合两种。 前面的实验已经知道如何绘“点”,那么OpenGL是如何知道拿这些顶点来做什么呢?是一个一个的画出来,还是连成线?或者构成一个多边形?或是做其它事情呢?为了解决这一问题,OpenGL要求:指定顶点的命令必须包含在glBegin函数之后,glEnd函数之前(否则指定的顶点将被忽略),并由glBegin来指明如何使用这些点。 (DDAsuanfa)
    2009-06-21 09:28:44下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载