Skip to content

Automatic sport court detection suite of functions

License

Notifications You must be signed in to change notification settings

openvolley/ovcourt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ovcourt

Automatic sport court detection suite of functions

Installation

You can install the development version of ovcourt from GitHub with:

## install.packages("remotes") ## if needed
remotes::install_github("openvolley/ovcourt")

Example

This is a basic example which shows you how to solve a common problem:

library(ovcourt)

image_file <- system.file("extdata/2019_03_01-KATS-BEDS-frame.png", package = "ovcourt")
court_df <- ov_detect_court(image_file = image_file, score_distance = "pattern-based",
                            lambda = 1e3)
ov_detect_court_plot(court_df, index = 1:4, plot.all.endpoints = TRUE)

About

Automatic sport court detection suite of functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages