SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#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 | |
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) |