请选择 进入手机版 | 继续访问电脑版

Hello Mat

 找回密码
 立即注册
查看: 6572|回复: 0

图像水平、垂直分量纹理特征求解

[复制链接]

1294

主题

1520

帖子

110

金钱

管理员

Rank: 9Rank: 9Rank: 9

积分
22633
发表于 2018-3-22 22:23:13 | 显示全部楼层 |阅读模式
较好的纹理特征求解算子:
  1. read_image(Image, 'fuse')
  2. * 水平分量
  3. texture_laws (Image, ImageEL, 'el', 5, 5)
  4. * 垂直分量
  5. texture_laws (Image, ImageLE, 'le', 5, 5)
  6. * 对角分量
  7. texture_laws (Image, ImageES, 'es', 1, 5)
  8. * es, se, ee均为对应的Desired filter.
  9. texture_laws (Image, ImageSE, 'se', 1, 5)
  10. texture_laws (Image, ImageEE, 'ee', 2, 5)
  11. compose5 (ImageEL, ImageLE, ImageES, ImageSE, ImageEE, ImageLaws)
  12. smooth_image (ImageLaws, ImageTexture, 'gauss', 5)
复制代码
参考:小波变换提取水平、垂直分量



算法QQ  3283892722
群智能算法链接http://halcom.cn/forum.php?mod=forumdisplay&fid=73
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Python|Opencv|MATLAB|Halcom.cn ( 蜀ICP备16027072号 )

GMT+8, 2024-4-18 21:40 , Processed in 0.222097 second(s), 25 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表