Struct edge_detection::Detection [] [src]

pub struct Detection { /* fields omitted */ }

The result of a computation.

Methods

impl Detection
[src]

[src]

Returns the width of the computed image.

[src]

Returns the height of the computed image.

Trait Implementations

impl Clone for Detection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Index<usize> for Detection
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Index<(usize, usize)> for Detection
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.