To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates how to scale images to a specific range.
Description
When working with images, one may find it necessary to deaden features that fall outside a certain pixel range. We can do this by creating our own customized scale the coerces out of bounds pixel values and scales our subset data to fall within a set pixel range. This has the effect of smoothing image data, allowing easier identification of features.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.