Struct pico_detect::Localizer[][src]

pub struct Localizer { /* fields omitted */ }
Expand description

Implements object localization using decision trees.

Details available here.

Implementations

Estimate object location on the image

Arguments

  • image - Target image.
  • roi – similarity transform as region of interest:
    • roi.isometry.translation region center position on image,
    • TODO roi.isometry.rotation region rotation (have no effect),
    • roi.scaling region size.

Estimate object location on the image with perturbation to increase accuracy.

Arguments

  • image - Target image.
  • roi – similarity transform as region of interest:
    • roi.isometry.translation region center position on image,
    • roi.isometry.rotation region rotation (have no effect),
    • roi.scaling region size.
  • rng - Source for randomness.
  • nperturbs - How many perturbations to make.

Create localizer from a readable source.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The error type produced by a failed conversion.

Convert the given value into an approximately equivalent representation.

The error type produced by a failed conversion.

Convert the subject into an approximately equivalent representation.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Approximate the subject with the default scheme.

Approximate the subject with a specific scheme.

Approximate the subject to a given type with the default scheme.

Approximate the subject to a given type with a specific scheme.

Convert the subject to a given type.

Attempt to convert the subject to a given type.

Attempt a value conversion of the subject to a given type.

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The error type produced by a failed conversion.

Convert the given value into the subject type.

The type returned in the event of a conversion error.

Performs the conversion.

The error type produced by a failed conversion.

Convert the subject into the destination type.

The type returned in the event of a conversion error.

Performs the conversion.

The error type produced by a failed conversion.

Convert the given value into an exactly equivalent representation.

The error type produced by a failed conversion.

Convert the subject into an exactly equivalent representation.