较好的纹理特征求解算子:
- read_image(Image, 'fuse')
- * 水平分量
- texture_laws (Image, ImageEL, 'el', 5, 5)
- * 垂直分量
- texture_laws (Image, ImageLE, 'le', 5, 5)
- * 对角分量
- texture_laws (Image, ImageES, 'es', 1, 5)
- * es, se, ee均为对应的Desired filter.
- texture_laws (Image, ImageSE, 'se', 1, 5)
- texture_laws (Image, ImageEE, 'ee', 2, 5)
- compose5 (ImageEL, ImageLE, ImageES, ImageSE, ImageEE, ImageLaws)
- smooth_image (ImageLaws, ImageTexture, 'gauss', 5)
复制代码 参考:小波变换提取水平、垂直分量
|