{
  "name": "threshold",
  "description": "Thresholding is used to create binary images",
  "inputs": {
    "threshold": {
      "type": "select",
      "desc": "Type of Thresholding",
      "default": "Manual Thresholding",
      "values": ["Manual Thresholding", "Automatic Thresholding"]
    },
    "input": {
      "type": "range",
      "desc": "Threshold Value",
      "default": "120",
      "min": "0",
      "max": "255",
      "step": "1"
    }
  },
 "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#threshold"
}
