Plugins Menu
This menu allows access to custom plugins.
The plugins should be placed under im_browser->Plugins directory as PLUGIN_GROUP_NAME/PLUGIN_NAME, where PLUGIN_GROUP_NAME is a directory with similarly grouped plugins. PLUGIN_NAME - is a directory with the actual plugin. The PLUGIN_NAME directory should be the same as the main function of the plugin, for example plugin_name.m. So the full filename may look like this:
c:\Matlab\Scripts\im_browser\Plugins\MyPlugings\plugin1\plugin1.m
By default there is a folder Plugins->Tests that has two plugins: otsuThresholding and guiTutorial. See more in the corresponding tutorials.
Back to Index --> User Guide --> Menu