Occlusogram API

🔹 Description:
These two APIs process upper and lower occlusogram images to perform tooth segmentation and detect two specific keypoints (mesial and distal) for each existing tooth in the image. The resulting keypoints are returned in the response, and an annotated image is optionally saved.
🦷 What is the purpose of this API?

• To identify the position of mesial and distal points on each detected tooth in occlusogram images. These anatomical landmarks are essential for further orthodontic or occlusion analysis, such as catenary curve fitting and arch form measurement
🕐 When to use it?
Use these APIs when:
• After obtaining an occlusogram image (upper or lower)
• When mesial and distal landmarks are required for treatment planning
• To generate structured data and visuals for automated dental arch form evaluation
🔹 Notes:
• Teeth that are not detected will not appear in the results.
• The returned Results dictionary contains midpoints (representing average between mesial and distal) for a simplified overview.
• The Teeth dictionary contains detailed mesial (tXX) and distal point coordinates for each identified tooth.
• Catenary Points represent key plotted points to build a smooth arch curve across all teeth.
.

Sample Output Images from Occlusogram API

Footer