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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also