refIDtoIndex: Ref ID to index

View source: R/refIDtoIndex.R

refIDtoIndexR Documentation

Ref ID to index

Description

Converts a depthmapX "Ref" ID to the indices (x,y) of a pixel

Usage

refIDtoIndex(refID)

Arguments

refID

The Ref ID

Value

A pair of indices (x,y)

Author(s)

Petros Koutsolampros

Examples

idx = refIDtoIndex(852645)
# outputs:
#    i   j
# 1 13 677

orange-vertex/rdepthmap documentation built on Oct. 26, 2023, 7:40 a.m.