DICOM-MCP

by shaunporwal

crop-dicom-image

Remove a specified percentage of boundary areas from loaded DICOM medical images to focus on essential regions. Input includes Series UID and boundary percentage for precise cropping.

Instructions

Crop a loaded DICOM image by removing boundary percentage

Input Schema

NameRequiredDescriptionDefault
boundary_percentageNoPercentage of image to crop from each boundary (0.0-0.5)
series_uidYesSeries UID of the loaded DICOM image

Input Schema (JSON Schema)

{ "properties": { "boundary_percentage": { "description": "Percentage of image to crop from each boundary (0.0-0.5)", "type": "number" }, "series_uid": { "description": "Series UID of the loaded DICOM image", "type": "string" } }, "required": [ "series_uid" ], "type": "object" }

You must be authenticated.

Other Tools from DICOM-MCP

Related Tools

ID: saip1qtdwz