what :
Home > Search > line

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
toxine External read and write file from/to disk by lines
trans-lin Abstraction linear transition
Int in left inlet outputs the nth member of a linear transition between a start value and an end value in n steps , whereas "steps" is the number of row elements (between start and end value) minus one.
tripleLine External Generate lists (3 floats) by specified span
v.bounds External v.bounds calculates the bounding rectangle of the non-black areas of the image.
v.bounds calculates the bounding rectangle of the non-black areas of the image. It has some features to improve its performance where there might be bits of noise outside the area of maximum concentration. v.bounds finds the top- and bottom-most lines and left- and right-most columns such that noise_tolerance amount of the image mass is outside the defined bounds. In other words, if noise_tolerance is 0.1, then the starting value for the top will be the line in which the accumulated total of pixel values becomes larger than 0.1 times the total sum of all pixel values in the image. From this initial bounding rectangle, v.bounds works backwards, expanding to include consecutive lines or columns which have at least noise_threshold total pixel value. This tends t
v.deinterlace External v.deinterlace takes a stream and outputs a same-sized stream made up of either the even or odd lines of the original with intervening lines being made up of the average of the lines above and below.
v.fields External v.fields takes one stream as input and outputs the even lines through outlet 1 and the odd lines through outlet 2.
v.fields takes one stream as input and outputs the even lines through outlet 1 and the odd lines through outlet 2. The output streams are 1/2 the vertical resolution of the input stream.
v.hslhistogram External v.hslhistogram performs a 3 dimensional histogram according to hue, saturation and luminance.
v.hslhistogram performs a 3 dimensional histogram according to hue, saturation and luminance. The result is output as a 2-dimensional video frame with hue represented in the x axis, and the y-axis grouped into 8 saturation sections, which are themselves each made up of 8 lines of video representing 8 levels of luminance. This image is mostly useful only as a monitor. Hue is divided into 64 sections while saturation and luminance are divided into 8. The hue saturation and luminance of the most common colour is output as well. If the range of colour is limited, the resolution in that range can be increase so that the whole resolution of the histogram is used to encode and evaluate the desired range.
v.interlace External v.interlace takes two streams and inputs and interlaces their video lines.
v.interlace takes two streams and inputs and interlaces their video lines. The horizontal lines from the leftmost stream are placed in the even lines of the output stream. The horizontal lines from the rightmost stream are placed in the odd lines of the output stream. The resulting output stream has twice the vertical resolution of the input stream. The two input streams should be the same size and format.
vb.aubio~ External offline onset/transient detection
offline onset detection of buffer based audio data using aubio framework by Paul Brossier
http://aubio.org/
vb.delayA~ External a fractional delay line using first-order allpass interpolation and feedback.
vb.linCongru~ External linear congruential pattern generator
Xgain~ Patch scales linear values [0-127] to gain, in a tasteful manner
XmtoFact Patch Scales linear values to non-linear speed factors.
Scales linear values to non-linear speed factors. The first argument sets the reference note, the optional second the scaling factor.
XmtoFlact Patch Scales linear values to non-linear speed factors.
Scales linear values to non-linear speed factors. Does it the same as XmtoFact but uses a lookup table, hence its limitation on the input which has to be an integer in the range [0, 127]. The first argument sets the reference note, the optional second the scaling factor.
XtimeScale_0 Patch Scales linear values [0, 127] to non-linear time [ms]
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14

Libraries
A-Chaos Lib
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='21' Sier library of non-linear strange attractors for max under macintosh sys, extended from Richard Dudas Chaos Collection, including the source (24 dynamic non-linear systems:: a-baker, a-clifford, a-collatz, a-duffing, a-fibonacci, a-ginger, a-henon-heilles, a-henon, a-henonf, a-henonphase, a-ikeda, a-jong, a-logistic, a-logistic1, a-lorenz, a-lorenz.e,a-lyapunov, a-navier-stokes, a-navier-stokes.e, a-rossler, a-stein, a-stein1, a-torus and a-verhulst)
cv.jit
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='19'Jean-Marc Pelletier cv.jit is a collection of max/msp/jitter tools for computer vision applications. The goals of this project are to provide externals and abstractions to assist users in tasks such as image segmentation, shape and gesture recognition, motion tracking, etc. as well as to provide educational tools that outline the basics of computer vision techniques.
Jeroen_ChaosLib
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='98'Jeroen Liebregts This set of objects is capable of generating an infinite amount of attractors by automatically constructing nonlinear equations. These formulas are of the type quadratic and cubic, so their highest term is to the power of two (quadratic) or three (cubic). The quadratic equations go up to four dimensions, the cubic up to three. Example patches are included.
p.jit.gl.tools
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='123' Pelado the p.jit.gl tools are designed to provide for easier learning of and experimenting with the many attributes that are available to jitter's gl objects by making them a whole lot more transparent and accessible. patches expose jitter gl object's attributes to interfaces that allow you to immediately edit and change an attribute's value. many of the parameters are attached to blines, which provide smooth changes while rendering, and all settings can be saved and recalled as presets using the pattrs that are embedded in the patches.
SFA Max/MSP Library
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='172'Stefano Fasciani The SFA-MaxLib is a collection of Max/MSP objects developed in the context of the VCI4DMI. It includes functions and utilities in the form of FTM externals, FTM abstractions and Max abstractions. FTM is a shared library for Max/MSP developed by IRCAM, which provides a small and simple real-time object system and a set of optimized services to be used within Max/MSP externals.

List of FTM Externals: sfa.eig - eigenvalues; sfa.inputcombinations - combination generator; sfa.levinson - levinson-durbin recursion; sfa.lpc2cep - lpc to cepstra conversion; sfa.rastafilt - rasta filter; sfa.rmd - relative mean difference; sfa.roots - polynomial roots;

List of Abstractions: sfa.bark.maxpat - energy of the Bark bands from time domain frame;sfa.bark2hz_vect.maxpat - Herts to Bark conversion;sfa.barkspect.maxpat - energy of the Bark bands from spectrum; sfa.ceil.maxpat - ceil function; sfa.featfluxgate.maxpat - gated distance on stream of feature vectors; sfa.fft2barkmx.maxpat - utility sub-abstraction of sfa.bark; sfa.fft2barkmxN.maxpat - utility sub-abstraction of sfa.barkspect; sfa.hynek_eq_coeff.maxpat - hynek equalization coefficients; sfa.hz2bark.maxpat - Hertz to Bark conversion; sfa.hz2bark_vect.maxpat - Hertz to Bark conversion for vectors; sfa.hz2mel.maxpat - Hertz to Mel conversion; sfa.idft_real_coeff.maxpat - utility sub-abstraction of sfa.rasta-plp; sfa.maxminmem.maxpat - minimum and maximum of a stream of data; sfa.mfcc.maxpat - MFCC coefficients; sfa.modalphafilter.maxpat - 1st order IIR lowpass on a stream of vectors; sfa.nonlinfeqscale.maxpat - linear spectrum to Bark or Mel scale conversion; sfa.rasta-plp.maxpat - PLP and RASTA-PLP coefficients; sfa.spectmoments.maxpat - 4 spectral moments (centroid, deviation, skewness, kurtosis); sfa.3spectmoments+flatness.maxpat - 3 spectral moments (centroid, deviation, skewness) and the spectral flatness; sfa.spectralflux.maxpat - spectral flux on stream of spectrum vectors; sfa.spectralfluxgate.maxpat - gated spectral flux on stream of spectrum vectors; sfa.std.maxpat - standard deviation; sfa.win_to_fft_size.maxpat - smaller FFT size given frame size; sfa.GCemulator.maxpat – 3D gestural controller emulator;

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