Skip to content
Snippets Groups Projects
Commit 6c9a8cef authored by s214735's avatar s214735
Browse files

fix

parent 661df3cf
Branches
Tags
No related merge requests found
...@@ -23,7 +23,7 @@ def plot_cc( ...@@ -23,7 +23,7 @@ def plot_cc(
connected_components (CC): The connected components object. connected_components (CC): The connected components object.
component_indexs (list | tuple, optional): The components to plot. If None the first max_cc_to_plot=32 components will be plotted. Defaults to None. component_indexs (list | tuple, optional): The components to plot. If None the first max_cc_to_plot=32 components will be plotted. Defaults to None.
max_cc_to_plot (int, optional): The maximum number of connected components to plot. Defaults to 32. max_cc_to_plot (int, optional): The maximum number of connected components to plot. Defaults to 32.
overlay (optional): Overlay image. Defaults to None. overlay (np.ndarray, optional): Overlay image. Defaults to None.
crop (bool, optional): Whether to crop the image to the cc. Defaults to False. crop (bool, optional): Whether to crop the image to the cc. Defaults to False.
display_figure (bool, optional): Whether to show the figure. Defaults to True. display_figure (bool, optional): Whether to show the figure. Defaults to True.
color_map (str, optional): Specifies the color map for the image. Defaults to "viridis". color_map (str, optional): Specifies the color map for the image. Defaults to "viridis".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment