File XTension

Custom Filter

Author: Chi-Li Chiu

Published: 01 Oct 2017 · Last updated: 05 Mar 2021

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

Downloads

  • custom_filter_3fdc3d13-946b-407e-8b62-a02914be7e30.zip

← Back to Open