{ "body": "\ncv_analysis.figure_detection.figures module#\n\n\ncv_analysis.figure_detection.figures.detect_large_coherent_structures(image: ndarray)#\nDetects large coherent structures on an image.\nExpects an image with binary color space (e.g. threshold applied).\n\nReturns:\ncontours\n\n\nReferences\nhttps://stackoverflow.com/questions/60259169/how-to-group-nearby-contours-in-opencv-python-zebra-crossing-detection\n\n\n\n", "title": "cv_analysis.figure_detection.figures module", "sourcename": "modules/cv_analysis.figure_detection.figures.rst.txt", "current_page_name": "modules/cv_analysis.figure_detection.figures", "toc": "
Detects large coherent structures on an image.\nExpects an image with binary color space (e.g. threshold applied).
contours
References
https://stackoverflow.com/questions/60259169/how-to-group-nearby-contours-in-opencv-python-zebra-crossing-detection
detect_large_coherent_structures()