function rate = mComputeZeroRLERate( image ) RLE = mComputeZeroRLE( image ); Hu0 = mCompute2DEntropy( RLE ); rate = Hu0*length( RLE )/prod( size( image ) );