DetectBlurResponse

dermatology-apiai-dermatologymedical-imagingtelemedicineskin-analysisrest-apiopenapillms-txtce-markedwhite-labelhealthcaremedical-aicomputer-visionmedical-deviceicd-10image-classificationclinical-decision-supporttriage

Properties

Name Type Description
is_blurry boolean True if the image is considered blurry
variance number The computed variance of the Laplacian (blur metric)
View JSON Schema on GitHub

JSON Schema

autoderm-ai-dermatology-api-DetectBlurResponse.json Raw ↑
{
  "properties": {
    "is_blurry": {
      "type": "boolean",
      "title": "Is Blurry",
      "description": "True if the image is considered blurry"
    },
    "variance": {
      "type": "number",
      "title": "Variance",
      "description": "The computed variance of the Laplacian (blur metric)"
    }
  },
  "type": "object",
  "required": [
    "is_blurry",
    "variance"
  ],
  "title": "DetectBlurResponse",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.autoderm.ai/schemas/DetectBlurResponse.json"
}