https://github.com/kumy/graphics-hotmap
Generate thermographic images
https://github.com/kumy/graphics-hotmap
Last synced: 30 days ago
JSON representation
Generate thermographic images
- Host: GitHub
- URL: https://github.com/kumy/graphics-hotmap
- Owner: kumy
- Created: 2011-12-26T10:13:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-26T17:50:58.000Z (over 13 years ago)
- Last Synced: 2025-02-12T07:54:38.103Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
NAME
Graphics::HotMap -- generate thermographic images.
DESCRIPTION
Generate thermographic images from a few know points. Others values are
interpolated. Graphics::HotMap use PDL to work on matrix. PDL can
compute very very large matrix in a few seconds.See
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the
following commands:perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
You can find documentation for this module with the perldoc command.
perldoc Graphics::HotMap
You can also look for information at:
* Search CPAN
http://search.cpan.org/dist/Graphics-HotMap/COPYRIGHT AND LICENSE
Copyright (c) 2011 Mathieu Alorent
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .