https://github.com/a2flo/libwarp
Image-space Warping library, implementing scatter-based warping, bidirectional gather-based warping and forward-only gather-based warping.
https://github.com/a2flo/libwarp
Last synced: 10 months ago
JSON representation
Image-space Warping library, implementing scatter-based warping, bidirectional gather-based warping and forward-only gather-based warping.
- Host: GitHub
- URL: https://github.com/a2flo/libwarp
- Owner: a2flo
- Created: 2015-12-04T18:47:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T18:09:34.000Z (over 1 year ago)
- Last Synced: 2025-04-10T10:16:48.259Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 165 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
*libwarp*
Image-space Warping library, implementing scatter-based warping, bidirectional gather-based warping and forward-only gather-based warping.
*Build Instructions:*
* build and install libfloor: https://github.com/a2flo/floor
* Unix: ./build.sh
* OS X: open libwarp.xcodeproj in Xcode and build
* Windows: open libwarp.sln in Visual Studio and build
*Installation (Linux, OS X, other Unix):*
* mkdir -p /opt/libwarp
* sudo ln -sf /path/to/libwarp/include /opt/libwarp/include
* sudo ln -sf /path/to/libwarp/bin /opt/libwarp/lib
* alternatively: copy these files/folders there
*Installation (Windows / VS / MinGW/MSYS2):*
* create a "%%ProgramFiles%%/libwarp" folder (C:/Program Files/libwarp)
* inside this folder:
** copy the libwarp "include" folder there
** create a "lib" folder and copy libwarp.lib/libwarpd.lib there
*example:*
* warp example in https://github.com/a2flo/floor_examples
*snippets:*
* Metal and libfloor compute/graphics C++ snippets to render the required scatter/gather images can be found in the "etc/" folder