|
degate 0.1.1
|
#include <ImageReaderFactory.h>#include <ImageReaderBase.h>#include <ImageWriterBase.h>#include <TIFFWriter.h>#include <PixelPolicies.h>#include <StoragePolicies.h>#include <Image.h>#include <set>#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | degate |
The namespace 'degate' is the namespace for everything that belongs to libdegate. | |
Functions | |
| template<typename ImageType > | |
| std::tr1::shared_ptr< ImageType > | degate::load_image (std::string const &path) |
| Load an image in a common image format, such as tiff. | |
| template<typename ImageType > | |
| void | degate::load_image (std::string const &path, std::tr1::shared_ptr< ImageType > img) |
| Load an image in a common image format, such as tiff, into an existing degate image. | |
| template<typename ImageType > | |
| void | degate::save_image (std::string const &path, std::tr1::shared_ptr< ImageType > img) |
| Store an image in a common file format. | |
| template<typename ImageType > | |
| void | degate::save_part_of_image (std::string const &path, std::tr1::shared_ptr< ImageType > img, BoundingBox const &bounding_box) |
| Save a part of an image. | |
| template<typename ImageType > | |
| void | degate::save_normalized_image (std::string const &path, std::tr1::shared_ptr< ImageType > img) |
| Normalize a single channel image and store it in a common file format. | |
| template<typename ImageType > | |
| std::tr1::shared_ptr< ImageType > | degate::merge_images (std::list< std::tr1::shared_ptr< ImageType > > const &images) |
| Merge a set of images by averaging them. | |
1.7.4