SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
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 Image< 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 > | inline |
operator()(const Image< T > &image, const Image< T > &variance, T threshold=0) const -> std::pair< std::shared_ptr< VectorImage< T >>, std::shared_ptr< VectorImage< T >>> | SourceXtractor::MedianFilter< T > | inline |