登录
首页 » 图形图像 » vb设计模拟windows的画图程序,界面和代码都有。

vb设计模拟windows的画图程序,界面和代码都有。

于 2022-01-25 发布 文件大小:1.59 MB
0 170
下载积分: 2 下载次数: 1

代码说明:

vb设计模拟windows的画图程序,界面和代码都有。-vb design simulation windows of the drawing process, interface and the code has.

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

发表评论

0 个回复

  • 基于灰度梯度矩阵采用相关熵方法二值化
    基于灰度梯度矩阵采用相关熵方法二值化图像-Based on gray gradient matrix associated entropy method using binary image
    2022-03-18 03:53:31下载
    积分:1
  • C + + 的 LBP 代码
    局部二元模式(LBP)是一种用于在计算机视觉分类功能。 LBP是特定情况在1990年[1] [2] LBP于1994年首先描述[3] [4]它提出的纹理谱模型由于被认为是一个强大的功能的纹理分类;它已经进一步确定,当LBP是结合定向梯度直方图(HOG)的描述符,它提高了检测性能相当一些数据集。该LBP特征向量,在其最简单的形式中,通过以下方式创建的:划分检测窗口进入细胞(例如16×16像素的每个单元格)。用于在小区中的每个像素,比较像素到它的每一个8邻居(在它的左顶,左中间,左底部右顶部,等等)。跟随一个圆,即顺时针或逆时针的像素。其中,中心像素的值大于邻居的值,写入“1”。否则,写“0”。这使一个8位二进制数(通常是转换为十进制为方便起见)。计算的每个“号码”中出现的频率的直方图,在细胞内,(即,对每个组合哪些像素是较小的,哪些是大于该中心)。任选正常化直方图。串联所有细胞(归)直方图。这给出了窗口的特征向量。特征向量现在可以使用支持向量机或其他机器学习处理算法进行分类的图像。这样的分类可以用于人脸识别或纹理分析。
    2022-03-21 06:15:16下载
    积分:1
  • 数字水印的实现工具optimark
    数字水印的实现工具optimark-digital watermarking tool for the realization of optimark
    2022-06-02 15:10:33下载
    积分:1
  • 该代码是一个用C++编写的面向对象的计算机视觉库,它包含了许多的功能用于解决数学问题,许多的处理算法等...
    该代码是一个用C++编写的面向对象的计算机视觉库,它包含了许多的功能用于解决数学问题,许多的图像处理算法等-the code is a C prepared by the object-oriented computer vision library, which contains many of the functions for solving mathematical problems, many of the image processing algorithm
    2022-08-21 07:25:37下载
    积分:1
  • 利用小波双线性超分辨率重建算法得到的重建会出现低、高频系数不匹配的现象,从而使得到的高分辨率灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为...
    利用小波双线性超分辨率重建算法得到的重建图像会出现低、高频系数不匹配的现象,从而使得到的高分辨率图像灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为理想的重建算法。即小波与局部适应插值结合算法。-Using Wavelet bilinear super-resolution reconstruction algorithm is the reconstructed image will appear low, high-frequency coefficients does not match the phenomenon, thereby enabling high-resolution image to be offset. In this paper, the method is improved, and the introduction of local interpolation to be better adapted to the reconstruction algorithm. That is, wavelet interpolation combined with the local adaptation algorithm.
    2023-01-06 16:30:03下载
    积分:1
  • 光线与AABB盒的碰撞检测。程序简单但却很有效。
    光线与AABB盒的碰撞检测。程序简单但却很有效。-Light and AABB Collision Detection Kit. Simple but very effective.
    2023-07-04 00:45:02下载
    积分:1
  • 使用opengl函数写程序,实现如下:画一个矩,平移至点P(100,50,200),绕x轴旋转45度角。...
    使用opengl函数写程序,实现如下:画一个矩形,平移至点P(100,50,200),绕x轴旋转45度角。-To write programs using the opengl function to achieve the following: draw a rectangle, flat move to point P (100,50,200), around the x-axis rotation 45-degree angle.
    2022-01-25 23:46:54下载
    积分:1
  • program for barcode generation and recognition.
    条形码生成识别程序。-program for barcode generation and recognition.
    2022-08-06 21:50:36下载
    积分:1
  • 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等处理方法;其次,探讨了如何提...
    本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free offline handwritten numeral recognition system. First, the identification number of the preconditioning treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the number of character strokes of structural features and characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching method to identify and MATLAB as a programming tool to achieve with a friendly graphical user interface of free handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance
    2022-03-17 23:58:28下载
    积分:1
  • 一本原版的视频编码器设计书,非常易懂,但是将视频编码中的原理和设计方法讲的很透彻。
    一本原版的视频编码器设计图书,非常易懂,但是将视频编码中的原理和设计方法讲的很透彻。-an original video encoder design books, very understandable, but the video coding theory and the design method for the very thorough.
    2022-03-03 04:11:32下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载