Detail_TrackerTargetStateTraitConst

Trait Detail_TrackerTargetStateTraitConst 

Source
pub trait Detail_TrackerTargetStateTraitConst {
    // Required method
    fn as_raw_Detail_TrackerTargetState(&self) -> *const c_void;

    // Provided methods
    fn get_target_position(&self) -> Result<Point2f> { ... }
    fn get_target_width(&self) -> Result<i32> { ... }
    fn get_target_height(&self) -> Result<i32> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn get_target_position(&self) -> Result<Point2f>

Get the position

§Returns

The position

Source

fn get_target_width(&self) -> Result<i32>

Get the width of the target

§Returns

The width of the target

Source

fn get_target_height(&self) -> Result<i32>

Get the height of the target

§Returns

The height of the target

Implementors§