function rate = mComputeValueRLERate( image ) RLE = mComputeValueRLE( image ); Hu0 = mCompute2DEntropy( RLE ); rate = Hu0*length( RLE )/prod( size( image ) );