摘要:
基于小波变换的数字图像处理(MATLAB源代码)clear all; close all; clc;M=256;%原图像长度N=64; %水印长度[filename1,pathname]=uigetfile('*.*','select the image');image1=imread(num2st... 阅读全文
摘要:
1 综述Separating touching objects in an image is one of the more difficult image processing operations. The watershed transform is often applied to this... 阅读全文
摘要:
图像/视觉显著性检测技术发展情况梳理(Saliency Detection、Visual Attention)1. 早期C. Koch与S. Ullman的研究工作.他们提出了非常有影响力的生物启发模型。C. KochandS. Ullman . Shifts in selective visual attention: Towards the underlying neural circuitry. Human Neurobiology, 4(4):219-227, 1985.C. Koch and T. Poggio. Predicting the Visual World: Silenc 阅读全文