[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

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