CvArrayTDepthSerializationCompressionRatio Property |
http://www.emgu.com
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic int SerializationCompressionRatio { get; set; }
Public Property SerializationCompressionRatio As Integer
Get
Set
public:
property int SerializationCompressionRatio {
int get ();
void set (int value);
}
member SerializationCompressionRatio : int with get, set
Property Value
Type:
Int32
See Also