https://github.com/iberisoft/ippi
Some functions of Intel IPP, the imaging part
https://github.com/iberisoft/ippi
image-processing ipp
Last synced: 3 months ago
JSON representation
Some functions of Intel IPP, the imaging part
- Host: GitHub
- URL: https://github.com/iberisoft/ippi
- Owner: iberisoft
- Created: 2020-02-15T10:18:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T22:31:55.000Z (about 6 years ago)
- Last Synced: 2024-12-31T11:47:24.843Z (over 1 year ago)
- Topics: image-processing, ipp
- Language: C++
- Homepage:
- Size: 6.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPPI
This C++ DLL exposes some functions of Intel IPP used in my projects requiring fast image processing:
Function | Description
---------------------------|------------
ippiMinMax_16u_C1R | Computes the minimum and maximum of image pixel values
ippiRotate_16u_C1R | Rotates an image around the origin (0,0) and then shifts it
ippiMirror_16u_C1IR | Mirrors an image about a horizontal or vertical axis, or both
ippiResizeSqrPixel_16u_C1R | Changes an image size using different interpolation algorithm
ippiResizeGetBufSize | Computes the size of the external buffer for image resizing
ippiSet_16u_C1R | Sets an array of pixels to a value
ippiCopy_16u_C1R | Copies pixel values between two buffers
ippiLUTPalette_16u8u_C1R | Maps an image by applying intensity transformation in accordance with a palette table