<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="margin: 0px; font-size: 11px;" class="">I’ve seen a number of online examples using image reslice and resample that don’t seem to work for me. I simply want to scale the image so resample seems to be the way to go, but I always have trouble with
 the various Input methods. What is the correct formulation for using vtkImageData as input?</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(112, 61, 170);" class="">
<br class="">
</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(112, 61, 170);" class="">
vtkImageData<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">* imageData;</span></div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(112, 61, 170);" class="">
<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">...</span></div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">
<div style="margin: 0px; color: rgb(112, 61, 170);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #bb2ca2" class="">auto</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""> resample =
</span>vtkSmartPointer<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""><</span>vtkImageReslice<span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">>();</span></div>
<div style="margin: 0px; color: rgb(112, 61, 170);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">resample->SetInput(imageData);</span></div>
<div style="margin: 0px; color: rgb(112, 61, 170);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">...</span></div>
<div style="margin: 0px; color: rgb(112, 61, 170);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">resample->Update();</span></div>
<div style="margin: 0px; color: rgb(112, 61, 170);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""><br class="">
</span></div>
<div style="margin: 0px; color: rgb(112, 61, 170);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class=""><br class="">
</span></div>
</div>
</body>
</html>