Skip to content

Latest commit

 

History

History

BoneDetecter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bone Detecter

This project is a sample of SwiftOpenPose.

Bone Detecter exports a video with detected bones to photo library.
You can shoot or select a video to detect bones.

Demo

before1 after1

before2 after2

Environment

  • iOS11
  • Xcode9

Dependencies Library

Usage

For using this app, you need to accept requests to access your camera and photo library.

Shoot a Video to Detect Bones

usage1

  1. Tap ● to start recording.

  2. Tap ■ to stop recording.

  3. An original video and a video with detected bones will be exported in photo library.

Select a Video to Detect Bones

usage2

  1. Tap the thumbnail at the lower left corner of the screen.
    (When there are no videos in photo library, the thumbnail is not displayed)

  2. Select a video.

  3. A video with detected bones will be exported in photo library.

Reference