• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

Track (Vector3D)

Author: velcrome
Date: 22 Jun, 2014
Category: module

Download

64bit

1-Track (Vector3D).7z
27 Jun, 2014 - 16:26
Version 1.1
0-Track (Vector3D).7z
22 Jun, 2014 - 00:14
Version 1.0 incl. Help Patches

Description

This contribution helps to restore a certain spread order from a unordered list of coordinates. This is necessary if you do touch detection or even 3D blob tracking yourself or if you use a Tracker, that handles IDs badly.

Instead of doing it in a plugin, I tried to do as much as possible with good oldschool patching. It would not have worked without the advanced spread nodes, so thanks to woei.

The upload includes generic plugin NearestPair, which can be used similarily to ConnectAll or NearestNeigbour.

Edit: This contribution is part of the PointCloud toolkit and its most current version can be found at github.

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
tekcor
22 Jun, 2014 - 19:29

Hey velcrome nice one this is very usefull. Will try to use it next time the dynamic spread + Unique ID problem comes up again. So far I worked in this case with a fixed spread size in this case and dynamically isert at certain slices the elements of the dynamic spread.

Noir
23 Jun, 2014 - 00:05

Tnx for sharing

velcrome
27 Jun, 2014 - 16:29

Found some inconsistencies when reactivating ghost IDs and fixed them. also I am now caching Ghost IDs in a special (generically implemented) Cache (Vector3D), that automatically removes IDs depending on their age.

circuitb
04 Jul, 2014 - 01:41

brillant

Gareth.Griffiths
09 Jul, 2014 - 08:12

Very nice. This has potential uses for sensors other than just touch too!

velcrome
15 Feb, 2015 - 22:51

This contribution is part of the PointCloud toolkit and its most current version can be found at github.

mediadog
19 May, 2015 - 18:05

This is very useful, and would be even more so if there was a "Previous Slice" output so other associated data could be easily re-ordered. I could not see how to easily modify this patch, so I am using another NearestPairs node after it to get the previous slice positions. Or is it here somewhere and I'm missing it? Thanks!

velcrome
20 May, 2015 - 19:04

you are correct, and if you download the most current version here you will see your dream come true ;)

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top