Skip to content

Commit

Permalink
Replace lenna with astronaut in convolution
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Sep 6, 2024
1 parent e7d1b78 commit 32a3dac
Show file tree
Hide file tree
Showing 47 changed files with 159 additions and 160 deletions.
2 changes: 1 addition & 1 deletion test/convolution/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VIGRA_ADD_TEST(test_convolution test.cxx LIBRARIES vigraimpex)

VIGRA_COPY_TEST_DATA(lenna128.xv lenna_simple_sharpening_orig.xv lenna_gaussian_sharpening_orig.xv lenna128sepgrad.xv lennahessxx.xv lennastxx.xv lenna128recgrad.xv lenna128nonlinear.xv resampling.xv lennahessyy.xv lennastyy.xv lennahessxy.xv lennastxy.xv lenna128rgb.xv lenna128rgbsepgrad.xv lenna_level-2.xv lenna_level-1.xv lenna_level1.xv lenna_level2.xv lenna_levellap0.xv lenna_levellap1.xv lenna_levellap2.xv lennargbst.xv)
VIGRA_COPY_TEST_DATA(astronaut128.xv astronaut_simple_sharpening_orig.xv astronaut_gaussian_sharpening_orig.xv astronaut128sepgrad.xv astronauthessxx.xv astronautstxx.xv astronaut128recgrad.xv astronaut128nonlinear.xv resampling.xv astronauthessyy.xv astronautstyy.xv astronauthessxy.xv astronautstxy.xv astronaut128rgb.xv astronaut128rgbsepgrad.xv astronaut_level-2.xv astronaut_level-1.xv astronaut_level1.xv astronaut_level2.xv astronaut_levellap0.xv astronaut_levellap1.xv astronaut_levellap2.xv astronautrgbst.xv)
Binary file added test/convolution/astronaut128.xv
Binary file not shown.
Binary file added test/convolution/astronaut128nonlinear.xv
Binary file not shown.
Binary file added test/convolution/astronaut128recgrad.xv
Binary file not shown.
Binary file added test/convolution/astronaut128rgb.xv
Binary file not shown.
Binary file added test/convolution/astronaut128rgbsepgrad.xv
Binary file not shown.
Binary file added test/convolution/astronaut128sepgrad.xv
Binary file not shown.
Binary file not shown.
Binary file added test/convolution/astronaut_level-1.xv
Binary file not shown.
Binary file added test/convolution/astronaut_level-2.xv
Binary file not shown.
Binary file added test/convolution/astronaut_level1.xv
Binary file not shown.
Binary file added test/convolution/astronaut_level2.xv
Binary file not shown.
Binary file added test/convolution/astronaut_levellap0.xv
Binary file not shown.
Binary file added test/convolution/astronaut_levellap1.xv
Binary file not shown.
Binary file added test/convolution/astronaut_levellap2.xv
Binary file not shown.
Binary file not shown.
Binary file added test/convolution/astronauthessxx.xv
Binary file not shown.
Binary file added test/convolution/astronauthessxy.xv
Binary file not shown.
Binary file added test/convolution/astronauthessyy.xv
Binary file not shown.
Binary file added test/convolution/astronautrgbst.xv
Binary file not shown.
Binary file added test/convolution/astronautstxx.xv
Binary file not shown.
Binary file added test/convolution/astronautstxy.xv
Binary file not shown.
Binary file added test/convolution/astronautstyy.xv
Binary file not shown.
Binary file removed test/convolution/lenna128.xv
Binary file not shown.
Binary file removed test/convolution/lenna128nonlinear.xv
Binary file not shown.
Binary file removed test/convolution/lenna128recgrad.xv
Binary file not shown.
Binary file removed test/convolution/lenna128rgb.xv
Binary file not shown.
Binary file removed test/convolution/lenna128rgbsepgrad.xv
Binary file not shown.
Binary file removed test/convolution/lenna128sepgrad.xv
Binary file not shown.
Binary file removed test/convolution/lenna_gaussian_sharpening_orig.xv
Binary file not shown.
Binary file removed test/convolution/lenna_level-1.xv
Binary file not shown.
Binary file removed test/convolution/lenna_level-2.xv
Binary file not shown.
Binary file removed test/convolution/lenna_level1.xv
Binary file not shown.
Binary file removed test/convolution/lenna_level2.xv
Binary file not shown.
Binary file removed test/convolution/lenna_levellap0.xv
Binary file not shown.
Binary file removed test/convolution/lenna_levellap1.xv
Binary file not shown.
Binary file removed test/convolution/lenna_levellap2.xv
Binary file not shown.
Binary file removed test/convolution/lenna_simple_sharpening_orig.xv
Binary file not shown.
Binary file removed test/convolution/lennahessxx.xv
Binary file not shown.
Binary file removed test/convolution/lennahessxy.xv
Binary file not shown.
Binary file removed test/convolution/lennahessyy.xv
Binary file not shown.
Binary file removed test/convolution/lennargbst.xv
Binary file not shown.
Binary file removed test/convolution/lennastxx.xv
Binary file not shown.
Binary file removed test/convolution/lennastxy.xv
Binary file not shown.
Binary file removed test/convolution/lennastyy.xv
Binary file not shown.
Binary file modified test/convolution/resampling.xv
Binary file not shown.
317 changes: 158 additions & 159 deletions test/convolution/test.cxx

Large diffs are not rendered by default.

0 comments on commit 32a3dac

Please sign in to comment.