CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - example.a

搜索资源列表

  1. lateral-inhibition-example-matlab

    1下载:
  2. 利用侧抑制原理编写的一个最基本的小程序。程序实现了初步的轮廓提取效果。可供想要入门侧抑制原理的朋友参考。-The use of lateral inhibition, a basic principle of writing a small program. Program to achieve the initial contour extraction results. Introduction to principles of lateral inhibition for want of
  3. 所属分类:Special Effects

    • 发布日期:2016-09-22
    • 文件大小:26624
    • 提供者:王子剑
  1. DrawYUVTest

    0下载:
  2. YUV 和 DLL例子,一个学习了解YUV和DLL的小例子。-YUV and DLL example, a learning and understanding of YUV small example DLL.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:26950
    • 提供者:liangjinming
  1. Example-Based-Automatic-Portraitur

    0下载:
  2. 基于统计方法建立人脸漫画模型的一篇很好的论文-The establishment of statistical methods based on the face of a very good comic model papers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:75330
    • 提供者:
  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:14529
    • 提供者:cui ju
  1. example-template

    0下载:
  2. K-means聚类算法的实现,可以实现对图像色彩块进行分类,是一个不错的算法,就是处理起来慢了点-K-means clustering algorithm can be achieved color image block classification algorithm is a good means to deal with the point of slow
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:68101
    • 提供者:bai
  1. MFC

    0下载:
  2. 一个很好的有关OPENCV和MFC相结合的例子,-A good combination of relevant OPENCV and the MFC example,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3778702
    • 提供者:张微
  1. Example-Based_Automatic_Portraiture

    0下载:
  2. 摘  要  提出了一种基于样本学习的人脸肖像画自动生成算法.文章采用非均匀的马尔科夫随机场模型来描述肖 像画与人脸图像之间的统计关系 ,并使用基于训练样本的非参数化的概率表示 ,在贝叶斯优化的框架下设计了迭 代采样算法 ,可以自动的从人脸图像生成特定风格的肖像画.在该方法中 ,使用非均匀的统计模型是保持肖像中人 脸结构准确性的关键.文中所提供的例子表明了该文方法的有效性-Abstract In this paper , we present a new approach for au
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:282945
    • 提供者:alsocc
  1. Example

    0下载:
  2. 读入并显示BMP图像,对于数字图像处理的初学者非常有用.-read and show a bmp image file.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:695694
    • 提供者:luyu
  1. Image_processing_and_target_recognition_applicatio

    0下载:
  2. 关于图像处理与目标识别应用程序示例,具有很好的参考价值-On image processing and target recognition application example, a good reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1263592
    • 提供者:
  1. Image-processing-GDI

    0下载:
  2. 一个用GDI进行图像处理的例子,简单实用的小程序-A GDI image processing example, a simple but useful program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:10191
    • 提供者:陈强
  1. image-match

    0下载:
  2. 关于图匹配的一种精确匹配示例,一种很不错的匹配方式,可以解决一些常见的实际问题。-For graph matching an exact match for example, a very good match, some common practical problems can be solved.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:219420
    • 提供者:宁哲
  1. opengl-example

    0下载:
  2. opengl的一个实例程序,用于检测opengl在vc中的配置环境是否正确。-opengl instance of a program, used to detect environmental opengl in vc configuration is correct.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:800
    • 提供者:林森康
  1. example

    0下载:
  2. QT中实现在主函数中调用一个dialogue,并显示出来-A QT programme that calls and shows a dialogue window according to the main
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:3635
    • 提供者:李玲丽
  1. bitmap

    0下载:
  2. DIB设备无关位图文件,这是一种文件格式,是为了保证用某个应用程序创建的位图图形可以被其它应用程序装载或显示一样。 DIB的与设备无关性主要体现在以下两个方面:DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用-DIB device-independent bitmap file, which is a file format, is to ensure that bitmap graphics created with an appli
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3337
    • 提供者:hu
  1. mosaicking_mod11a1_qc_lut

    1下载:
  2. 本程序用于自动将裁剪与转投影后的MOD11A1/MYD11A1进行拼接,然后将同一DOY的数据放在对应的目录中 对QC_Day与QC_Night两个SDS做如下处理 原HDF文件中,这两个SDS存为8bit的整型数(最大值为255),对应的二进制数如下:XX XX XX XX,从右至左为第0-7bit,将每2个bit存为一个数据 bits 1 & 0: 00(1),01(2),10(3),11(4) bits 2 & 3: 00(1),01(2),10(3),11(4)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2504
    • 提供者:张晓东
  1. example

    0下载:
  2. 根据物体大小筛选出满足条件的物体,此程序适用于蓝色背景的图片-According to the size of objects selected to meet the conditions of the object, this procedure applies to a blue background pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2793364
    • 提供者:舒俊
  1. example

    0下载:
  2. C#编写的图像处理小程序的合集。包含多个常用功能源代码。-C# prepared by the image processing applet collection. Comprising a plurality of common functions source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3532256
    • 提供者:一一
  1. VIP-Example

    0下载:
  2. Altera 关于VIP使用的详细说明,对于理解VIP有很好的帮助,是一个很好的资料。-The Altera® Video and Image Processing Design Example demonstrates the following items: ■ A framework for rapid development of video and image processing systems ■ Dynamic scaling, clipping, flas
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:758424
    • 提供者:shen xiaoyu
  1. a

    0下载:
  2. 简单for循环嵌套的例子,大于100的点显示白色,小于等于100的点显示黑色-Simple example of nested for loop, more than 100 points shows white, less than or equal to 100 points shows black
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:48396
    • 提供者:liya
  1. neural-network-example

    0下载:
  2. 程序代码说明 P0610:神经网络的实例-Program code descr iption P0610: An example of a neural network
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:606
    • 提供者:薛颖杰
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com