Skip to content
Snippets Groups Projects
Commit 86da3426 authored by nick87720z's avatar nick87720z
Browse files

img-fft-resynth: Remove some debug output

parent 1da263cc
No related branches found
No related tags found
No related merge requests found
...@@ -172,8 +172,6 @@ $( printf "%s\n" " ...@@ -172,8 +172,6 @@ $( printf "%s\n" "
EOF EOF
echo 'Done (Find transform parameters)' echo 'Done (Find transform parameters)'
echo isize $isize osize ${ow}x${oh} ifft_size $ifft_size offt_size $offt_size d $d
# Resizing # Resizing
if [ $b_incr -eq 1 ] if [ $b_incr -eq 1 ]
...@@ -193,7 +191,6 @@ rotate_fft ...@@ -193,7 +191,6 @@ rotate_fft
side=$( identify ${tmpdir}/fft-0.miff | cut -f3 -d' ' | cut -f1 -dx ) side=$( identify ${tmpdir}/fft-0.miff | cut -f3 -d' ' | cut -f1 -dx )
if [ -n "$bands" ] ; then if [ -n "$bands" ] ; then
echo Preparing filter echo Preparing filter
echo center $cent, r1 $r1, r2 $r2, r $r, blur $blur, reg_size ${reg_size} reg_dx ${reg_dx}
r1=$(( bands )) r1=$(( bands ))
r2=$(( bands * 30 / 40 )) r2=$(( bands * 30 / 40 ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment