SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
NeighbourInfo.h
Go to the documentation of this file.
1
17/*
18 * NeighbourInfo.h
19 *
20 * Created on: Oct 12, 2018
21 * Author: Alejandro Alvarez
22 */
23
24#ifndef _SEFRAMEWORK_SEFRAMEWORK_APERTURE_NEIGHBOURINFO_H
25#define _SEFRAMEWORK_SEFRAMEWORK_APERTURE_NEIGHBOURINFO_H
26
27#include <vector>
31
32namespace SourceXtractor {
33
49
50} // end SourceXtractor
51
52#endif // _SEFRAMEWORK_SEFRAMEWORK_APERTURE_NEIGHBOURINFO_H
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y
std::shared_ptr< VectorImage< int > > m_neighbour_image
bool isNeighbourObjectPixel(int x, int y) const
virtual ~NeighbourInfo()=default
NeighbourInfo(const PixelCoordinate &min_pixel, const PixelCoordinate &max_pixel, const std::vector< PixelCoordinate > &pixel_list, const std::shared_ptr< Image< SeFloat > > &threshold_image)
A pixel coordinate made of two integers m_x and m_y.