contour
Contour Mouse 1.4
Contour Mouse is a driver used for mice designed by Contour Design. more>>
Requirements:
- Mac OS X 10.1.2 or later
- Contour Design mouse.
GCContourPlotter
Generate contours and convert to vector/bezier form more>> Generate contours and convert to vector/bezier form
GCContourPlotter is a free Cocoa implementation of CONREC with additional code to efficiently convert to NSBezierPaths. If you have a need to plot contours in your Cocoa applicaiton, this may well be what you are looking for.
CONREC is a popular algorithm used for generating contour lines from three-dimensional height data. While more sophisticated algorithms certainly exist, for many uses CONREC is perfectly adequate, and has the advantage of being easy to understand and implement, reasonably fast, and well-known in the public domain.
Detailed information about the project and its usage can be found here.
System requirements:
- Xcode
Contour Shuttle 2.1.4
Designed for all Shuttle devices. more>> Designed for all Shuttle devices.
Contour Shuttle is a set that contains the driver(s) for all Shuttle devices: Contour Design ShuttlePRO V2, ShuttleXpress, and ShuttlePRO driver.
Featuring KeyComposer, and new Final Cut Pro/Express settings for the ShuttlePRO V2. Access Multiple Keystroke Combinations with One Touch with Key Composer, Macintosh audio/video application users can now assign multiple keystroke combinations, or macros, to execute from a single button on the ShuttlePRO V.2.
These macros can be executed either all at once, or step by step, giving ShuttlePRO V.2 users much more control over audio/video applications.
In Final Cut Pro for example, users can now:
- Automate repetitive multi-step tasks
- Group similar commands, views, or tools to a single button
- Control your VTR or camcorder with precision.
Enhancements
- New settings for Adobe CS3/4 Suite and Apples Final Cut Studio.
- Tested and confirmed Leopard support.
- Universal driver for Intel- and PowerPC-based Mac computers.
Contour Overdrive 1.3.7
Contour Overdrive - Driver for Contour USB mice: UniMouse, Perfit, etc. more>>
The mouse settings allow you to speed up your daily tasks by assigning useful actions to all the extra buttons in your USB mouse. Youll typically want to assign a control-click to the right button for easy contextual menu access, and use the middle button for auto-scrolling which makes it easy to scroll your documents using the mouse.
All the settings can be configured globally or on an application-specific basis. For games that already use InputSprockets, the Contour Overdrive provides all the needed hooks to support the device-specific configuration panels provided by the manufacturer. The Control Panel includes an active help feature that explains each command and option as you move the cursor around.
Enhancements:
- Fixed an incompatibility with the Griffin iMate ADB to USB adapter.
- Added visual cursor feedback fpr AutoScroll
- Rewrote most of the low-level part to get rid of the custom USB drivers and use Apples standard ones instead, which makes the Contour Overdrive fully compatible with Mac OS 9 and the new Game Sprockets. The custom drivers are still available for use under Mac OS 8.x without Game Sprockets, and a new option in the Options menu can activate and deactivate them.
Contour Mouse Driver 1.4
Contour Mouse Driver - Driver for Contour Design Perfit Mouse Optical, Perfit Mouse, UniMouse, MiniPro Mouse and RollerMouse more>>
Enhancements:
- Support for Mac OS 10.3 (Panther)
- RollerMouse version 2 enabled.
System requirements:
- USB port.
Contour ShuttlePRO series 1.1
Contour ShuttlePRO series - Driver & app settings for the ShuttlePRO, ShuttlePRO v.2 more>>
Contour SpaceShuttle A/V Driver 1.0
Contour SpaceShuttle A/VDriver contains the drivers for the Contour SpaceShuttle A/V hardware more>> Contour SpaceShuttle A/VDriver contains the drivers for the Contour SpaceShuttle A/V hardware.
Mac OS X 10.1 or later, Contour designs SpaceShuttle A/V.
Contour ShuttleXpress 1.0.5
Contour ShuttleXpress - Driver & app settings for ShuttleXpress more>>
Enhancements:
- New version for new product.
Tuwo 1.0
Free C++ library for tasks frequently encountered in high-level computer vision systems for object recognition and image classification more>> Free C++ library for tasks frequently encountered in high-level computer vision systems for object recognition and image classification
Computer vision is a subfield of computer science and deals with systems that can make sense of image information.
Building systems suited for high-level computer vision tasks such as object recognition and image classification requires the use of robust image statistics in the form of image features and machine learning algorithms to separate discriminative information from noise.
Tuwo is a C++ library that provides code to extract image features and learn decision functions from training data. Tuwo is suitable for high-level computer vision tasks.
The library should be used freely; in particular, extracting code as you deem necessary is encouraged. Tuwo is not intended to be a single monolithic library. To encourage free use, the library is licensed under the very liberal open-source MIT License.
Main features:
Machine Learning:
- k-means clustering
- nn/soft vector quantization and histograms
- mean shift clustering
- randomized decision tree ensembles
- structured support vector machine training, parallel
- conditional random field, MAP-MRF inference
Image Features:
- adaptive color histograms (CIE LAB, HSV, RGB)
- canny edge detection
- histogram of oriented gradients (HoG)
- local binary patterns (LBP)
- local self-similarity (LSS)
- oriented gradient histograms
- semantic texton forests
- region covariance
- textons
High-level Image Processing:
- mean shift segmentation
- tree-based segmentation (FH)
- normalized cut image segmentation
- image laplacians: matting laplacian, intervening contours, gradient
Input/Output:
- PASCAL VOC challenge XML metafile reader/writer

Yonka 1.0
Widget searches beautynhealth.com for yonka products. more>>
Yonka 1.0 is a program that helps you search BeautynHealth.com for Yonka Products including Yonka Specials, Cleansers, Toners, Soft Peels, Masks, Lip Care, Contours, Day Cream, Anti Aging, Night Preperation, Concentrates, Intense Care, Body Care, Solar, Mens Products. Links to store pages, fast and convenient.
Numerics.osax 1.1.2
Numerics.osax is a free Scripting Addition to provide advanced mathematical commands more>>
The computational features now include five Suites: Linear algebra, FFT and convolution, Image files, 3D array handling, and Numerical data files.
Main features:
- linear algebra (eigenvalues, linear systems solving, etc.)
- signal processing (1d, 2d, and n-d FFT, cross- and self-correlations, convolution, interpolation)
- image processing (import/export, particle analysis)
- 3D arrays (handling by reference, extraction, isosurfaces, stream lines).
Enhancements:
- Linear algebra: transpose, multmatrix, invertmatrix, solve linear system, compute eigenvalues, LUdecomposition, pivot, determinant
- Basic linear algebra and basic commands for inverting, diagonalizing, and decomposing a matrix. These commands support complex matrices. multmatrix performs the product of matrices and/with vectors: M x M, M x v, v x M, v x v.
- FFT and convolution: fft1d, fft2d, filterarray, convolve, correlate, interpolate
- Fast Fourier transforms: 1d, grouped, n-dimensional, and 2d. Use algorithms which time like N.Log N. Not powers of 2-limited. Convolution and correlation of two arrays, support periodic boundary conditions. Interpolation, linear or spline, supports periodic boundary conditions.
- Image files: imagefile bounds, convert imagefile, create imagefile, create grayimagefile, particles
- Basic commands for doing image processing: getting an images bounds, importing it as a numerical matrix and back, and doing particles analysis (get statistical info and contours of particles of an image).
- 3D array handling: open3D, close3D, list3Darrays, info3D, contents3D, extract3D, isosurface, streamline
- This Suite is to cope with 3D data and visualize them conveniently. Instead of manipulating the data in your script, you load them into memory and specify a name for them. Using the name you can extract whatever fraction of the data you really need. You can produce isosurfaces of a scalar field, and the stream lines of a vectorial field (results are triangle lists).
- Numerical data files: XNFGetArray, XNFSave, XNFdelete, XNFtoc
- This Suite introduces a new extensible data format, XNF (eXtensible Numerical File format.), extension .xnf. XNF files store binary 1D, 2D, and 3D arrays. One XNF file may contain arbitrarily many arrays of various kinds, stored under a variety of formats: the XNF file manages a Table of contents which specifies the properties of each array. Access to arrays is simply by name. Since the Table of contents is a XML, you can apply XPaths to retrieve a particular set of data. XMLLib osax required.
Xaos TypeCaster 1.15c
Xaos TypeCaster is a professional and smart tool which turns ordinary type into broadcast-quality 3D titles with depth, texture, and contours that lift off the page. more>>
Xaos TypeCaster 1.15c is a professional and smart tool which turns ordinary type into broadcast-quality 3D titles with depth, texture, and contours that lift off the page. The only 3D type program that works inside Photoshop, TypeCaster offers 30 built-in project looks you can use to create eye-popping type quickly and easily, even if you've never used a 3D program before. And you can change any look or create your own projects by varying the type font, color, texture, shape, bevel, or light source shading.
Graphing Calculator Viewer 1.5b3
Graphing Calculator Viewer is a tool which can view and interact with Graphing Calculator documents. more>>
Major Features:
- 2D curves
- 3D surfaces
- Inequalities
- Save movies
- Save for Web saves HTML & PNG files
- Save as RTF export to word processors
- Acts as a web helper application
- Polar, cylindrical, spherical coordinates
- Define functions and variables
- Piecewise defined functions
- Complex number arithmetic
Enhancements:
- Multiple equations
- Implicit curves and surfaces
- Parametric curves and surfaces
- Contour plots
- Density plots
- Color maps
- Coordinate transformations
- Vector fields in two and three dimensions
- Curves and surfaces in four dimensions
- Ordinary differential equations
- Direction fields
- Functions of complex variables
- Interactive complex parameters
- Complex parametric curves
- Conformal mapping
- Complex surfaces
- Mac OS X 10.4 or later.
Edgeworks 1.0
This download is a collection of 20 plug-in filters for use with Adobe Photoshop and other compatible host applications more>>
Edgeworks 1.0 is created to be a handy and smart collection of 20 plug-in filters which can be used together with Adobe Photoshop and other compatible host applications for highly effective results. These filters allow you to add edge, border, and contour effects to your images, as well as apply a variety of color effects. Create the look of chrome, glitter, corrosion, wood cuts, and so on.

Annotation Edit 1.7.9.6
Annotation Edit is considered as a flexible and effective tool, designed to allow you to give production houses and eLearning environments a smooth subtitle workflow for Apple DVD Studio Pro / Final Cut Pro, QuickTime WebTV and broadcast. more>>
Annotation Edit 1.7.9.6 is considered as a flexible and effective tool, designed to allow you to give production houses and eLearning environments a smooth subtitle workflow for Apple DVD Studio Pro / Final Cut Pro, QuickTime WebTV and broadcast.
zeitAnker Annotation Edit - a unique editor for professional subtitles, captions and annotations on Mac OS X 10.4
Major Features:
- Easy management and review of annotations from multiple authors.
- Annotate timecode, multiline text, rating, action, location, characters and more.
- Use any video format that QuickTime supports.
- Read native native time-code media offset.
- Support of Apple Remote Control for fast logging.
- Support of Contour Design Shuttle Products.
- Integrates standard QuickTime 1:1, 4:3 and 16:9 files seamlessly.
- Waveform time-line for visual response and editing.
- Instant audio spotting.
- Fast logging of transcripts with dutation based on words per minute.
- Final Cut Pro HDTV support.
- Adobe Flash CS3 caption export (Example here).
- JW FLV Player caption export (Example here).
- Use Apple Motion 3 templates for rendering text in Final Cut Pro 6.
- SCC closed captions are coming back to the Mac, at least to an affordable price and enclosed into an attractive application.
- Export closed captions (SCC) for use with Apple Compressor and QuickTime.(Example here and here).
- Export SubStation (SSA) open subtitles for use with Perian Example here.
- Use audio only for easy file transfer and exchange.
- Auto validation and correction of continuous entries
- Editing and preview with video overlay
- Quick logging mode ("Just press the button") Example here.
- Create subtitled QuickTime movies without compression loss.
- Import: Final Cut Pro XML (multiple sequence subtitle projects : several text types and sequence markers), STL EBU binary, browser edited files, DVD Studio Pro/Spruce .stl (utf-16, MacOSRoman), SubRip (almost any Windows encoding), MicroDVD,Avid DS, MS Excel XML.
- Import of DVD Studio Pro tracks. Subtitle text, timecode, style and position information can be imported directly. InqScribe Tabbed Text import.
- Import and export of italicstyle, alignment and vertical position with STL EBU
- Export to Apple Final Cut Pro, Apple DVD Studio Pro, Avid, standard exchange formats: STL EBU binary latin, STL EBU Arte N19,, QuickTime Text (full unicode support), Windows and Linux subtitle format: SubRip, batchlists (Final Cut Pro, Avid ALE), RTF with timecode. More file formats to come.
- DVD Studio Pro und Final Cut Pro wil support style and positioning for not colliding with pre-recorded lower thirds.
- Automatic text encoding recognition for DVD Studio Pro, Subrip srt and MicroDVD sub.
- Easy to add features with new plugins.
- Tight integration with Annotation Studio Server
- Already prepared for MPEG-7 metadata standard support.
- And not quite standard:
- Unlimited text entries
- Unlimited tracks
- Mostly unlimited undo
- And it is just fast and reliable ...
Enhancements:
- Blu-Ray BDN image export vs 1.7.7: Added backdrop option.
- FCP XML export revised backdrop option.
- EBU STL import: support for Ayato italic style.
- Revised several generic timed text importers.
Support of Contour Design Shuttle Products. Integrates standard QuickTime 1:1, 4:3 and 16:9 files seamlessly. Waveform time-line for visual response and editing. Instant audio spottingLicense:update/patch
License:update/patch
License:update/patch
License:update/patch

