00001 // -*- c-basic-offset: 4 -*- 00008 /* This is free software; you can redistribute it and/or 00009 * modify it under the terms of the GNU General Public 00010 * License as published by the Free Software Foundation; either 00011 * version 2 of the License, or (at your option) any later version. 00012 * 00013 * This software is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 * Lesser General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public 00019 * License along with this software; if not, write to the Free Software 00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 * 00022 */ 00023 00024 #ifndef _BASICALGORITHMS_LAYERSTACKS_H 00025 #define _BASICALGORITHMS_LAYERSTACKS_H 00026 00027 #include <panodata/PanoramaData.h> 00028 00029 namespace HuginBase 00030 { 00032 IMPEX std::vector<UIntSet> getHDRStacks(const PanoramaData & pano, UIntSet allImgs, PanoramaOptions opts); 00034 IMPEX std::vector<UIntSet> getExposureLayers(const PanoramaData & pano, UIntSet allImgs, PanoramaOptions opts); 00036 IMPEX UIntSet getImagesinROI (const PanoramaData& pano, const UIntSet activeImages); 00037 } 00038 00039 #endif /* _BASICALGORITHMS_LAYERSTACKS_H */
1.3.9.1