Filter blobs by area / random / top-N → Blobs
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
Blobs | BlobData |
MinArea | float |
MaxArea | float |
Keep | float |
Output ports
| Port ID | Type |
Blobs | BlobData |
Scriptable members
| Path | Type |
minAreaInput | float |
maxAreaInput | float |
keepInput | float |
currentMinArea | float |
currentMaxArea | float |
currentKeep | float |
currentTopN | int |
currentSeed | int |
Synapse Apps (scripting)
await synapse.modules.create({ type: "BlobFilter" })