|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
This is the complete list of members for SourceXtractor::MedianFilter< T >, including all inherited members.
| clip(int position, int box_size, int image_size) | SourceXtractor::MedianFilter< T > | inlineprivatestatic |
| getBox(const VectorImage< T > &img, int x, int y) const | SourceXtractor::MedianFilter< T > | inlineprivate |
| getMedian(std::vector< T > &data) | SourceXtractor::MedianFilter< T > | inlineprivatestatic |
| m_box_height | SourceXtractor::MedianFilter< T > | private |
| m_box_width | SourceXtractor::MedianFilter< T > | private |
| MedianFilter(int box_width, int box_height) | SourceXtractor::MedianFilter< T > | inline |
| MedianFilter(const std::array< int, 2 > &box) | SourceXtractor::MedianFilter< T > | inlineexplicit |
| operator()(const VectorImage< T > &image, const VectorImage< T > &variance, T threshold=0) const -> std::pair< std::shared_ptr< VectorImage< T > >, std::shared_ptr< VectorImage< T > > > | SourceXtractor::MedianFilter< T > | inline |