登录
首页 » 图形图像 » Straight

Straight

于 2022-08-13 发布 文件大小:1.48 kB
0 58
下载积分: 2 下载次数: 1

代码说明:

计算机图形学 直线画法 BRESEHAM 有文档 总结-Straight-line drawing in computer graphics have a document summing up BRESEHAM

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

发表评论

0 个回复

  • 将程序生成的标题栏改成用位显示,最大化最小化关闭按钮用两张代替,鼠标放上去变亮,界面比较漂亮...
    将程序生成的标题栏改成用位图显示,最大化最小化关闭按钮用两张图代替,鼠标放上去变亮,界面比较漂亮-procedures to generate the column heading into use bitmap and maximize the smallest of the closure with two buttons instead of the map, Mouse is entered lit, the more beautiful interface
    2022-05-26 23:33:06下载
    积分:1
  • 分形-羊齿叶,彩色的羊齿叶!-fractal-reaching back leaves, leaf color of reaching back!
    2023-03-21 01:30:03下载
    积分:1
  • sift算法的一个演示程序 朋友们可以
    sift算法的一个演示程序 朋友们可以-sift algorithm a demo program can look at the friends
    2022-07-18 06:25:52下载
    积分:1
  • 印章处理,分别提取两类不同的特征,使用时直接将代码拷贝到需要使用的地方即可。...
    印章图像处理,分别提取两类不同的特征,使用时直接将代码拷贝到需要使用的地方即可。-stamp image processing, respectively, from two different characteristics when used directly to the copy of the code needs to be used in place.
    2023-08-06 10:45:03下载
    积分:1
  • 以前的数字处理作业,包括直方,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等...
    以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等-previous digital image processing operations, including the histogram, balanced and Sobel, values, FFT, IFFT, DCT, IDCT, 8* 8DCT etc.
    2022-01-26 02:56:18下载
    积分: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
  • VC编的点处理程序,光栅操作,几何变换,基元,三维技术等程序...
    VC编的点处理程序,光栅操作,几何变换,图形基元,三维图形技术等程序-VC arranges spot disposal procedure, diffraction grating operation, geometry transformation, graph element, procedure and so on three dimensional graph technology
    2023-04-28 03:45:04下载
    积分:1
  • 这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildVie...
    这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildView() 析构函数 BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射 BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数 BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻译消息 int CChildView::OnCreate( LPCREATESTRUCT lpCreateStruct ) 窗口创建好后进入此函数 完成openGL的初始化 void CChildView::OnSize( UINT nType, int cx, int cy ) 当窗口大小发生改变时重新设置OPenGL的视口参数。 void CChildView::OnDestroy() 销毁窗口 -It is written in MFC to use openGL viewport code. CChildView:: CChildView () constructor CChildView:: ~ CChildView () destructor BEGIN_MESSAGE_MAP (CChildView, CWnd) message map BOOL CChildView:: PreCreateWindow (CREATESTRUCT & cs) to create a window to reset the window parameters BOOL CChildView:: PreTranslateMessage (MSG* pMsg ) translation of the message int CChildView:: OnCreate (LPCREATESTRUCT lpCreateStruct) window is created and entered this function to complete openGL initialization void CChildView:: OnSize (UINT nType, int
    2022-03-16 00:49:44下载
    积分:1
  • 很好的处理软件,无需密码,推荐下载,
    很好的图像处理软件,无需密码,推荐下载,-Very good image processing software, without password, recommended download
    2022-02-25 21:55:05下载
    积分:1
  • 利用线性神经网络进行自适应预测 利用函数adapt对线性网络进行自适应训练,在线修正网络的权值和阈值,这样对于时变信号,网络就可以及时跟踪其变化,即可对时变...
    利用线性神经网络进行自适应预测 利用函数adapt对线性网络进行自适应训练,在线修正网络的权值和阈值,这样对于时变信号,网络就可以及时跟踪其变化,即可对时变信号序列进行预测。 -linear adaptive neural network prediction using linear function adapt to the network adaptive training , the online network that the weights and thresholds, so for the time-varying signal, the network can track changes in a timely manner. will be the time-varying signal sequence forecast.
    2022-07-09 09:51:31下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载