Wednesday, October 31, 2007
C# Tutorials
The authoritative C# 3.0 Specification was written by the people who created and implemented the C# language. This 500 plus page document is now available for download.
Unified C# 3.0 Specification Now Available
“How Do I” Videos — Visual C#
On this page you will find dozens of videos designed for all Visual C# developers, from the novice to the professional. New videos are added regularly, so check back often.
http://msdn2.microsoft.com/en-us/vcsharp/bb798022.aspx?wt.slv=rightrail
Tuesday, October 30, 2007
Neural Networks on C#
In this article, a C# library for neural network computations is described. The library implements several popular neural network architectures and their training algorithms, like Back Propagation, Kohonen Self-Organizing Map, Elastic Network, Delta Rule Learning, and Perceptron Learning. The usage of the library is demonstrated on several samples:
Classification (one-layer neural network trained with perceptron learning algorithms);
Approximation (multi-layer neural network trained with back propagation learning algorithm);
Time Series Prediction (multi-layer neural network trained with back propagation learning algorithm);
Color Clusterization (Kohonen Self-Organizing Map);
Traveling Salesman Problem (Elastic Network).
The attached archives contain source codes for the entire library, all the above listed samples, and some additional samples which are not listed and discussed in the article.
The article is not intended to provide the entire theory of neural networks, which can be found easily on the great range of different resources all over the Internet, and on CodeProject as well. Instead of this, the article assumes that the reader has general knowledge of neural networks, and that is why the aim of the article is to discuss a C# library for neural network computations and its application to different problems.
By Andrew Kirillov.
http://www.codeproject.com/csharp/aforge_neuro.asp
Friday, October 26, 2007
JIU - The Java Imaging Utilities - An image processing library
It is written in Java and comes with full source code under the GNU General Public License (GPL) version 2.
JIU requires Java version 1.2 or higher.
Get the latest JIU version from the download page.
The canonical address of the JIU website is
http://jiu.sourceforge.net/
Advanced Image Coding
Advanced Image Coding (AIC) is an experimental still image compression system that combines algorithms from the H.264 and JPEG standards. More specifically,it combines intra frame block prediction from H.264 with a JPEG-style discretecosine transform, followed by context adaptive binary arithmetic coding as usedin H.264. The result is a compression scheme that performs much better than JPEGand close to JPEG-2000.
http://www.bilsen.com/aic/
Published in Non-Commercial Programs, Source Code, Image Compression, Tutorials, Reference, Presentations
http://datacompression.info/ImageCompression.shtml
Wednesday, October 24, 2007
Image Retrieval Commercial Software
Have you tried showing a set or a large collection of digital snapshots to a friend or relative? Weren't they underwhelmed and a little bored by the number of all too similar shots of the same subject? Get rid of the duplicates automatically! Image Comparer™ scans your entire collection of images, analyzes their contents and locates files that look alike.
Manually locating similar images may be fine if you have just a dozen images. But what if you have a hundred? If you do it by hand, it'll take you quite a while. If you are like most digital shooters, you probably have several hundred or even a few thousand digital pictures stored in various folders. Locating and removing duplicates can easily become a time-consuming nightmare, and may eventually even take away the fun of taking pictures.
Difficult lighting and exposure problems, camera shake and digital noise can pollute your images. If you encounter difficult shooting conditions, you are probably taking a few duplicates with somewhat different settings. Selecting the best shot out of a few duplicates is relatively easy, but what if you have hundreds of duplicate shots? Your viewers won't be overly impressed to see a dark shot, a blurry shot, and then just the perfect one followed by an overexposed view.
Image Comparer™ analyzes your digital images and automatically selects the best shot out of the many duplicates on your system, allowing you to move or delete duplicate images in a couple of mouse clicks. Image Comparer ™ uses a content based image search also known as a content based image retrieval (CBIR). This allows the program to search images by visual similarity. You can search for rotated and flipped images as well.
Unlike similar products, Image Comparer™ does not just look for exact duplicates. Instead, it analyzes and recognizes an image's content (this technology is known as content based image search), and groups pictures that look alike. You can specify the level of visual similarity that is sufficient to consider pictures to be duplicates. View them in pairs or see the top ten similar images and keep the best one!
Image Comparer ™ is extremely useful to professional photographers, designers, and webmasters, who have "image-heavy" sites to maintain. The program is incredibly fast; after a minute or two one can see how many duplicate images are stored and how much disk space will be saved by removing the duplicates. The "dupes" can then be removed all at once with one click. Alternatively, a user can specify which images need to be deleted, moved or copied.
The list of supported image file formats includes RAW, JPEG, J2K, BMP, GIF, PNG, TIFF, TGA and other.
Image Comparer ™ is ready for immediate download; a free 30-days evaluation version is available. This trial version identifies duplicates, but does not allow moving, deleting or copying them.
http://www.bolidesoft.com/imagecomparer.html
Monday, October 22, 2007
Document Retrieval Web Site
http://orpheus.ee.duth.gr/irs2/
http://orpheus.ee.duth.gr/irs1demo/
©2005 created by Konstantinos Zagoris Ph.D. student
Professor Nikos Papamarkos Image Processing and Multimedia Laboratory, Department of Electrical & Computer EngineeringDemocritus University of Thrace, Xanthi, Greece
http://ipml.ee.duth.gr/~papamark
Saturday, October 13, 2007
AForge.NET 1.5.0
At this point the framework is comprised of 5 main and some additional libraries:
AForge.Imaging – a library for image processing routines and filers;
AForge.Neuro – neural networks computation library;
AForge.Genetic – evolution programming library;
AForge.Vision – computer vision library;
AForge.Machine Learning – machine learning library.
The work on the framework's improvement is in constants progress, what means that new feature and namespaces are coming constantly. To get knowledge about its progress you may track source repository's log or visit project discussion group to get the latest information about it.
The framework is provided with not only different libraries and their sources, but with many sample applications, which demonstrate the use of this framework, and with documentation help files, which are provided in HTML Help format.
http://code.google.com/p/aforge/
HSV Fuzzy Linking
inputs, and forms a 10 bin histogram as an output. Each bin represents a present color as follows: (0) Black, (1) White, (2) Grey, (3) Red, (4) Orange, (5) Yellow, (6) Green, (7) Cyan, (8) Blue and (9) Magenta. The inputs of the system are analyzed as follows: Hue is divided into 8 fuzzy areas. (0) Red to Orange, (1) Orange, (2) Yellow, (3) Green, (4) Cyan, (5) Blue, (6) Magenta, (7) Blue to Red.
S is divided in only 2 fuzzy areas. This channel defines the shade of a color based on white. The first area in combination with the position of the pixel in channel V is used to define if the color is clear enough to be ranked in one of the categories which are described in H histogram, or if it is a shade of white or gray color.
The third input, channel V, is divided in 3 areas. The first one is actually defining substantially when the pixel will be black, independently from the values that gives to the other inputs. The second fuzzy area, in combination with the value of channel S gives the gray color.
For the evaluation of the consequent variables two methods have been used. Initially LOM algorithm (Largest of Maximum) was used. This method assigns the input to the output bin which is defined from the rule that gives the greater value of activation. Next a Multi Participate algorithm was used, which assigns the input to the output bins which are defined from all the rules that are being activated. The experimental results show that the second algorithm performs better.[1]http://www.actapress.com/PaperInfo.aspx?PaperID=31620
Friday, October 12, 2007
The coordinate logic filters (CLF)
Edge extraction in an image G can be achieved with CL filters using the difference of the original image G and the eroded image Geb , so that the edge detector is G - Geb .
FCTH
An extension of this feature so as to incorporate spatial information is also proposed. This new feature is called Spatial FCTM (Fuzzy Color and Texture Matrix).
Submited for Publication
Software and demonstrators for MPEG-7
Caliph & Emir: Creation and Retrieval of images based on MPEG-7 (GPL).
Frameline 47 Video Notation: Frameline 47 from Versatile Delivery Systems. The first commercial MPEG-7 application, Frameline 47 uses an advanced content schema based on MPEG-7 so as to be able to notate entire video files, or segments and groups of segments from within that video file according to the MPEG-7 convention (commercial tool)
Eptascape ADS100 uses a real-time MPEG 7 encoder on an analog camera video signal to identify interesting events, especially in surveillance applications, check the demos to see MPEG-7 in action (commercial tool)
IBM VideoAnnEx Annotation Tool: Creating MPEG-7 documents for video streams describing structure and giving keywords from a controlled vocabulary (binary release, restrictive license)
iFinder Medienanalyse- und Retrievalsystem: Metadata extraction and search engine based on MPEG-7 (commercial tool)
MPEG-7 Audio Encoder: Creating MPEG-7 documents for audio documents describing low level audio characteristics (binary & source release, Java, GPL)
XM Feature Extraction Web Service: The functionalities of the eXperimentation Model(XM) are made available via web service interface to enable automatic MPEG-7 low-level visual description characterization of images.
TU Berlin MPEG-7 Audio Analyzer (Web-Demo): Creating MPEG-7 documents (XML) for audio documents (WAV, MP3). All 17 MPEG-7 low level audio descriptors are implemented (commercial)
TU Berlin MPEG-7 Spoken Content Demonstrator (Web-Demo): Creating MPEG-7 documents (XML) with SpokenContent description from an input speech signal (WAV, MP3) (commercial)
MP7JRS C++ Library Complete MPEG-7 implementation of part 3, 4 and 5 (visual, audio and MDS) by IIS, JOANNEUM RESEARCH Institute of Informationssystems and Informationmanagement.
Content Based Image Resizing
This post is actually only a copy of the one on the http://www.semanticmetadata.net/
"I’ve just uploaded a maintenance release. Biggest change is that the seam table is now re-used. Therefore computation is somewhat faster. I’ve also cleaned out the code and made more ‘readable’. Fell free to download and comment:
Java Webstart: ImageSeams
Download binaries & source v4 (Java Swing GUI App): SeamCarving-v4.zip (66K) or SeamCarving-v4.tar.bz2 (57k)
Download Windows binary (Java Swing GUI App with Windows launcher, Java 1.6 needed, 243k)
Other tools (stand alone, plugins, etc.) are reviewed for instance here. Seems like there is a “war of seam carving tools” going on. Many of those are closed source, perhaps some people are trying to make money selling old shoes The roadmap for this implementation is clear: If the following two constraints are met development is going on:
Someone (including me) needs some feature / performance upgrade or finds some bug
Someone (possibly me) finds some time to implement the feature / performance upgrade" - Mathias Lux
New journal at Springer
- Disseminates high level research results and engineering
developments
- Presents practical solutions for the current Signal, Image
and Video Processing problems in Engineering and the
Sciences
Subject areas covered by the journal include but are not limited to:
Adaptive processing, biomedical signal processing, multimedia signal processing, communication signal processing, non-linear signal processing, array processing, statistical signal processing, modeling, filtering, multi-resolution, segmentation, coding, restoration, enhancement, storage and retrieval, colour and multi-spectral processing, scanning, displaying, printing, interpolation, motion detection and estimation, stereoscopic processing.
Vision for Cognitive Systems Conference
Computer vision from a system perspective: paradigms, applications, architectures, integration and control.
Cognitive vision techniques for recognition and categorization, knowledge representation, learning, reasoning, goal specification and context awareness.
Methods and metrics for performance evaluation and benchmarking
Besides the main conference program, workshops and tutorial will allow practitioners building computer vision systems to exchange knowledge and ideas. The Proceedings of the ICVS 2008 conference will be published in the Lecture Notes in Computer Science (LNCS) series.
http://icvs2008.info/Call%20for%20Papers.htm
Signal and Image Processing Conference
August 18 – 20, 2008 Kailua-Kona, Hawaii, USA.
This conference is an international forum for researchers and practitioners interested in the advances in and applications of signal and image processing. It is an opportunity to present and observe the latest research, results, and ideas in these areas. SIP 2008 aims to strengthen relationships between companies, research laboratories, and universities. All papers submitted to this conference will be double blind evaluated by at least two reviewers. Acceptance will be based primarily on originality and contribution.
http://www.iasted.org/conferences/cfp-623.html