AccuratePoseDetectorOptions

  • AccuratePoseDetectorOptions provides configurations for the PoseDetector focused on achieving high accuracy in pose estimation.

  • It inherits options from PoseDetectorOptionsBase allowing for hardware acceleration choices (CPU, GPU, or both) and processing modes (single image or continuous stream).

  • A dedicated builder class, AccuratePoseDetectorOptions.Builder, facilitates the creation and customization of these options.

  • Developers can leverage these options to fine-tune the pose detection process according to their specific accuracy and performance requirements.

public class AccuratePoseDetectorOptions extends PoseDetectorOptionsBase

Options for PoseDetector with models optimized for accuracy.

Nested Class Summary

class AccuratePoseDetectorOptions.Builder Builder for AccuratePoseDetectorOptions

Inherited Constant Summary

Inherited Method Summary