搜索资源列表

  1. TextureSpectrum256

    0下载:
  2. 基于纹理谱的图象特征提取程序,用于图象与视频的分析与识别,该算法基于OpenCV.-based on the texture spectrum image feature extraction process for image and video analysis and identification, The algorithm is based on OpenCV.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:guolijun
  1. texture_synthesis

    0下载:
  2. 代码实现了Ashikhmin纹理合成的效果,欢迎高手进行指正-code realized Ashikhmin texture synthesis results, welcomed the master for correction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:148480
    • 提供者:王川艳
  1. tuxiangchuli_doc+cold

    0下载:
  2. 所谓基于内容图像的检索是指由图像分析软件对输入的图像先进行图像分析,根据图像中物体或区域的颜色(color)、形状(shape)或纹理(texture)等特征以及这些特征的组合,自动抽取特征,在将输入图像存入图像库的同时将其相应的特征向量也存入与图像库相连的特征库。-so-called content-based image retrieval is by image analysis software on the importati
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:70656
    • 提供者:大海
  1. textureandfractal

    0下载:
  2. 这个程序用VC编程求出分形维数和纹理特征,已调试通过的-this procedure programming with VC obtained fractal dimension and texture features, the debugger
  3. 所属分类:分形几何

    • 发布日期:2024-05-14
    • 文件大小:4788224
    • 提供者:刘翔
  1. my_texture

    0下载:
  2. 纹理分析,利用经典的LBP纹理分析算法实现matlab的对一幅彩色图象的纹理分析-texture analysis, use classic LBP texture analysis algorithm for a Matlab color image texture analysis
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. jpg_wenli

    0下载:
  2. 对图像进行纹理分析,分几个方向进行的处理。matlab程序-right image texture analysis, in several directions at the moment. Matlab procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:徐HONGZHI
  1. gabortexturesegment

    0下载:
  2. 这是图像处理中,一种重要的纹理分析算法,通过Gabor变换,可以分析图像的纹理特征,以便于图像理解-gabor-This is the image processing, an important texture analysis algorithm, Gabor transform, Images can be analyzed texture characteristics, in order to understand image
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:李娟
  1. matlabzhiwen

    0下载:
  2. 指纹识别的基于纹理分析的原程序代码仅供参考-fingerprint identification based texture analysis of the original program code for reference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:334848
    • 提供者:王通顺
  1. Vc_Texture

    0下载:
  2. 本实例通过纹理映射,绘制一个方格形状纹理图案-examples of this through texture mapping, mapping of a box shape texture pattern
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:41984
    • 提供者:lyzwh
  1. texture_extraction

    0下载:
  2. 灰度共生矩阵和灰度梯度共生矩阵的提取方式,是比较重要的纹理特征提取方法,用matlab实现的-co-occurrence matrix and GGCM extraction, is the more important Texture feature extraction methods, achieved using Matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:李明
  1. CxImage_GL

    0下载:
  2. 关于CxImage的文章,网上有许多,这里只介绍如何把CxImage与OpenGL结合起来,用于读入多种格式的纹理以及用来把屏幕保存为各种格式的图像文件。 支持的格式有:BMP,GIF,ICO,JP2,FPC,FPG,PCX,PNG,PNM,RAS,TGA,TIF等等。 支持读入透明纹理。 www.PhysDev.com -CxImage articles on the Internet there are man
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:535552
    • 提供者:华文广
  1. flagsimulation

    0下载:
  2. 用openGL编写的旗帜的飘动的代码,运用了纹理映射技术,运用光照及材质,效果很好-prepared using openGL wafted the banner of the code, the use of texture mapping technology, and the use of light materials with good results,
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:112640
    • 提供者:丁绍洁
  1. Lidar

    0下载:
  2. Lidar数据的Opengl三维显示与漫游.包括Lidar点云数据的读取,显示,漫游!无纹理!-Lidar data Opengl 3D display and roaming. Including Lidar point cloud data read , display, roaming! No texture!
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:440320
    • 提供者:石头
  1. OGL_motionblur

    0下载:
  2. 运动模糊(Motion Blur)效果演示 运动模糊是一种常见的运动效果处理手法, 由于眼睛的视觉暂留现象,会在视觉上形成一个拖影效果. 在OpenGL中利用渲染到纹理技术, 依次不时间序列里面的连续若干帧的图象,依次渲染到纹理里面, 然后在alpha混合呈现在屏幕上面,就形成了motion blur效果.-Motion Blur (Motion Blur) Motion Blur effects demo is a co
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:140288
    • 提供者:hmn
  1. edge_flow_toolbox

    0下载:
  2. 一种基于 Edge Flow算法 的边缘检测程序 matlab实现 在彩图和灰度图纹理分割方面有很好的效果-based Edge Flow edge detection algorithm to achieve the procedures Matlab the gray level and color pictures texture segmentation as a very good effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:照亮
  1. hudugongshengjuzheng

    0下载:
  2. matlab Haralick Texture Features Matlab Toolbox-Matlab Haralick Texture Features Matlab T oolbox
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:郑昊先
  1. simpleTexture

    0下载:
  2. 基于GPU的通用计算,利用显存的cache是提高算法效率的重要方面,该例子是在CUDA环境下如何读取纹理的程序。-based GPU generic terms, the use of video memory cache is to improve the efficiency of the algorithm, The example is the CUDA environment how to read texture proce
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:1796096
    • 提供者:白洪涛
  1. rtotex

    0下载:
  2. It is a simple project which creates a render-to-texture-enabled pbuffer, and a texture object related to it. When rendering, the pbuffer is made the current context, and two wire tori are rendered into it. The window is
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-14
    • 文件大小:126976
    • 提供者:henry
  1. Imagetextureanalysisapplicationexample

    0下载:
  2. 呵呵,我做论文的资料,纹理分析应用实例,希望对大家有用喏-Oh, I do papers, texture analysis application examples, we hope to useful salute
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:51200
    • 提供者:汤勇
  1. weilevoy_code

    0下载:
  2. weilevoy算法实现纹理合成,分带与不带加速两个版本-weilevoy texture synthesis algorithm, zoning and non-accelerated version 2
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org