SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Namespaces
MLSegmentation.cpp File Reference
#include <memory>
#include <vector>
#include <list>
#include <iostream>
#include <onnxruntime_cxx_api.h>
#include "SEUtils/PixelCoordinate.h"
#include "SEUtils/HilbertCurve.h"
#include "SEFramework/Frame/Frame.h"
#include "SEFramework/FITS/TemporaryFitsImageSource.h"
#include "SEFramework/FITS/FitsWriter.h"
#include "SEFramework/Image/TileManager.h"
#include "SEFramework/Image/VectorImage.h"
#include "SEImplementation/Common/OnnxCommon.h"
#include "SEImplementation/Property/PixelCoordinateList.h"
#include "SEImplementation/Property/SourceId.h"
#include "SEImplementation/Measurement/MultithreadedMeasurement.h"
#include "SEImplementation/Grouping/LineSelectionCriteria.h"
#include "SEImplementation/Segmentation/Lutz.h"
#include "SEImplementation/Common/OnnxModel.h"
#include "SEImplementation/CheckImages/CheckImages.h"
#include "SEImplementation/Segmentation/MLSegmentation.h"
Include dependency graph for MLSegmentation.cpp:

Go to the source code of this file.

Namespaces

 SourceXtractor
 

Variable Documentation

◆ m_listener

Segmentation::LabellingListener& m_listener
private

Definition at line 85 of file MLSegmentation.cpp.

◆ m_source_factory

std::shared_ptr<SourceFactory> m_source_factory
private

Definition at line 86 of file MLSegmentation.cpp.

◆ m_window_size

int m_window_size
private

Definition at line 87 of file MLSegmentation.cpp.