Duplication-remove algorithm of image based on EZW-based matrix bloom filter

Transmission efficiency is seriously hindered by a huge amount of data which is largely redundant during the image transmission on the network. To solver this problem, a new algorithm is put forward here. It firstly uses EZW coding algorithm to compress, code and transform data and then uses Matrix Bloom filter on account of the characters of EZW to remove the redundant data according to the strictly defined ranks. This new algorithm attains its goal of reducing the data being transmitted on the network and improving the transmission efficiency by making real-time judgment that whether the data should be transmitted again in order to cease redundant data transmission as early as possible. Finally, the effectiveness and practicability of this new algorithm has been demonstrated by the simulation experiments.