Applications
This XT allows user to apply Matlab built-in or custom made 2D image filter on specific channel and generate a new filtered channel. Built-in filter example: In the dialog window, type imboxfilt(ch1) will implement 2-D box filtering to all slices in ch1 and create a new channel Custom filter example: user makes a filter function J = NewFilter(I,arg1,arg2), where I is input image and J is filtered image. In the dialog window, type NewFilter(ch2,arg1,arg2) will create filtered ch2 as a new channel
Download file