Skip to content

[cscore] Replace OpenCV with SIMD library #7108

Open
@PeterJohnson

Description

@PeterJohnson

OpenCV is a large dependency for cscore, but outside of interfaces is only used for image storage, resize, color conversion, and JPEG compression/decompression. The SIMD library (https://github.com/ermig1979/Simd) has all of these capabilities with accelerated support for NEON (ARM) and desktop platforms. Replacing OpenCV with SIMD for internals would enable cscore to be built without OpenCV, enabling easier platform builds and language use (e.g. Python).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions