pub struct QRCodeDetector { /* private fields */ }

Implementations

Trait Implementations

Wrap the specified raw pointer Read more

Return an the underlying raw pointer while consuming this wrapper. Read more

Return the underlying raw pointer. Read more

Return the underlying mutable raw pointer Read more

Executes the destructor for this type. Read more

sets the epsilon used during the horizontal scan of QR code stop marker detection. Read more

sets the epsilon used during the vertical scan of QR code stop marker detection. Read more

Decodes QR code in image once it’s found by the detect() method. Read more

Decodes QR code on a curved surface in image once it’s found by the detect() method. Read more

Both detects and decodes QR code Read more

Both detects and decodes QR code on a curved surface Read more

Detects QR code in image and returns the quadrangle containing the code. Read more

Detects QR codes in image and returns the vector of the quadrangles containing the codes. Read more

Decodes QR codes in image once it’s found by the detect() method. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.