Function find_component_model

Source
pub unsafe extern "C" fn find_component_model(
    Image: Hobject,
    ComponentModelID: Hlong,
    RootComponent: Hlong,
    AngleStartRoot: f64,
    AngleExtentRoot: f64,
    MinScore: f64,
    NumMatches: Hlong,
    MaxOverlap: f64,
    IfRootNotFound: *const c_char,
    IfComponentNotFound: *const c_char,
    PosePrediction: *const c_char,
    MinScoreComp: f64,
    SubPixelComp: *const c_char,
    NumLevelsComp: Hlong,
    GreedinessComp: f64,
    ModelStart: *mut Hlong,
    ModelEnd: *mut Hlong,
    Score: *mut f64,
    RowComp: *mut f64,
    ColumnComp: *mut f64,
    AngleComp: *mut f64,
    ScoreComp: *mut f64,
    ModelComp: *mut Hlong,
) -> Herror