Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Image » Image Basics » GetImagePixel_Interpolated
| Module: | FoundationLite | 
|---|
Returns an interpolated single pixel of an image.
Applications
Sub-pixel sampling of an image.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inImage | Image | Input image | 
![]()  | 
				inPoint | Point2D | Point on the input image to be accessed | 
![]()  | 
				inInterpolation | InterpolationMethod | |
![]()  | 
				outPixel | Pixel | Output pixel | 
![]()  | 
				outValue | Real | Average pixel value | 
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description | 
|---|---|
| DomainError | Input point exceeds dimensions of an input image in GetImagePixel_Interpolated. | 
| DomainError | Unknown interpolation method in GetImagePixel_Interpolated. | 
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of GetImagePixel filter group.

 Advanced
