Creating C# Wrappers for Intel Integrated Performance Primitives Using Microsoft .NET Interoperability Mechanisms
This document as well as the software described in it is furnished under license and may only be used or copied in accordance with the terms of the license. The information in this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Intel Corporation. Intel Corporation assumes no responsibility or liability for any errors or inaccuracies that may appear in this document or any software that may be provided in association with this document.
Read more
A SYSTEM FOR IMAGE COMPRESSION USING WAVELETS AND GENETIC PROGRAMMING
In more recent studies, Genetic Programming has been shown to be useful when used in Image Compression. The major idea is to evolve a set of genetic programs which will output the image, and therefore storing references to this set of programs is needed for decompression. Eventually, it would be possible to find a large set of programs which can be parameterized and used to approximate all possible images. This paper builds upon previous work done in the spatial domain, and instead uses the Discrete Wavelet Packet Transform to simplify the image, and provide better quality levels at better compression ratios. Additionally, quantizing the image in the wavelet domain allows for easier evolution of genetic programs without sacrificing much in terms of image quality. This paper shows with compression ratios of up to 22:1 that genetic programming in the wavelet domain is indeed a feasible method of Image Compression.
Read more
Image Processing using Java and C# A Comparison Approach
This paper presents results of a study to compare Java and C# programming languages features in terms of portability, functional programming and execution time. This comparison permits to evaluate both programming languages to know which one has better performance in the image processing area.
Read more