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
- Information about different group of functions
- Definition functions
- How to access the API
- API Definition
Supported Functions
- Basic Functions
- Basic Function REDME
- Image Copy
- Image Padding
- Math Functions
- Math Function REDME
- Absolute Difference
- Adobe Functions
- Adobe Function REDME
- Temperature
- Colour Conversion Function
- Colour Conversion Function README
- HSV to RGB
- RGB to HSV
Backend Types information
- Image Size
typedef struct
{
uint32 width;
uint32 height;
uint32 channel;
} img_size;
Variable | Type |
---|---|
width | int |
height | int |
channel | int |