注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
NI VISION Assistant 2017版本增加一个工具(Processing Functions):个工具名字Flat Field Correction
Creating a Bright Field Image Using Vision Assistant StepsTo create a bright field image in Vision Assistant, make a script with the following steps:
Acquire an image.
- Add an Image Buffer step to save the acquired image.
- Add a Filters step. Select a Smoothing - Low Pass filter with a large Filter Size, or a Smoothing - Gaussian filter with a large Kernel Size. You can also use your own algorithm. This creates a bright field image.
- Add an Image Buffer step to save the bright field image.
- Add an Image Buffer step to retrieve the original acquired image stored in the first buffer step you created.
- Add a Flat Field Correction step. Select the Correction with specified bright field image option and set the Image Buffer to retrieve the bright field image.
The script should resemble the following image:
|