Hi All!
I have tried to import some control points to my image dataset to improve the reconstruction result, but I have not succeeded yet. There are SetControlPoints -function available but I don’t know how and where I should use it properly. There are no comments or instructions which I could check out. Can anyone help me with this issue?
Hello Jukka.
Yes, you can set control points with the function SetControlPoints. This function takes IControlPoints as an argument. There is no function in the SDK that will create an instance of IControlPoints for you so you have to provide your own implementation. You should implement all the functions in the IControlPoints interface, except for SetControlPoint, FindPoint and RecalculatePoint, which are not needed.
If you have any further questions, please, don’t hesitate to ask.