zones: Define Zones of Interest

View source: R/zones.R

zonesR Documentation

Define Zones of Interest

Description

With zones the user determines the zones of interest, using the background.jpg previously created. Zones of interest are used to calculate information such as time in seconds, number of visits, or order of zones visited.

Usage

zones(image.jpg = NA, nzones = 1, pzones = 4)

Arguments

image.jpg

Background image in .jpg format

nzones

Number of interest zones in the video

pzones

Number of points to select the zone of interest

Value

A table containing the x and y axis values for each zone of interest.

Examples

zones('image.jpg = bg.image', nzones = 2, pzones = 4)


kalebepinto/swistrackr documentation built on June 30, 2022, 6:35 a.m.