gbvision.models package¶
Submodules¶
gbvision.models.basic_ops module¶
gbvision.models.cameras module¶
gbvision.models.contours module¶
-
class
gbvision.models.contours.FilterContours(min_area: float)[source]¶ Bases:
gbvision.utils.pipeline.PipeLineA pipeline factory that receives a list of contours and filters out all contours with an area less then defined to the pipeline
Parameters: min_area – the minimal area of a contour in order for it to pass the filter