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.0.1.0 (2.0.1.0)

Syntax

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

See Also