I would like to visualize the partitioning of a number of MSER regions by plotting them in different colors, but the MSERRegions.plot()
method from the Computer Vision toolbox doesn't accept a 'Color'
argument. Nor does using hold all
cause subsequent plots to cycle through colors. (All of the region ellipses are drawn in bright green, always.)
Here is an example plot to clarify what I'm trying to do:
I have partitioned the regions below into three separate groups, and I want to plot each group in a different color. Is there a simple way to do this?