Nodes/ComfyUI-CVOverlay/CV Blob Tracker
ComfyUI Node

CV Blob Tracker

A ComfyUI node in CV/Tracking with 11 inputs and 3 outputs.

By joosthel·Created about a year ago·Updated about a year ago· 6
CV Blob Tracker
  • image
  • image
  • blobs
  • tracks
detection_threshold0.75
min_blob_size300
max_blob_size12000
blur_radius20
max_blobs50
enable_plexusfalse
max_connections15
plexus_distance200
video_iddefault
reset_trackingfalse
CategoryCV/Tracking

Inputs (11)

NameTypeDefaultDescription
imageIMAGE
detection_thresholdFLOAT0.750.01–1Lower = more sensitive, Higher = only brightest spots
min_blob_sizeINT30010–5000Minimum blob size in pixels - filters out noise
max_blob_sizeINT12000500–100000Maximum blob size in pixels - prevents huge regions
blur_radiusINT201–100Blur radius for stability - higher values extend tracking borders and reduce noise
max_blobsINT501–1000Maximum number of tracked blobs
enable_plexusBOOLEANfalseEnable plexus connections between blobs
max_connectionsINT155–100Maximum plexus connections
plexus_distanceINT20050–5000Maximum distance for plexus connections
video_idoptSTRINGdefaultUnique ID for this video sequence
reset_trackingoptBOOLEANfalseReset all tracking memory

Outputs (3)

NameTypeDescription
imageIMAGE
blobsCV_BLOBS
tracksCV_TRACKS