登录
首页 » 图形图像 » 图像的纹理分析应用实例.

图像的纹理分析应用实例.

于 2022-03-23 发布 文件大小:527.59 kB
0 253
下载积分: 2 下载次数: 1

代码说明:

图像的纹理分析应用实例.-image texture analysis application examples.

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

发表评论

0 个回复

  • 为了快速精确地对一个实体进行的三维重建, 提出了一种新的混合建模方法. 该方法利用同一实体在不同视 点下的多幅深度, 根据它们之间颜色和纹理的相关性,...
    为了快速精确地对一个实体进行的三维重建, 提出了一种新的混合建模方法. 该方法利用同一实体在不同视 点下的多幅深度图像, 根据它们之间颜色和纹理的相关性, 通过逆投影变换, 可将图像中象素点映射到三维空间中的正 确位置. 然后再经模型重建和重投影, 可获取实体在任意视点下的图像. 实验结果表明, 这种建模方法具有复杂度恒定、 获取图像真实感强等优点, 适用于形状、 结构复杂的物体的重建.-: In o rder to reconst ruct th ree di mensi on model of an object, a new method of hybr id modeling is p resented . Th is method use mut i p le range i mage of different viewpo int, acco rding to the co lo r and texture, the p ixel po int can be mapped to co r rect po sit i on in th ree di mensi on space by the backp ro ject t ransfo rmat i on. Then the i mage can be go t in any viewpo int by modeling reconst ruct i on and rep ro ject i on. Exper i ments has p roved that th is method can acquire h igh realist ic i mage and has stat ic comp lexit i on. It can be used to reconst ruct some objects w ith comp licated shape and topo logies
    2022-02-28 21:01:55下载
    积分:1
  • 网络上流传的细化算法只有一种,效果也不是很好,这是本人辛苦搜罗来的另外四种细化算法,供大家尝试研究...
    网络上流传的图像细化算法只有一种,效果也不是很好,这是本人辛苦搜罗来的另外四种图像细化算法,供大家尝试研究-The network popular image thinning algorithm only one, the effect is not very good, this is my hard work to collect the other four types of image thinning algorithm for the U.S. tries to study the
    2023-07-22 15:25:03下载
    积分:1
  • 光线跟踪程序的vc实现。可以绘制简单的三维,有阴影效果...
    光线跟踪程序的vc实现。可以绘制简单的三维图形,有阴影效果-The ray track program that achieved by VC,it can plot sipmle 3D graph with shadow effect
    2022-03-11 16:43:16下载
    积分:1
  • matlab编的特征匹配,用控制点可以进行匹配。简单的小程序,可直接运行。...
    matlab编的特征匹配,用控制点可以进行匹配。简单的小程序,可直接运行。-Matlab series of the feature matching, control points can be used for matching. Simple small program can be directly run.
    2022-01-28 21:51:26下载
    积分:1
  • 这是一个的分隔算法,绝对可用,欢迎下载,保证无毒
    这是一个图像的分隔算法,绝对可用,欢迎下载,保证无毒-This is a separate image algorithm can be absolutely welcome to download, ensuring a drug-free
    2023-07-15 16:15:03下载
    积分:1
  • OpenGL轨迹球
    轨迹球控制:如果只用鼠标来控制你的模型是不是很酷?轨迹球可以帮你做到这一点,我将告诉你我的实现,你可以把它应用在你的工程里。我的实现是基于Bretton Wade’s,它是基于Ken Shoemake’s 实现的,最初的版本,你可以从游戏编程指南这本图上找到。但我还是修正了一些错误,并优化了它。轨迹球实现的内容就是把二维的鼠标点映射到三维的轨迹球,并基于它完成旋转变化。
    2022-08-02 14:23:03下载
    积分:1
  • 结合OpenCV在MFC中显示
    在Visual Studio2010中,利用MFC结合OpenCV显示图片。对于初学MFC的学者,可以结合本例中MFC的按键学习消息机制;同时可以掌握基本的OpenCV函数
    2023-01-29 07:40:06下载
    积分:1
  • 码P0301:数字矩阵数据的显示和傅里叶变换p0302:两
    程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sha
    2022-02-12 13:34:57下载
    积分:1
  • Online signature identification of source, including the AR algorithm, DTW algor...
    在线签名鉴定源码,包含AR实现算法、DTW算法与应用实例-Online signature identification of source, including the AR algorithm, DTW algorithm and application examples
    2022-07-22 21:09:25下载
    积分:1
  • 用vc实现的联机手写数字识别程序 可以运行 很好的
    用vc实现的联机手写数字识别程序 可以运行 很好的-By vc realize online handwritten numeral recognition process can run very good
    2022-12-14 01:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载