Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

With these packages for Delphi the user can easily create VST plugins or ASIO applications within minutes. The included algorithms for filters and dynamics help to built effects without much knowledge of digital signal processing.

5.0
 
  0 reviews  |  11 users  |  524,473 lines of code  |  1 current contributor  |  Analyzed 23 days ago
 
 
Compare

Teem is a coordinated set of ANSI C libraries for manipulation, measurement, and visualization of structured scientific data. Includes N-dimensional image I/O and processing, volume rendering, diffusion tensor processing, ray tracing, PostScript rendering, and more. Teem includes command-line tools ... [More] that permit the library functions to be quickly applied to files and streams, without having to write any code. [Less]

5.0
 
  0 reviews  |  3 users  |  165,801 lines of code  |  4 current contributors  |  Analyzed 10 days ago
 
 

JAITools is a library for Java developers who work with raster images. It extends the Java Advanced Imaging (JAI) library, providing new image operators and utilities.

0
 
  0 reviews  |  2 users  |  25,452 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

Leptonica LibraryThe library supports many operations that are useful onDocument images Natural images Fundamental image processing and image analysis operationsRasterop (aka bitblt) Affine transforms (scaling, translation, rotation, shear) on images of arbitrary pixel depth Binary and grayscale ... [More] morphology, rank order filters, and convolution Seedfill and connected components Image transformations with changes in pixel depth, both at the same scale and with scale change Pixelwise masking, blending, enhancement, arithmetic ops, etc. Ancillary utilitiesI/O for standard image formats (jpg, png, tiff, bmp, pnm, gif, ps) Utilities to handle arrays of image-related data types (e.g., pixa, boxa, pta) Utilities for stacks, generic arrays, queues, heaps, lists; number and string arrays; etc. Examples of some applications enabled and implementedOctcube-based color quantization (w/ and w/out dithering) Modified median cut color quantization (w/ and w/out dithering) Skew determination of text images Segmentation of page images with mixed text and images jbig2 unsupervised classifier Border representations of 1 bit/pixel images and raster conversion for SVG Postscript wrapping (levels 1, 2) of images for device-independent output Connectivity-preserving thinning and thickening of 1 bit/pixel images Search for least-cost paths on binary and grayscale images Barcode reader for 1D barcodes (very early version as of 1.55) Implementation characteristicsEfficient: image data is packed binary (into 32-bit words); operations on 32-bit data whenever possible Simple: small number of data structures; simplest implementations provided that are efficient Consistent: data allocated on the heap with simple ownership rules; function names usually begin with primary data structure (e.g., pix) Robust: all ptr args checked; extensive use of accessors; exit not permitted Tested: thorough regression tests provided for most basic functions; valgrind tested Ansi C: automatically generated prototype header file Portable: endian-independent; builds in linux, osx, mingw, cygwin, windows Nearly thread-safe: no non-const global vars Documentation: large number of in-line comments; web pages for further background Examples: many programs provided to test and show usage of approx. 1600 functions in the library Open Source Projects that use Leptonicaphp (scripting language for dynamic web pages) tesseract (optical character recognition) jbig2enc (encodes multipage binary image documents with jbig2 compression) [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 2 days ago
 
 

Zarzamora Tools for Machine VisionDiverse tools are hosted here. All of them are small tools meant to make machine vision easier. Convolver BerryA tool to apply convolution filters for any image. Currently uses OpenCV. Very useful for teaching and for crafting kernels. QT OpenCV IplImage WidgetA ... [More] QT Widget for efficiently displaying an IplImage into a QT 4.x widget. Is directly based on QWidget, so it does not use any QLabel or QPixmaps, it paints directly onto a QWidget using a QPainter. If you just want to display an image is as easy as IplImage* img; ... image = new QOpenCVWidget; image.putImage(img);Get your fresh copy now from the downloads, or get the uber fresh by svn: svn checkout http://zarzamora.googlecode.com/svn/trunk/QOpenCV QOpenCV [Less]

0
 
  0 reviews  |  0 users  |  147 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 

The project is aimed toward support of neural network topologies of any type. At the moment pann library is capable of running feedforward propagation and least mean square learning algorithm on any network. You construct network step by step and library can train it, visualize it in 3D(using Qt ... [More] OpenGL). All algorithms of propagation(feedforward and training) are done in parallel, depending on processor count or your settings. Library uses Boost and Qt4. All external dependencies are kept as small as possible. Now all you need for functioning is boost. Qt4 is optional and used only for small visualization utility - pann_viewer. There are also a lot of programs. Most interesting is face finder. It constructs Convolution neural networks and trains it to distinguish between face/not-face. Development platform: CMake, Linux, MS Windows External dependencies: boost thread, boost date-time(only on windows), boost serialization, pthread(only linux), boost MPI(optional), qt4 (optional) For more details look wiki and doxygen comments in source code :) Comments and questiones are much appreciated. [Less]

0
 
  0 reviews  |  0 users  |  21,247 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

just a collection of image processing classes. initially for actionscript.

0
 
  0 reviews  |  0 users  |  165,179 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

VisiCode is an application to learn the algorithm of convolutional codes. The convolutional encoder is implemented as a shift register, the decoder as a trellis diagram which implements a maximum likelyhood decoder (MLD) with the viterbi algorithm. The application is in german only.

0
 
  0 reviews  |  0 users  |  4,813 lines of code  |  2 current contributors  |  Analyzed over 5 years ago
 
 

LV2 convolution plugin

0
 
  0 reviews  |  0 users  |  1,169 lines of code  |  2 current contributors  |  Analyzed 2 days ago
 
 

This is a simple and highly readable image processing library written in C++ that supports 256-color gray-scale bitmaps. Features include rotation, convolution, edge detection, frequency-based filtering, blurring techniques, median filtering for noise removal etc. The library is growing very fast and more features will be added continuously.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.