Basic_Image_Library MIT licensed stars forks issues

Basic Image Processing Library

Basic Image Processing library is a comprehensive computer vision and image processing library for all architecture with CPU backend and developed for Linux, Windows, and Mac.

Every Link in this page are related to master branch Master branch will contain same code as the latest release which can be found in tags

File Description

Supported Functions

Backend Types information

typedef struct
{
    uint32 width;
    uint32 height;
    uint32 channel;
} img_size;
Variable Type
width int
height int
channel int