CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 自适应 窗口

搜索资源列表

  1. resscale(Delphi)

    0下载:
  2. 自适应窗口控件[窗体类] resscale(Delphi)-adaptive window controls [Form Class] resscale (Delphi)
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:13.85kb
    • 提供者:wen
  1. fittowindow

    0下载:
  2. 控件大小自适应窗口大小,避免窗口变化后,控件仍占用太大或过小空间
  3. 所属分类:按钮控件

    • 发布日期:2014-01-18
    • 文件大小:21.91kb
    • 提供者:艾默
  1. FlashPlayer

    0下载:
  2. VC6下开发的flash播放器,具有播放、暂停、停止、自适应窗口大小功能,适合初学者参考。
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:87.3kb
    • 提供者:赵星云
  1. Rotate

    0下载:
  2. 使用MFC编写的图像旋转算法,利用临近插值的方法实现图像旋转,并且旋转后的图像自适应窗口。-Written using the MFC image rotation algorithm, near the interpolation method used to achieve image rotation, and rotate the image after the adaptive window.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.19mb
    • 提供者:
  1. shicha

    0下载:
  2. 给定左右两幅图像,利用自适应窗口算法进行视差估计,采用左图预测右图时,采取与类似于运动估计的方法,对左图进行“扭曲”后再作为右图的预测图像。利用自适应窗口算法对实现视差估计,算出视差矢量,以此计算其视差补偿预测图像的误差,最后求得残差图。-calculate parallax of two pictures.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.12mb
    • 提供者:zq
  1. sar_speckle

    0下载:
  2. 基于自适应窗口的sar图像相干斑抑制,包括lee_filter,frost,kuan 等-Based on adaptive window sar image speckle suppression, including lee_filter, frost, kuan, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:30.85kb
    • 提供者:黄海燕
  1. SlipWin

    0下载:
  2. 图像处理中创建自适应窗口的程序,牺牲计算时间提高算法处理质量。附带一个使用自适应窗口的模版。-Adaptive image processing to create a window procedure, the expense of computing time algorithm improve the quality of treatment. Attached to a template using the adaptive window.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.75kb
    • 提供者:郎志超
  1. AnImprovedAdaptiveFilteringAlgorithmdetails

    0下载:
  2. 中值滤波是常用的降噪算法,它可以保留比较尖锐的边界,但是却容易模糊图象的细节。尽管已经有一些改进 算法,但效果并不十分理想。文章介绍了一种保细节中值滤波算法,采用了多尺度多方向的窗口,根据图象各部分特性自 适应地选择窗口进行中值滤波。实验结果证明,文章的算法优于其他几种常用的中值滤波算法。 -Median filter is commonly used in noise reduction algorithm, which can retain relatively sharp bo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:221.61kb
    • 提供者:陈卿
  1. FastESS_v1.0

    0下载:
  2. 进行图像中的目标检测,快速版本,包括窗口设置,窗口自适应等-object detection in images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:56.73kb
    • 提供者:许阿木
  1. 1

    0下载:
  2. 形象地描绘出了功率谱密度曲线。自适应窗口,鼠标跟随显示出坐标。-Vividly depicts the power spectral density curve. Adaptive window, the mouse coordinates to follow the show.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:fall
  1. IrregularWin

    0下载:
  2. Delphi开发的不规则窗口界面源代码。 Delphi7开发,支持鼠标拖拽,窗口形状根据指定 图片自适应调整。-Delphi developed an irregular window interface for the source code. Delphi7 development, support mouse drag, the window shape, self-adaptive adjustment according to the specified image.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:382.41kb
    • 提供者:chaque
  1. Adaptiwindow

    0下载:
  2. 采用自适应窗口算法对左右两幅视图进行匹配,得到较为正确的视差图,避免了固定窗口算法产生的边缘不准确问题 -Adaptive window algorithm to match the view on the left 2 get more accurate disparity map, avoiding the edge of the fixed window method produces problems of inaccuracy
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:749.71kb
    • 提供者:zhang jing
  1. Custom Draw Panel

    0下载:
  2. 项目中经常用到需要自定义风格的圆角窗口,以前我们都是放一个背景图片,但是当窗口大小不一样时,固定大小的背景边框圆角会被拉伸变得很难看,所以自己写了一个 panel VCL。 自绘 panel 组件,背景,边框都可使用图片自定义,可使用透明png实现圆角,自适应窗口大小。 -Custom draw panel VCL。
  3. 所属分类:对话框与窗口

    • 发布日期:2013-05-13
    • 文件大小:180.01kb
    • 提供者:Jack
  1. adamedianfilt

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

    • 发布日期:2017-04-03
    • 文件大小:1.08kb
    • 提供者:王舵
  1. FullScreen

    0下载:
  2. 这个Demo主要包括了三部分功能: 1.全屏幕显示对话框窗口 2.控件自适应窗口变化 3.按下Esc键,对话框不关闭-The Demo features include three parts: 1. Full-screen display dialog window 2. Control adaptive changes in the window 3. Press the Esc key, the dialog box does not close
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1.73mb
    • 提供者:胡艳萍
  1. FlashPlayer

    0下载:
  2. VC6下开发的flash播放器,具有播放、暂停、停止、自适应窗口大小功能,适合初学者参考。-VC6 developed under the flash player, with play, pause, stop, adaptive window size function, suitable for beginners reference.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-03
    • 文件大小:82.15kb
    • 提供者:啰嗦
  1. BAH1

    1下载:
  2. 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11.24mb
    • 提供者:HUBO
  1. 窗口组件尺寸自适应

    0下载:
  2. 可以实现窗口内各组件跟随最大化或恢复原尺寸(Each component in the window can be followed to maximize or restore the original size)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:心中日月1
  1. fun

    0下载:
  2. 辅助功能程序集合,包括窗体自适应、图片框移动、网页源代码抓取等功能。(The set of auxiliary functional programs includes the functions of form adaptive, picture frame movement, web page source code grabbing and so on.)
  3. 所属分类:网络编程

  1. KPLCTD247

    0下载:
  2. 自适应窗口控件[窗体类] resscale(Delphi)()
  3. 所属分类:对话框与窗口

    • 发布日期:2020-04-30
    • 文件大小:7kb
    • 提供者:pnl-4441
« 12 3 4 5 6 »
搜珍网 www.dssz.com