Download OpenAPI specification:Download
REST-API Service für ImmoMOM von CASTL zur Bearbeitung und Klassifizierung von Bildmaterial.
Accepts Image and JSON with 3 strength modifiers and returns an enhanced Image based on those 3 Strength Modifiers.
image | string <binary> |
object (StrengthModifierNeurop) |
{ "image": null, "mod_strength": { "contrast": 1, "brightness": 1, "cold": 1 } }
{- "msg": "string",
- "type": "string"
}
Accepts Image and JSON with 1 strength modifier and returns an enhanced Image based on this Strength Modifier.
image | string <binary> |
mod_strength | object |
{ "image": null, "mod_strength": null }
{- "msg": "string",
- "type": "string"
}