Vstray

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - NDI Camera
Introduced first in SolidGeometry 1.0, Creation date: 2010-09-01, Last change: 2025-08-19

returns the list (n x 3) of visible stray markers by the NDI camera



See Also: Vreset , Vstat , VTset , VTget , VTgetp , VTlearn , VTget2 , VTget2p

Example Illustration

 missing image of Vstray

Syntax

[L,n,t]=Vstray

Output Parameter

L: is a list of position vectors.
n: is the number of positions in the vector (redundant)
t: is the time of measurement




Copyright 2010-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This function, Vstray, is designed to return a list of all stray markers detected by a tracking system. It is part of the SG-Library and interacts with a global variable, vicra_global, which is expected to be initialized by the Vicra driver.

Input Parameters

The function does not take any input parameters directly when called. Instead, it relies on the global variable vicra_global to be properly initialized and configured.

Output Results

Algorithm Steps

  1. The function begins by checking if the global variable vicra_global is empty.
  2. If vicra_global is empty, an error is thrown with the message: "Vicra driver not initialized. Please call VTReset first."
  3. If vicra_global is initialized, the function proceeds to call the vstray method on vicra_global.
  4. The vstray method returns four outputs: L, n, tcam, and tpc.
  5. These outputs are then returned by the function to the caller.

Assumptions

Algorithm explaination created using ChatGPT on 2025-08-19 00:13. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21