|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include "SEImplementation/Plugin/Onnx/OnnxSourceTask.h"#include "SEImplementation/Plugin/Onnx/OnnxProperty.h"#include "SEImplementation/Plugin/DetectionFrameImages/DetectionFrameImages.h"#include "SEImplementation/Plugin/PixelCentroid/PixelCentroid.h"#include <NdArray/NdArray.h>#include <AlexandriaKernel/memory_tools.h>#include <onnxruntime_cxx_api.h>
Go to the source code of this file.
Namespaces | |
| namespace | SourceXtractor |
Functions | |
| template<typename T> | |
| static void | SourceXtractor::fillCutout (const Image< T > &image, int center_x, int center_y, int width, int height, std::vector< T > &out) |
| template<typename O> | |
| static std::unique_ptr< OnnxProperty::NdWrapperBase > | SourceXtractor::computePropertiesSpecialized (const OnnxModel &model, const DetectionFrameImages &detection_frame_images, const PixelCentroid ¢roid) |