Package org.opencv.objdetect
Class Params
- java.lang.Object
- 
- org.opencv.objdetect.Params
 
- 
 public class Params extends java.lang.ObjectQR code encoder parameters. version The optional version of QR code (by default - maximum possible depending on the length of the string). correction_level The optional level of error correction (by default - the lowest). mode The optional encoding mode - Numeric, Alphanumeric, Byte, Kanji, ECI or Structured Append. structure_number The optional number of QR codes to generate in Structured Append mode.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnativeObj
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Params__fromPtr__(long addr)protected voidfinalize()longgetNativeObjAddr()
 
- 
- 
- 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() 
 - 
__fromPtr__public static Params __fromPtr__(long addr) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-