Hi all,
I tried to use itk-python. There is a function in itk::PointSet, which has a parameter of double* in C++. I want to know how to set it in Python. The error message is as follows:
TypeError: in method 'itkPointSetD3_GetPointData', argument 3 of type 'double *'
What I have tried are list, numpy.array. They can’t be used.