Struct opencv::barcode::BarcodeDetector[][src]

pub struct BarcodeDetector { /* fields omitted */ }

Implementations

Initialize the BarcodeDetector.

Parameters
  • prototxt_path: prototxt file path for the super resolution model
  • model_path: model file path for the super resolution model
C++ default parameters
  • prototxt_path: “”
  • model_path: “”

Trait Implementations

Detects Barcode in image and returns the rectangle(s) containing the code. Read more

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

Both detects and decodes barcode Read more

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

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

Performs the conversion.

Performs the conversion.

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.