CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 矩形框

搜索资源列表

  1. graphics-box

    0下载:
  2. 自己编写的基于Graphics库写的绘图程序,简易绘图板,实现点、线、矩形、等图形绘制,实现设置笔刷大小,撤销功能等等,里面自己写了一些小控件例如对话框、button -Graphics library to write a drawing program, I have written simple drawing board, points, lines, rectangles, such as graphics rendering, set the brush size, undo fun
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:24867
    • 提供者:娜迦
  1. drawLine

    0下载:
  2. 程序运行后生成500×500的窗口,可在窗口中实现橡皮筋功能的直线绘制,并实现矩形选框剪裁功能。左键键拖动绘制直线,按下右键可实现橡皮筋的拖拽,中键可以拖动绘制矩形选框,配合键盘上C键可以实现对直线的剪裁。-Generated after the program runs 500 × 500 window, can be achieved in the window rubber band drawing a straight line features, and to achieve tail
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:2102
    • 提供者:张恒
  1. MyClass

    0下载:
  2. 矩形在二维平面上的平移,平移距离由对话框给出-Rectangular two-dimensional plane translation, translation distance is given by the dialog box
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1970065
    • 提供者:yangjie
  1. FillRegion

    0下载:
  2. 基于VC++对话框的矩形区域绘制和填充,希望对大家有用-VC++ dialog based on rectangle drawing and filling, we want to be useful
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:20120
    • 提供者:jian
  1. TEST_ONE_1.5

    0下载:
  2. 建立一个绘图菜单,至少包绘制矩形、拖动、颜色、设置等菜单项。点击颜色和设置弹出颜色对话框及线宽和线型对话框用及设置线条的属性。选择绘制矩形则使用橡皮筋技术完成矩形的绘制。选择拖动时,可使用鼠标拖动画完的矩形。-Establish a graphics menu, at least, drag rectangle bag drawing, color, setting menu item. Click on color and setting up the popup dialog and lin
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3563187
    • 提供者:li dongwei
  1. paint

    0下载:
  2. 完成直线 曲线 矩形 以及文本的显示 实现颜色的选择 文本是通过对话框的形式实现的 颜色和字体也都可以改变-Linear curve and the completion of the text display of rectangular color selection dialog box in the form of text is achieved through the colors and fonts can also be changed
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:4549496
    • 提供者:Tom
  1. WPFDraw

    0下载:
  2. 可进行基本交互绘图的WPFDraw程序。要求:创建带有菜单条、工具条、状态条、画布的框架窗口,有若干用于绘图选择的自定义对话框,可进行直线、矩形和椭圆的简单交互绘图。-Basic interactions can be WPFDraw drawing program. Requirements: Creating with menu bar, toolbar, status bar, canvas frame window, there are several options for drawi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:63228
    • 提供者:linyoujie
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1229
    • 提供者:
  1. DrawingPANel

    0下载:
  2. 本程序完成的是一个类似于Windows画图板的画图程序。 整个程序界面很简洁,一目了然,与大多数Windows的应用程序的风格一样。在左上方的菜单栏里有文件、色彩、线条粗细、帮助4个下拉式菜单,可以对绘图文件进行相应的操作。下面一排是工具按钮的工具栏,从左到右依次为:新建文件、打开文件、保存文件、随笔画、直线、空心矩形、实心矩形、空心椭圆、实心椭圆、空心圆、实心圆、空心圆角矩形、实心圆角矩形、橡皮擦、颜色选择按钮、线条粗细设置按钮、文字添加按钮、粗细字体选择框、斜体字体选择框、字体选择下拉
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:20225
    • 提供者:as
  1. Bresenham2

    0下载:
  2. Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线。将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪 -Bresenham algorithm for drawing lines and using the " rubber band" feature to draw a line. The line will connect into a polygon drawing, and selec
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1905
    • 提供者:潘陆
  1. openCV-face-detection

    0下载:
  2. 基于opencv的人脸识别,识别后在脸部加上矩形小框的代码-face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:18374
    • 提供者:陈天
  1. Fractal

    0下载:
  2. 显示Mandelbrot集。通过输入参数,可以显示不同size的Mandelbrot集。通过矩形选择框可以实现局部放大。-Draw Mandelbrot Set.Show different Mandelbrot Set by setting different parameters. Magnify a region using a rectangle box.
  3. 所属分类:Fractal program

    • 发布日期:2017-11-13
    • 文件大小:3727083
    • 提供者:Jane
  1. mubiaojiance

    0下载:
  2. 目标与背景分离,快速地提取目标,并使用最小矩形法框出目标。-Target and background separation, and quickly extract the target, and use the smallest rectangle method box to the target.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:2822
    • 提供者:范肖
  1. MenuDemo

    0下载:
  2. 简单画板:直线,圆,矩形。主要用鼠标在菜单的工具栏的图标框里选择这三种图形!-Simple drawing board: straight lines, circles, rectangles. Main menu with the mouse icon in the toolbar box to select these three graphics!
  3. 所属分类:Fractal program

    • 发布日期:2017-11-14
    • 文件大小:3038062
    • 提供者:lv xiaobin
  1. pattern_recognition

    0下载:
  2. 根据训练集图像,对目标图像中的八个子目标图像进行识别,用红色矩形将各个子目标图像框起来,并在子目标图像的中央位置,写上对其识别的结果,即子目标图像的名字。-请键入文字或网站地址,或者上传文档。 取消 Gēnjù xùnliàn jí túxiàng, duì mùbiāo túxiàng zhōng de bā gè zǐ mùbiāo túxiàng jìnxíng shìbié, yòng hóngsè jǔxíng jiāng gège zǐ mùbiāo túxiàng kuān
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:705984
    • 提供者:huisu
  1. rect

    0下载:
  2. 这是一个由我本人亲自编写的提取图像特定部分的MATLAB程序。通过使用这个函数,你可以轻而易举地将图像的特定位置用白色矩形线框加以圈定、显示。-If you want to circle the specific area of an image, this little program is much more practical and convenient, thus will help you to mark any area of the image with with rectang
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:619
    • 提供者:王刚
  1. cadHATCH

    0下载:
  2. ● 将解压后的文件保存到硬盘上任意位置,可以保存到CAD的SUPPORT目录下。 ● 在CAD中直接输入AP命令或在菜单里点取 [工具-加载应用程序...] ,选择 yqmkpat.vlx 加载。 ● 绘制好你的填充单元,只支持直线、弧、圆和点。多段线不支持,如果用了多段线,需要先炸开。由于生成填充的方式有两种:填充单元按1x1的间距重复和按实际大小1:1制作,在绘制填充单元时最好先决定要用那种方式,并根据效果合理规划填充单元的绘制方式,最好先画好一个矩形来定位填充的基点和横纵向间距。
  3. 所属分类:CAD

    • 发布日期:2017-04-15
    • 文件大小:7818
    • 提供者:李兆新
  1. 0426_01newest

    0下载:
  2. 可以利用鼠标绘制矩形和圆形,过单击工具条按钮( 或菜单项) 显示对话框, 让用户可以设置绘制图形的颜色-You can use the mouse to draw a rectangle and a circle, by clicking the toolbar button (or menu item) displays a dialog box that allows users to set the color graphics rendering
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2148306
    • 提供者:程娟
  1. UNTITLED

    0下载:
  2. 简单的人脸识别,一张图可以将人脸识别出就是用矩形将人脸框出。(Simple face recognition, a graph can be the face recognition, is to use rectangular face frame.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:56320
    • 提供者:帅的一匹
  1. shiyan

    0下载:
  2. 界面画图 基于对话框文件 横线 圆 空心圆 颜色文本 矩形 等等(Interface drawing is based on dialog boxes, files, horizontal lines, circles, hollow circles, colors, texts, rectangles, etc)
  3. 所属分类:图形图像处理

« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com