Skip to content

[DetectionOutput] Wrong iterator implementation in the DataDetectionOutput class #22

@th-skam

Description

@th-skam

This class implements the DetectionOutput object wrapping the data member:

std::vector<PairDetection> m_output

The API offers functions to expose the iterators of m_output but breaks them because DetectionOutput::end() returns the begin iterator of m_output.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions