Struct klt_sys::FeatureRec [] [src]

#[repr(C)]
pub struct FeatureRec { pub x: LocType, pub y: LocType, pub val: c_int, pub aff_img: FloatImage, pub aff_img_gradx: FloatImage, pub aff_img_grady: FloatImage, pub aff_x: LocType, pub aff_y: LocType, pub aff_Axx: LocType, pub aff_Ayx: LocType, pub aff_Axy: LocType, pub aff_Ayy: LocType, }

Fields