登录
首页 » Visual C++ » Image-texture-analysis

Image-texture-analysis

于 2011-05-18 发布 文件大小:3461KB
0 294
下载积分: 1 下载次数: 8

代码说明:

  对图像进行纹理处理,为图像识别、目标跟踪创造条件。主要分析:惯性矩、熵以及局部平衡性。(The image texture processing for image recognition, target tracking and create conditions. Main analysis: moment of inertia, entropy, and local balance.)

文件列表:

Image texture analysis
......................\AddSampleDlg.cpp,1288,2002-05-07
......................\AddSampleDlg.h,1166,2001-08-23
......................\Debug
......................\.....\AddSampleDlg.obj,16308,2011-05-18
......................\.....\Dib.obj,25479,2011-05-18
......................\.....\GrayShow.obj,24957,2011-05-18
......................\.....\nrutil.obj,21936,2011-05-18
......................\.....\StdAfx.obj,106542,2011-05-18
......................\.....\Texture.exe,2134130,2011-05-18
......................\.....\Texture.ilk,2508432,2011-05-18
......................\.....\Texture.obj,23161,2011-05-18
......................\.....\Texture.pch,5475480,2011-05-18
......................\.....\Texture.pdb,3556352,2011-05-18
......................\.....\Texture.res,8964,2011-05-18
......................\.....\TextureDlg.obj,44056,2011-05-18
......................\.....\vc60.idb,222208,2011-05-18
......................\.....\vc60.pdb,397312,2011-05-18
......................\Dib.cpp,4429,2002-01-23
......................\Dib.h,964,2002-11-11
......................\GrayShow.cpp,7959,2002-11-19
......................\GrayShow.h,2364,2002-11-12
......................\nrutil.cpp,10821,2002-09-26
......................\nrutil.h,1448,2002-12-24
......................\ReadMe.txt,3597,2002-11-08
......................\res

......................\...\Texture.rc2,399,2002-11-08
......................\resource.h,1007,2002-11-14
......................\StdAfx.cpp,209,2002-11-08
......................\StdAfx.h,1054,2002-11-08
......................\Texture.aps,21776,2011-05-18
......................\Texture.clw,1659,2011-05-18
......................\Texture.cpp,2077,2002-11-08
......................\Texture.dsp,4576,2002-11-14
......................\Texture.dsw,539,2002-11-08
......................\Texture.h,1335,2002-11-08
......................\Texture.ncb,123904,2011-05-18
......................\Texture.opt,69632,2011-05-18
......................\Texture.plg,2430,2011-05-18
......................\Texture.rc,6030,2002-11-19
......................\TextureDlg.cpp,8482,2002-11-19
......................\TextureDlg.h,1536,2002-11-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • surfAndsift
    里面有注释,还有sift和surf的比较(There are notes, there are more sift and surf the)
    2015-01-25 21:16:46下载
    积分:1
  • xihua
    图像细化处理的C代码,效果较好,对初学者有较好的参考作用(Image processing of C code, the effect is good, is good for beginners reference)
    2014-07-07 16:21:02下载
    积分:1
  • K-maens
    K均值聚类算法对图像进行分割,实验用程序,亲测可用。(K-means clustering algorithm for image segmentation, experimental procedures, pro-test is available.)
    2013-07-20 16:43:29下载
    积分:1
  • opencv-docs
    opencv图像库函数集,有关最新的opencv新增函数的应用(opencv functions)
    2012-05-07 09:55:10下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • DIP
    数字图像处理源代码绝对好用包括一些最基本了图像处理,例如增强(digital processing)
    2009-10-30 17:57:02下载
    积分:1
  • SIFT-Panorama
    本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。(The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panoramic mosaic map.)
    2011-05-16 02:47:18下载
    积分:1
  • Human-target-tracking
    运动检测 检测人体的头部位置、整体位置、滤除影子(Motion detection detect the body and head position, the overall position of the shadow filter)
    2011-10-13 19:59:00下载
    积分:1
  • Digital-Image-Processing
    这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
    2014-01-13 19:09:57下载
    积分:1
  • gjtxcl
    内置虑镜功能,包括获取图像的属性,锐化,模糊,浮雕等功能. 可以缩放,优化图片.打开图片带预览功能,使用了gdiplus,能处理gif,bmp,jpg,png图片,处理速度也不错,呵呵,一直找图形格式转换的朋友就不需要东找西找了,它完全可以实现你的需求! (Built-in lens into account features, including access to the properties of the image, sharpen, blur, emboss and other functions. Can be scaled to optimize picture. Open the image with the preview function, use the gdiplus, can handle gif, bmp, jpg, png images, the processing speed is not bad, huh, huh, graphic format conversion has been looking for friends do not need to look east and west, and it can achieve your needs!)
    2010-12-30 12:59:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载