CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 标记

搜索资源列表

  1. BadgeImage

    0下载:
  2. C#在图像文件中添加文字标记,其实功能类似于为图片添加水印,可自定义文字内容,可设置文字出现在图片上的位置,是右上方或是左下方,我觉得和图片加水印的功能十分相似。另外本程序对文字进行了修饰处理,加上黑边框,更加漂亮。-C# add text in the image file mark, in fact, the function is similar for pictures add a watermark, custom text, you can set the text to appea
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:664949
    • 提供者:fwta3
  1. B112i

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代代说明文档,VB开发-Binary image connected component labeling fast algorithm, region detection attached generation documentation, VB developers
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45326
    • 提供者:尴尬
  1. Hough

    0下载:
  2. 实现Hough直线检测,标记直线的两端点坐标,再对相似的直线做曲线拟合,可以完美实现边缘连接。-Hough line detection, marking a straight line at both ends of point coordinates, similar linear curve fitting, can be the perfect realization of the edge connector.
  3. 所属分类:Graph program

    • 发布日期:2017-11-29
    • 文件大小:37448
    • 提供者:majun
  1. Menu

    0下载:
  2. 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。 -The m
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-12-04
    • 文件大小:50853
    • 提供者:蒋晶
  1. 1

    0下载:
  2. JSP期末复习题(2008.7) 一、填空 1、 JSP是指(Java Server Pages)是由(Sun Microsystems)公司倡导、许多公司参与一起建立的一种(动态)网页技术标准 2、 在传统的网页HTML文件(*.htm,*.html)中加入(Java程序片段(scr iptlet))和(JSP标记(tag)),就构成了JSP网页 3、 JSP网页文件的扩展名是(jsp)。 -Review Problems JSP (2008.7) First, fi
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:12869
    • 提供者:llw
  1. fenshuiling

    0下载:
  2. 本程序首先对图像进行开闭重建操作,然后标记其最大值,最后利用快速分水岭算法对图像进行处理,增加了执行速度,分为两个文件,运行时注意读取文件的路径。并附有相关文档-This program use the open and close the first image reconstruction operation, then mark its maximum, finally, using the rapid watershed algorithm to do image processing,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:6111232
    • 提供者:wangyulin
  1. s432

    0下载:
  2. 标记、骨骼、动画 标记、骨骼、动画标记、骨骼、动画 -Mark, bones, animation marker, bone, animation marker, bones, animation
  3. 所属分类:Graph program

    • 发布日期:2017-11-10
    • 文件大小:505833
    • 提供者:huang feng
  1. Facial-Feature-Tarcking

    0下载:
  2. 研究优化人脸特征提取问题,针对长期以来在不贴标记点的情况下用传统的光流、Snake、可变模板等方法对纹理特征变化大的特征点不能有效跟踪,并且解决单独采用Gabor 小波系统开销大等问题,为了在人脸图像中提取准确信息,提出了人脸特征点的跟踪方法,分组采用改进的光流法和弹性图匹配的方法进行特征点跟踪。对眼睛、眉毛、上下眼皮等14 个表 情变化不大的特征点使用光流法进行跟踪,最后对变化大的嘴部8 个特征点运用Gabor 小波的弹性图匹配方法进行仿真。-Gabor wavelet research
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:444285
    • 提供者:yaomeng
  1. Efacezipx

    0下载:
  2. 人脸定位实例,边缘提取,标记记眼睛,标记嘴巴鼻子可直接使用。 -The face positioned instance, edge extraction, Mark Hutchison eyes, marked the mouth nose can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:10622
    • 提供者:hehe88999
  1. Online_RandMarkingAlgorithm

    0下载:
  2. 本程序解决的是:模拟类似计算机主、缓存的存储结构,当用户请求某个页面时,若某个页面已在缓存中,则直接从缓存中去取,不会产生失误(即未在缓存中命中),否则,就到主存中去取,代价变大。 本程序采用随机标记算法,即在在线标记算法的基础上,对于替换页面时,采用随机从未标记的缓存项中选出一项进行替换。 代码、文档详尽-Addressed in this program are: analog computer-like main, cache storage structure, wh
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:56826
    • 提供者:黄华仔
  1. VF_MFC

    0下载:
  2. MFC实现的指纹识别程序: 实现了:指纹的梯度、方向场、分割、均衡、收敛、平滑、增加、二值化、细 化,标记特征功能!-MFC implementation of the fingerprint identification procedures: to achieve: gradient of fingerprint direction field, split, balanced, convergence, smooth, increasing, binarization, thin
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:3602260
    • 提供者:hu_min
  1. E-SVG

    0下载:
  2. 电力系统数据标记语言——E语言规范(以下简称“E语言”)是在IEC 61970–301电力系统公用数据模型CIM(Common Information Model)的面向对象抽象基础上,针对CIM在以XML方式进行描述时的效率缺陷所制定的一种新型高效的电力系统数据标记语言-Power system data markup language- E Language Specification (hereinafter referred to as " E language" ) i
  3. 所属分类:Development Research

    • 发布日期:2017-11-22
    • 文件大小:37861
    • 提供者:吴茂俊
  1. FaceDetect

    0下载:
  2. 实现人脸人眼的自动检测,并用线条勾画标记-To achieve the automatic detection of the human face of the human eye, with lines marked
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:2067
    • 提供者:苟超
  1. dectcet-qrs

    0下载:
  2. 心电图qrs波的识别非常重要,本代码准确定位心电图的qrs波并做好了标记-Electrocardiogram qrs wave recognition is very important, the code accurately positioning electrocardiogram qrs wave and make a mark
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:708656
    • 提供者:quqixun
  1. project14

    1下载:
  2. 图像的分水岭分割算法,应用内部标记和外部标记,有效地将图像分割成不同的区域-Watershed image segmentation algorithm, application of internal marks and external marks, the image is divided into different areas
  3. 所属分类:Special Effects

    • 发布日期:2016-04-13
    • 文件大小:1024
    • 提供者:曼珠沙华
  1. HTML

    0下载:
  2. html,自学手册。超文本标记语言,即HTML(Hypertext Markup Language),是用于描述网页文档的一种标记语言。-handbook of html
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-12-09
    • 文件大小:78610
    • 提供者:东方欲晓
  1. FaceDetect

    0下载:
  2. 本程序可以识别图片中的人脸区域,并可标记处嘴巴,眉毛,鼻子等区域。-Picture of the program can identify the face region, and can be marked at the mouth, eyebrows, nose and other areas.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:4623459
    • 提供者:吕温
  1. jsp

    0下载:
  2. JSP(Java Server Pages)是一种动态网页技术标准。 JSP用Java语言作为脚本语言,在传统的网页HTML文件中加入Java程序片段(scr iptlet,或称脚本)和JSP标记(tag)。 Web服务器在遇到访问JSP网页的请求时,首先执行其中的程序片段,然后将执行结果以HTML格式返回给客户-JSP (Java Server Pages) is a dynamic web technology standards. JSP Java language as a sc
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-21
    • 文件大小:901785
    • 提供者:于思维
  1. contours

    0下载:
  2. 在图片中找出轮廓,并标记出来。在opencv中应该用在图片检测上-Find out the outline of the picture, and marked out. Should be used in the picture detection in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-12-07
    • 文件大小:1385
    • 提供者:z
  1. edge-detection

    0下载:
  2. 用C++编写的一个自动检测图像边缘的源代码,实验结果标记的边缘较为清晰。-Written with C++ a source code automatically detects the image edge and mark the edge of the experimental results are clearer.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1283335
    • 提供者:戴礼青
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com