SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MLSegmentation.h
Go to the documentation of this file.
1
19#ifndef _SEIMPLEMENTATION_SEGMENTATION_MLSEGMENTATION_H_
20#define _SEIMPLEMENTATION_SEGMENTATION_MLSEGMENTATION_H_
21
24
25namespace SourceXtractor {
26
27
59
60}
61
62#endif /* _SEIMPLEMENTATION_SEGMENTATION_MLSEGMENTATION_H_ */
Implements a Segmentation based on CNN.
virtual ~MLSegmentation()=default
void labelImage(Segmentation::LabellingListener &listener, std::shared_ptr< const DetectionImageFrame > frame) override
std::vector< MLSegmentation::Tile > getTiles(const DetectionImage &image) const
std::shared_ptr< SourceFactory > m_source_factory
MLSegmentation(std::shared_ptr< SourceFactory > source_factory, std::string model_path, double ml_threshold)
A pixel coordinate made of two integers m_x and m_y.