The second iteration of fix examples PR. Mainly to address the issue of incorporating the incoming changes for #291.
Found also the issue that show_isophotes_and_curvature used the deprecated knot_vector_bounds parameter/function. Changes this to parameteric_bounds as it is called now. I am not sure why the alias from the spline class did not function correctly, but it gave me an error now.
Overview
The second iteration of fix examples PR. Mainly to address the issue of incorporating the incoming changes for #291.
Found also the issue that
show_isophotes_and_curvature
used the deprecated knot_vector_bounds parameter/function. Changes this to parameteric_bounds as it is called now. I am not sure why the alias from the spline class did not function correctly, but it gave me an error now.Addressed issues
show_isophotes_and_curvature
Checklists