Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunDetectionUseCase ¶
type RunDetectionUseCase struct { Tf tensorflow.MachineLearningInterface OpenCV opencv.ImageProcessorInterface }
func NewRunDetectionUseCase ¶
func NewRunDetectionUseCase(tf tensorflow.MachineLearningInterface, openCV opencv.ImageProcessorInterface) *RunDetectionUseCase
func (*RunDetectionUseCase) Execute ¶
func (rduc *RunDetectionUseCase) Execute(frame gocv.Mat)
Runs all initial process to detect the objects in the received frame
Click to show internal directories.
Click to hide internal directories.