IPD - Image Processing Design Toolbox


Table of Contents

I. IPD - Image Processing Design Toolbox
AnalyzeBlobs — calculates features of blobs
BottomHat — applies morphological bottom hat filter to an image
CalculateOtsuThreshold — calculates threshold by Otsu method
CloseImage — applies a morphological closing filter to an image
CreateCumulatedHistogram — calculates cumulated gray level histogram
CreateFeatureStruct — generates a struct that can be used as input parameter for AnalyzeBlobs
CreateHistogram — calculates the gray level histogram of an image
CreateStructureElement — generates a structuring element for morphological filters
DilateImage — applies a morphological dilation filter to an image
DrawBoundingBoxes — draws bounding boxes into an image
ErodeImage — applies a morphological erosion filter to an image
FilterBySize — filters out blobs that have less pixels than a lower bound or more pixels than an upper bound.
OpenImage — applies a morphological opening filter to an image
PadImage — appends rows and columns to an image
SearchBlobs — searches the connected regions in a binary image
SegmentByThreshold — segments image by a threshold
ShowImage — displays an image in a figure window
TopHat — applies morphological top hat filter to an image
rgb2ind — converts an RGB image to an indexed image