ailiaDestroyPoseEstimator method

void ailiaDestroyPoseEstimator(
  1. Pointer<AILIAPoseEstimator> pose_estimator
)

~japanese @brief 検出オブジェクトを破棄します。 @param pose_estimator 検出オブジェクトポインタ

~english @brief Destroys the estimator instance. @param pose_estimator An estimator instance pointer

Implementation

void ailiaDestroyPoseEstimator(
  ffi.Pointer<AILIAPoseEstimator> pose_estimator,
) {
  return _ailiaDestroyPoseEstimator(
    pose_estimator,
  );
}