登录
首页 » 图形图像 » OPEN GL using C and the curve drawn on points of the spline curve can be control...

OPEN GL using C and the curve drawn on points of the spline curve can be control...

于 2023-08-20 发布 文件大小:4.75 kB
0 19
下载积分: 2 下载次数: 1

代码说明:

使用C和OPEN GL 绘制曲线上点可控制的spline 曲线-OPEN GL using C and the curve drawn on points of the spline curve can be controlled

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

发表评论

0 个回复

  • MSChart是微软发布的.NET 3.5框架下的表控件,功能强劲,基本上能想到的表都可以使用它绘制出来,常见的:点状、饼、柱状、曲线、面积、排列...
    MSChart是微软发布的.NET 3.5框架下的图表控件,功能强劲,基本上能想到的图表都可以使用它绘制出来,常见的:点状图、饼图、柱状图、曲线图、面积图、排列图等等,同时也支持3D样式的图表显示,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,不过缺点也比较明显,只能在最新的开发环境中使用,需要.Net 3.5 Sp1以及VS 2008的开发环境。 -MSChart Microsoft released. NET 3.5 framework of the chart control, robust, can basically think of the chart can use it to draw out common: the point-like diagrams, pie charts, bar charts, graphs, area maps, arranged map, etc., but also supports 3D-style graphics display, graphical statistics and reports to the graphical display provides a good solution to support both Web and WinForm in two ways, but the more obvious shortcomings, only in the latest development environment be used need to. Net 3.5 Sp1 and the VS 2008 development environment.
    2022-02-05 15:36:17下载
    积分:1
  • In the GPU running on KLT algorithm, can achieve corner detection and tracking
    在gpu上运行的klt算法,可以实现角点检测与跟踪-In the GPU running on KLT algorithm, can achieve corner detection and tracking
    2022-02-03 04:52:23下载
    积分:1
  • English OCR recognition controls, can be identified on the Verification Code. De...
    英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0 int startY = 0 int width = -1 int height = -1 try { startX = Convert.ToInt32(textStartX.Text) startY = Convert.ToInt32(textStartY.Text) width = Convert.ToInt32(textWidth.Text) height = Convert.ToInt32(textHeight.Text) } catch (Exception ex) { Console.WriteLine(ex.StackTrace) } String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height)) textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
    2023-04-27 23:15:04下载
    积分:1
  • 二维提升小波变换方面的资料,包括lifting9.7及lifting5.3小波
    二维提升小波变换方面的资料,包括lifting9.7及lifting5.3小波-Lifting wavelet transform of two-dimensional information, including lifting9.7 and wavelet lifting5.3
    2023-07-20 05:30:03下载
    积分:1
  • 利用codebook算法进行运动目标检测
    本代码基于论文Real-time foreground–background segmentation using codebook model中的codebook算法,在C++平台上实现,利用了opencv 2.3.1版本,实现了对于运动目标的检测。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。CodeBook算法为当前图像的每一个像素建立一个CodeBook(CB
    2022-06-18 11:39:00下载
    积分:1
  • 机标定
    摄像机标定-Camera calibration
    2022-02-14 19:16:38下载
    积分:1
  • With vc the realization of B
    用vc实现B样条编程,主要根据定义编程,简单易懂!-With vc the realization of B-spline programming, primarily on the basis of the definition of programming, easy-to-read!
    2022-07-22 16:50:39下载
    积分:1
  • OpenCV例程汇总
    基于opencv的use摄像头视频采集程序 1基于opencv的两个摄像头数据采集 3能激发你用代码做视频的冲动程序 6图像反转(就是把黑的变白,白的变黑) 11图像格式的转换 12从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13采用Canny算子进行边缘检测 15角点检测 18图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21Log-Polar极坐标变换 22对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算) 24用不同的核进行图像的二维滤波 27图像域的填充 30寻找轮廓实现视频流的运动目标检测(超推荐一下) 35采用金字塔方法进行图像分割 40图像的亮度变换 43单通道图像的直方图 46计算和显示彩色图像的二维色调-饱和度图像 48图像的直方图均匀化 50用Hongh变换检测线段 52利用Hough变换检测圆(是圆不是椭圆) 57距离变换 59椭圆曲线拟合 64由点集序列或数组创建凸外形 68Delaunay三角形和Voronoi划分的迭代式构造 71利用背景建模检测运动物体(推荐) 78运动模板检测(摄像头) 81显示如何利用Camshift算法进行彩
    2022-07-10 02:49:45下载
    积分:1
  • CA developed on a good information, it is worth learning and reference for begin...
    是关于CA开发的一份不错的资料,值得初学者学习和参考-CA developed on a good information, it is worth learning and reference for beginners
    2023-07-05 11:45:04下载
    积分:1
  • 描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。...
    描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。-Description of seed filling algorithm and the scan line fill algorithm algorithms to compare the advantages and disadvantages of these two algorithms.
    2022-12-06 06:00:03下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载