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::BuildTagLookup(3)			User Contributed Perl Documentation			Image::ExifTool::BuildTagLookup(3)

NAME
Image::ExifTool::BuildTagLookup - Build ExifTool tag lookup tables DESCRIPTION
This module is used to generate the tag lookup tables in Image::ExifTool::TagLookup.pm and tag name documentation in Image::ExifTool::TagNames.pod, as well as HTML tag name documentation. It is used before each new ExifTool release to update the lookup tables and documentation. SYNOPSIS
use Image::ExifTool::BuildTagLookup; $builder = new Image::ExifTool::BuildTagLookup; $ok = $builder->WriteTagLookup('lib/Image/ExifTool/TagLookup.pm'); $ok = $builder->WriteTagNames('lib/Image/ExifTool/TagNames.pod','html'); MEMBER VARIABLES
PRESERVE_DATE Flag to preserve "Last revised" date in HTML files. Set before calling WriteTagNames(). COUNT Reference to hash containing counting statistics. Keys are the descriptions, and values are the numerical counts. Valid after BuildTagLookup object is created, but additional statistics are added by WriteTagNames(). AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Image::ExifTool(3pm), Image::ExifTool::TagLookup(3pm), Image::ExifTool::TagNames(3pm) perl v5.12.1 2010-03-04 Image::ExifTool::BuildTagLookup(3)