impr is a fast and simple image processing library. A bunch of functions that work mostly on 8-bit image channels, which means that main type is just (u8 *) or (b8 *) for grey and binary images respectively.
Functions were used in real-time processing, so they are optimized for speed.
Here are some key features of "impr":
· segmentation (4 and 8-connected)
· flood fill
· filling object holes
· downscaling and upscaling (with linear interpolation) by an integer factor
· generic implementations of dilate and erode (+image open and close)
· colorspace conversions: HSVRGB, YRGRGB
· convolutions with roberts and 2x2 low-pass filters
· common binary image operations
Product's homepage
Here are some key features of "impr":
· segmentation (4 and 8-connected)
· flood fill
· filling object holes
· downscaling and upscaling (with linear interpolation) by an integer factor
· generic implementations of dilate and erode ( image open and close)
· colorspace conversions: HSVRGB, YRGRGB
· convolutions with roberts and 2x2 low-pass filters
· common binary image operations