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

Image-texture-analysis

于 2011-05-18 发布 文件大小:3461KB
0 155
下载积分: 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 个回复

  • Image-texture-analysis
    对图像进行纹理处理,为图像识别、目标跟踪创造条件。主要分析:惯性矩、熵以及局部平衡性。(The image texture processing for image recognition, target tracking and create conditions. Main analysis: moment of inertia, entropy, and local balance.)
    2011-05-18 09:14:03下载
    积分:1
  • 基于区域的主动轮廓模型算法论文RegionBasedSnake
    基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现(Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm)
    2020-06-28 12:00:01下载
    积分:1
  • HALCON_CIRCLE
    一个简单的HALCON计算圆心坐标的例子,C++代码格式,初学者适用!(A simple example of calculating coordinates HALCON, c++ code format, for beginners!)
    2021-03-23 10:19:15下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • Three-dimensional-algorithm
    关于MC三维重建算法的二义性消除的文章,很好的消除了MC算法中的二义性(it s the article about Three-dimensional reconstruction algorithm to eliminate ambiguity in MC)
    2014-01-17 13:19:26下载
    积分:1
  • Max-Points-on-a-Line
    给定的n个点在二维平面上,发现的最大数量点躺在同一直线。(Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. )
    2016-03-27 19:10:38下载
    积分:1
  • kmeans-image-segmentation
    多类 kmeans 图像分割,基于灰度的图像分割。(Kmeans image segmentation, segmentation based on gray-scale images.)
    2013-04-30 04:19:34下载
    积分:1
  • wnrVC6.0
    运动模糊图像 图像复原 维纳滤波复原 逆滤波复原 VC++6.0程序 代码(Motion-blurred image restoration image restoration Wiener filtering inverse filtering to recover VC++ 6.0 code)
    2020-12-12 11:29:17下载
    积分:1
  • GDAL
    GDAL影像显示 建立金字塔通过i移动图像 进行图像的放大缩小 多波段显示影像金子塔显示 (GDAL image creates pyramid)
    2012-12-21 23:29:55下载
    积分:1
  • ImageProcess
    用mfc编程实现数字图像处理的一些简单操作,只能处理bmp格式图片。调节对比度、亮度、边缘检测等。(Mfc programming with some simple digital image processing operations, can only deal with bmp format images. Adjust contrast, brightness, edge detection.)
    2011-06-28 01:22:34下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载