-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add kernel_size properties * flake8 * Placebo._kernel_size: Use fallback, fix typing * Change @Property to @stgpytools.classproperty * Switch classproperty for inject_self.property * Remove hack for spline * Add kernel_size to Point * Add kernel_size to base classes * Add kernel_size to BicubicAuto * Add abstract_kernels Fix #45 * More code cleanup * Fix Placebo default for kernel_size * Remove unused import * Fix EwaBicubic's radius * Add kernel_size to FmtConv * Add _static_kernel_size for kernel with static sizes * Rename kernel_size to kernel_radius * Fix typo --------- Co-authored-by: Setsugennoao <[email protected]>
- Loading branch information
1 parent
0bac0fb
commit d467b80
Showing
7 changed files
with
74 additions
and
5 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
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
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