Template Function lsst::afw::math::makeStatistics(std::vector<EntryT> const&, int const, StatisticsControl const&)¶
Function Documentation¶
-
template<typename
EntryT
>
StatisticsmakeStatistics
(std::vector<EntryT> const &v, int const flags, StatisticsControl const &sctrl = StatisticsControl()) - Parameters
v
: Image (or MaskedImage) whose properties we wantflags
: Describe what we want to calculatesctrl
: Control calculation
The makeStatistics() overload to handle std::vector<>