forked from AcademySoftwareFoundation/OpenImageIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImageBufAlgo: Initial implementation of
st_warp
transform function (A…
…cademySoftwareFoundation#3379) * Initial implementation of `ImageBufAlgo::st_warp` * Simplify default filter logic, and share it with `ImageBufAlgo::warp` * Add st_warp to oiiotool * Add tests for bespoke `st_warp` validations that are done before IBAprep * Add st_warp test to oiiotool-xform testsuite * Address review notes - Remove ST buffer datatype guard - Simplify additional ROI prep - Remove unnecessary buffer reallocation * Use sample accumulator type for source/dest iterator USERT * Add `--st_warp` section to `oiiotool.rst`
- Loading branch information
Showing
9 changed files
with
447 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.