Function create_shape_model_xld

Source
pub unsafe extern "C" fn create_shape_model_xld(
    Contours: Hobject,
    NumLevels: Hlong,
    AngleStart: f64,
    AngleExtent: f64,
    AngleStep: f64,
    Optimization: *const c_char,
    Metric: *const c_char,
    MinContrast: Hlong,
    ModelID: *mut Hlong,
) -> Herror