A Distributed Parallel Image Analysis Platform with MapReduce Integration

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A Distributed Parallel Image Analysis Platform with MapReduce Integration
# 1  
Old 06-23-2010
A Distributed Parallel Image Analysis Platform with MapReduce Integration

HPL-2010-71 A Distributed Parallel Image Analysis Platform with MapReduce Integration - Liu, Keyan; Zhang, Tong; Wang, Lei; Wang, Qinlong; Ma, Yue
Keyword(s): Content-based image analysis system, distributed parallel image analysis, multi-core and multi-server MapReduce
Abstract: In this paper, a novel distributed parallel platform for large scale image analysis is developed to support image analysis tasks like image feature extraction, clustering and similarity matching. The platform can be widely used in large scale image processing that usually involves compute-intensive ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Compression (gzip) for image analysis

Hi Everyone, I am a Ph.D student working on some image processing tasks and I have run into an interesting problem that I thought someone on here might have an idea about. This paper discusses a method to compare two images based upon the amount they can be compressed. Sorry, since this is my... (3 Replies)
Discussion started by: rudigarude
3 Replies

2. UNIX for Advanced & Expert Users

Create an Ignite image on tape from Online IgniteUX image

Hi, (HP-UX 11.11) I need to create a tape image of an igniteUX image created on our igniteUX server. That is to say. I have a "Online" image of the igniteUX of the targeted system but I now need to copy it to a useable TAPE (igniteUX) image so i can build an other server from it that is not... (3 Replies)
Discussion started by: Andrek
3 Replies

3. High Performance Computing

Grid vs. Parallel vs. Distributed

Hello all, I was wondering if someone could either explain or maybe point me to another article somewhere that explains the difference between: distributed computing grid computing parallel computing I see these terms thrown around a lot in server and cluster environments, but I'd like a... (2 Replies)
Discussion started by: Heathe_Kyle
2 Replies
Login or Register to Ask a Question
Image::ExifTool::BZZ(3) 				User Contributed Perl Documentation				   Image::ExifTool::BZZ(3)

NAME
Image::ExifTool::BZZ - Utility to decode BZZ compressed data SYNOPSIS
This module is used by Image::ExifTool DESCRIPTION
This module contains definitions required by Image::ExifTool to decode BZZ compressed data in DjVu images. NOTES
This code is based on ZPCodec and BSByteStream of DjVuLibre 3.5.21 (see additional copyrights and the first reference below), which are covered under the GNU GPL license. This is implemented as Image::ExifTool::BZZ instead of Compress::BZZ because I am hoping that someone else will write a proper Compress::BZZ module (with compression ability). AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) Copyright 2002, Leon Bottou and Yann Le Cun Copyright 2001, AT&T Copyright 1999-2001, LizardTech Inc. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://djvu.sourceforge.net/> <http://www.djvu.org/> SEE ALSO
Image::ExifTool::DjVu(3pm), Image::ExifTool(3pm) perl v5.12.1 2010-01-04 Image::ExifTool::BZZ(3)