<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div>I am trying to combine a vtkImageData image and its transform using vtkTransformPolyDataFilter. Here is my setup</div><div><br></div><div><div>vtkSmartPointer<vtkTransformPolyDataFilter> imagePose = itkSmartPointer<vtkTransformPolyDataFilter>::New();</div><div><br></div><div>imagePose->SetInputConnection(image); // image is of vtkImageData ----- error is here</div><div>imagePose->SetTransform(imageTransform);</div></div><div><br></div><div>Problem is SetInputConnection is not accepting vtkImageData type, it only accepts vtkAlgorithmOutput type. </div><div><br></div><div>I am not really sure what to do here. Online search has not been of much help. Is there any way to do it?</div><div><br></div><div><br></div><div><br></div><div> </div></div></div></div>