Get or set the Compression Ratio for serialization. A number between 0 - 9. 0 means no compression at all, while 9 means best compression

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int SerializationCompressionRatio { get; set; }
Public Property SerializationCompressionRatio As Integer
public:
property int SerializationCompressionRatio {
	int get ();
	void set (int value);
}

See Also