Halcom 发表于 2017-2-6 21:50:43

指纹图像的相干增强扩散算法Coherence-enhancing Diffusion

CED模型应用(Application of Coherence-enhancing Diffusion):
read_image (Image, 'fingerprint')
get_image_size (Image, Width, Height)
dev_close_window ()
dev_open_window (0, 0, Width * 2, Height * 2, 'black', WindowHandle)
dev_display (Image)
coherence_enhancing_diff (Image, ImageCED, 0.5, 4, 0.5, 50)
dev_display (ImageCED)

页: [1]
查看完整版本: 指纹图像的相干增强扩散算法Coherence-enhancing Diffusion