FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.ImageProcessing.ObjectDetection.PythonYolo Class Reference

Python Yolo instance, launches python process running yolo, and sends images to it for object detection. More...

Inheritance diagram for FMAR.ImageProcessing.ObjectDetection.PythonYolo:

Classes

class  YoloBox
 
class  YoloItem
 

Public Member Functions

 PythonYolo (string modelPath)
 Launches a python instance running yolo.
 
async Task< List< YoloItem > > SendImageToPython (byte[] imageBytes)
 
void Dispose ()
 

Detailed Description

Python Yolo instance, launches python process running yolo, and sends images to it for object detection.

Constructor & Destructor Documentation

◆ PythonYolo()

FMAR.ImageProcessing.ObjectDetection.PythonYolo.PythonYolo ( string modelPath)
inline

Launches a python instance running yolo.

Parameters
modelPathThe path to the yolo model to use.

Member Function Documentation

◆ Dispose()

void FMAR.ImageProcessing.ObjectDetection.PythonYolo.Dispose ( )
inline

◆ SendImageToPython()

async Task< List< YoloItem > > FMAR.ImageProcessing.ObjectDetection.PythonYolo.SendImageToPython ( byte[] imageBytes)
inline

The documentation for this class was generated from the following file: