what :
Home > Search > combine

Objectspage : 1 2
thresh External Combine numbers into a list, when received close together
Collects items into a list if they appear within a certain amount of time
v.composite External v.composite takes four arguments: the number of input streams to combine, the format (grays/yuv/rgb), and the width and height of output streams.
v.composite takes four arguments: the number of input streams to combine, the format (grays/yuv/rgb), and the width and height of output streams. The v.composite object will have ěnumber of input streamsî inlets, one for each input stream. If the format and size arguments are supplied, the v.composite will act as a fixed size context for compositing ( so that for example, multiple 320 x 240 images can be composited into a 640 x 480 image) If they are not supplied, then the output size of the v.composite will match that of the stream coming in the first inlet. The v.composite object uses any alpha channels in incoming streams to determine the transparency of that stream. Streams are composited in right to left order (i.e. with the leftmost stream sitting on top of all the others).
v.packrgb External v.packrgb takes 3 gray scale streams and combines them into an rgb image.
v.packyuv External v.packyuv takes 3 gray scale streams and combines them into an yuv image.
v.packyuv takes 3 gray scale streams and combines them into an yuv image. N.B. the u and v streams are assumed to be signed. 0 - 127 are positive values and 128 - 255 are actually -128 to -1. (Note that this is different from the pseudo-signed images like those from v.motion (signed mode) where 0 - 127 are really negative and 128 - 255 are positive. To convert an unsigned or pseudo-signed int8 stream to a signed int8 stream or vice versa, you can use a v.xor 128 object.
v.packy_uv External v.packy_uv takes 2 gray scale streams and combines them into an yuv image.
v.packy_uv takes 2 gray scale streams and combines them into an yuv image. The first stream is the y values. The second stream contains the u and v values (alternating u then v then u) each at 1/2 the resolution of the y components. The yyyy stream and the uvuv streams are packed into a yuyvyuyv stream (normal yuv) N.B. the u and v streams are assumed to be signed. 0 - 127 are positive values and 128 - 255 are actually -128 to -1. (Note that this is different from the pseudo-signed images like those from v.motion (signed mode) where 0 - 127 are really negative and 128 - 255 are positive. To convert an unsigned or pseudo-signed int8 stream to a signed int8 stream or vice versa, you can use a v.xor 128 object.
v2_max.sick.lms100 External Light detection and ranging (LIDAR) instruments provide a fast and accurate way to track objects in 2 dimensions. V2_Lab's v2_max.sick.lms100 object for Max5 makes the SICK's Laser Measurement System LIDAR available inside Max.
A laser rangefinder is a device which uses a laser beam to determine the distance to a reflective object. SICK's Laser Measurement System (LMS) range of devices combines infrared laser rangefinder with a mechanically moving mirror and special optics to implement a LIDAR (Light Detection And Ranging) – an optical remote sensing instrument that measures properties of scattered light to find range and/or other information of a distant target.

V2_Lab has developed a Max5 external object that provides a simple interface to the Laser Measurement System from Max5 programming environment. The object allows configuring operating mode of the device and passes in scan data as lists of numbers. To inspire the users the example patch demonstrates simple background / foreground segmentation and blob detection.

At the moment the object supports a single model of SICK's LIDARs – LMS100, but we hope to add support for other models with time. (In fact, it probably supports the outdoor counterpart of the LMS100 – LMS111, although we haven't tested it)
page : 1 2

Libraries
Panaiotis Objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='122' Panaiotis The Mac version is UB.

These Max objects have been enhanced since the documentation to the left was written. Help files for the objects provide information on enhancements.

The matrix object has been substantially upgraded. It now combines features of unpack, spray, funnel, append, and prepend into one object. This makes a great object to place between controllers and jit objects because it acts like a multi-prepend. There are new configuration commands and enhancements to the old: even, odd, mod,and range, among others). Most commands can be applied to inlets of outlets. There is also a mute function that adds another layer of control. Matrixctrl support has been enhanced. See the help file for full details and examples.

Most other objects now fully support floats. RCer and autocount will count in float values, not just integers.

Notegen16 is a 16 channel version of its predecessor: notegen. It is more generalized and much more efficient.

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 97797695 members connected RSS
Site under GNU Free Documentation License