Resamples an array of pixels from an image using multiple interpolation functions.
Use this node to perform subpixel analysis of pixel profiles in the image.
Reference to the source image.
Array consisting of the spatial coordinates of pixels in the image.
Cluster containing the following parameters for subpixel analysis:
Method used to perform the interpolation.
Name | Value | Description |
---|---|---|
bi-linear | 0 |
Uses linear interpolation in both the x- and y-directions to compute the pixel location |
quadratic | 1 |
Uses the quadratic formula to compute the pixel location |
cubic spline | 2 |
Uses cubic splines to compute the pixel location |
Method used to perform the interpolation.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Reference to the source image.
Array that contains the resampled pixel data.
Size of the interpolated array.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application