登录
首页 » Visual C++ » ASED

ASED

于 2020-09-10 发布 文件大小:11310KB
0 118
下载积分: 1 下载次数: 287

代码说明:

  在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)

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

发表评论

0 个回复

  • HOG+SVM进行片中行人检测
    说明:  行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • strongpicture
    说明:  模式识别与图像处理,图像的边缘处理,增强(Pattern recognition and image processing, image edge processing, to enhance)
    2008-11-23 15:33:39下载
    积分:1
  • Digital-Image-Processing
    这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
    2014-01-13 19:09:57下载
    积分:1
  • image-geometric-transformation
    实现图像的几何变换,包括图像的平移、镜像变换、缩放、转置以及旋转。(Achieve geometric transformation of image, including the image translation, image transformation, scaling, transpose and rotation.)
    2015-07-15 14:30:29下载
    积分:1
  • Embedded-in-the-DCT-coefficients-
    在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻击方法对水印作品进行攻击,查看解码的效果。 (Information embedded in the DCT coefficients of the image, the image of the common 512* 512 size gray-scale (experimental image LENA.BMP). Information embedded in a binary Logo Figure (used in the experiment logo picture shows the tj-logo.bmp), the plot size 32* 32, 1024 Bit. LENA Figure embedded watermark, the watermark image output embedded. (2) logo watermark image decoding, the output decoded Figure statistical error rate. (3) using a different embedding strength for embedding, observe the works intuitive effects and decoding results, and draw the corresponding curve. (4) by adding the noise, change the contrast, JPEG compression attack methods to attack, to see the effect of decoding the watermark works.)
    2012-04-16 18:56:11下载
    积分:1
  • XINIAN_1
    1 完成图象处理的基本功能2:二值化、边缘检测、滤波。 2 熟悉dc的部分常用功能,学习图标控制弹出框。(a complete image processing of the two basic functions : values, edge detection, filtering. 2 familiar with the dc part of the commonly used function, learning to control pop icon frame.)
    2007-05-26 13:36:55下载
    积分:1
  • Qt_Opengl
    基本图元绘制、计算机图形学上机实验报告、1,熟悉图形软件开发工具:VC++, OpenGL等; 2,设计、实现线段的DDA、Bresenham算法 3,设计、实现中点圆、中点椭圆生成算法; 4,设计、实现填充图元生成算法;(The basic primitive computer graphics, computer lab report 1, familiar with the graphics software development tools: vc++, OpenGL, etc. 2, design implementation DDA Bresenham algorithm of line 3, midpoint circle midpoint elliptical generation algorithm design implementation 4, primitive design to realize filling generation algorithm)
    2020-09-10 13:08:00下载
    积分:1
  • HOG+SVM进行片中行人检测
    行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • Pedestrian-Detection
    改程序是用来行人检测的,有源代码,可以轻松学习并参考。(The reform program is used for pedestrian detection, source code, you can easily learn and reference.)
    2012-05-28 14:12:29下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载