搜索资源列表

  1. squares

    0下载:
  2. 在opencv中检测一个图像是否有矩形,本程序很实用-An image in opencv detect whether the rectangle, the procedure is very useful
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:HEllO2010
  1. Knap

    0下载:
  2. 矩形条带装箱问题(RSPP)是指将一组矩形装入在一个宽度固定高度不限的矩形容器中,以期 获得最小装箱高度.RSPP理论上属于NP难问题,在新闻组版、布料下料以及金属切割等工业领域中 有着广泛的应用.为解决该问题,采用了一种混合算法,即将一种新的启发式算法—— 动态匹配算 法—— 与遗传算法结合起来.混合算法中,动态匹配算法能根据4类启发式规则动态选择与装填区域相 匹配的下一个待装矩形,同时将装箱后所需容器高度用遗传算法的
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:477184
    • 提供者:郭事业
  1. 35738633RECTANGLE

    0下载:
  2. matlab_矩形检测代码 刚刚用过很实用。可以下载-matlab_ rectangular test code just used the very practical. You can download to see
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:12288
    • 提供者:xq
  1. adamedianfilt

    0下载:
  2. 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:王舵
  1. minboundrect

    0下载:
  2. 基于凸壳边界的最小外接矩形拟合MATLAB程序。-Convex hull boundary based on the minimum bounding rectangle fitting MATLAB.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:
  1. DrawSys

    0下载:
  2. GDI图形编程,能绘制矩形、椭圆、圆、填充矩形等,并实现一个树形列表列出图形对象,选中能闪烁,显示图形对象属性-GDI graphics programming, can draw rectangular, oval, round, filled rectangle, and set out to achieve a graphic object tree list, select to flash, display graphics
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:4722688
    • 提供者:
  1. lun11

    0下载:
  2. 用Matlab解决图像中交互式画矩形后保存问题-Using Matlab to solve the interactive image after drawing the rectangle preservation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:linwei
  1. good

    0下载:
  2. C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小,可输入文字,打开图片,拖动图片,可撤销。-C# to write the drawing board, features well. Implementation of linear, rectangular, circular, filled rectangle, filled circle. Can drag the
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:478208
    • 提供者:夏云
  1. face_detection

    0下载:
  2. 一个关于面部检测的MATLAB算法,将人脸部分用矩形框表示出。-A MATLAB algorithm on face detection, will face some expressed rectangular box.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:641024
    • 提供者:liugaohua
  1. paint

    0下载:
  2. QT绘图程序,可以实现放大缩小功能。可以绘制基本图元:直线、矩形、图元等。并可以修改其属性。-QT drawing program, can achieve zoom function. Can draw the basic primitives: straight lines, rectangles, and other graphic element. And can modify its properties.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:38912
    • 提供者:王小刚
  1. Test_Rect

    0下载:
  2. 在图片上画一个矩形,可以变成红色的,等一系列操作,mfc的开始!-Draw a rectangle in the picture, can become red, and a series of operations, mfc start!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1424384
    • 提供者:mal
  1. chepaishibie

    0下载:
  2. VC下实现车牌识别的工程,包括灰度化,二值化,描边,求矩形,标出车牌,快速定位等过程-VC license plate recognition to achieve the project, including graying, binary, strokes, a rectangular, marked license plates, the process of rapid positioning
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:1924096
    • 提供者:fengj
  1. RectDetector

    1下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. Open
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1070080
    • 提供者:chenwenlue
  1. matlab

    0下载:
  2. matlab求最下的外接矩形的程序,很好用的,只要把图片名字改了就可以运行!-GOOD
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:61440
    • 提供者:ge
  1. rectangle

    1下载:
  2. 一种“一刀切"式矩形件优化排样混合算法,研究矩形排样的论文资料!-A " one size fits all" type of rectangular parts like hybrid method, research papers Rectangular information!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:352256
    • 提供者:张鹏程
  1. find_target

    0下载:
  2. 求取一幅二值图像包含目标区域的最小矩形框,返回矩形框的上下左右边界,然后根据边界坐标在图上画出目标区域。-Strike the rectangle that contains the smallest rectangular target area in a binary image, return to the top and bottom rectangular box around the border, and then dra
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:67584
    • 提供者:
  1. IRIS_fire

    0下载:
  2. 从红外视频序列上找到高温运动区域,并用红色矩形框显示- From infrared video sequences find the high temperatures and movement area, and then displayed with a red rectangle
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:2326528
    • 提供者:
  1. Csharpcaijian

    0下载:
  2. C#图像裁剪小例子,矩形剪切方法,小示例!-Image cropping C# small example, rectangular cut method, a small sample!
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:sc
  1. WindowsFormsApplication10

    0下载:
  2. 简易的画图板工具,直线,矩形,填充矩形;可以改变线条的颜色。-Simple drawing board tools, lines, rectangles, filled rectangles can change the color of the line.
  3. 所属分类:.net编程

    • 发布日期:2024-05-13
    • 文件大小:76800
    • 提供者:陈彬
  1. ConvexHull

    0下载:
  2. 多边形最小外接矩形算法,在CodeProject上下载的,共享-Minimum bounding rectangle polygon algorithm, download CodeProject, shared
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:23552
    • 提供者:yangxixi
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org