Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Ikomia API documentation
Logo
Ikomia API documentation
  • Getting Started

Advanced Ikomia Guide

  • Going deeper with workflows
    • The ik auto-completion system
    • Input/Output management
    • Save and load your workflow
  • Create and integrate your algorithm in workflows
    • How to add parameters to your algorithm
    • How to make a nice widget for your algorithm
    • Specific I/O for your algorithm

Tutorials

  • First Steps with Camera Stream Processing with Ikomia
  • First Steps in Object Detection with Ikomia API

Bonus

  • How to create a virtual environment

Development

  • API Reference
    • PyUtils
      • ApiLanguage
      • CException
      • CMemoryInfo
      • CpuArch
      • CTimer
      • OSType
      • PluginState
    • PyQtUtils
    • QtConversion
    • DisplayIO
    • PyCore
      • IODataType
      • MeasureId
      • CMeasure
      • CWorkflowTaskIO
      • CWorkflowTaskIOFactory
      • CWorkflowTaskParam
      • ActionFlag
      • AlgoType
      • TaskType
      • CWorkflowTask
      • CWorkflowTaskWidget
      • CPointF
      • GraphicsItem
      • GraphicsShape
      • CGraphicsItem
      • CGraphicsComplexPolygon
      • CGraphicsEllipse
      • CGraphicsPoint
      • CGraphicsPolygon
      • CGraphicsPolyline
      • CGraphicsRectangle
      • CGraphicsText
      • GraphicsEllipseProperty
      • GraphicsPointProperty
      • GraphicsPolygonProperty
      • GraphicsPolylineProperty
      • GraphicsRectProperty
      • GraphicsTextProperty
      • CGraphicsConversion
    • Task
      • TaskParam
    • PyDataProcess
      • CPluginProcessInterface
      • CTaskFactory
      • CWidgetFactory
      • CArrayIO
      • CBlobMeasureIO
      • CDatasetIO
      • CDataStringIO
      • CGraphicsInput
      • CGraphicsOutput
      • CImageIO
      • CInstanceSegmentation
      • CInstanceSegmentationIO
      • CObjectKeypoints
      • CKeypointLink
      • CKeypointsIO
      • NumericOutputType
      • CNumericIO
      • CObjectMeasure
      • CObjectDetection
      • CObjectDetectionIO
      • CPathIO
      • CSemanticSegmentationIO
      • CTextField
      • CTextIO
      • CVideoIO
      • CWidgetOutput
      • PlotType
      • C2dImageTask
      • C2dImageInteractiveTask
      • CClassificationTask
      • CDnnTrainTask
      • CIkomiaRegistry
      • CInstanceSegmentationTask
      • CKeypointDetectionTask
      • CObjectDetectionTask
      • CSemanticSegmentationTask
      • CTaskInfo
      • CVideoTask
      • CVideoOFTask
      • CVideoTrackingTask
      • CWorkflow
      • CWidgetFactory
    • Registry
      • IkomiaRegistry
    • Workflow
      • Workflow
    • DatadictIO
      • DataDictIO
    • DnnTrain
      • TrainProcess
    • DatasetIO
      • IkDatasetIO
    • Dataset
    • Torchvision models
    • TorchDatasetMapper
  • Release Notes
Back to top
View this page

CKeypointLink¶

class ikomia.dataprocess.pydataprocess.CKeypointLink¶

Store link information between two keypoints (class properties): starting point index, ending point index, label and color. It is used within workflow input/output of type CKeypointsIO.

Attributes

start_point_index

Starting point index (int)

end_point_index

Ending point index (int)

label

Link label (str)

color

Link color [r, g, b]

Next
CKeypointsIO
Previous
CObjectKeypoints
Copyright © 2023, Ikomia SAS
Made with Sphinx and @pradyunsg's Furo
On this page
  • CKeypointLink
    • CKeypointLink