yesheng1996

Results 1 comments of yesheng1996

请问你现在跑成功了吗?我现在是卡在 BSpline bspline_x = BSpline::Builder(sample_x).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build(); BSpline bspline_y = BSpline::Builder(sample_y).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build(); 每次到这里都是Segmentation fault (core dumped).