two new operators (mini & maxi)

This commit is contained in:
2019-11-20 11:12:16 +01:00
parent ca4bfcff05
commit b62b5a4805
6 changed files with 83 additions and 10 deletions

View File

@@ -1,13 +1,17 @@
#!/bin/bash
../v4l2/grabvidseq -s 960x720 -n 10000 -p 0.193 \
-vv -g -c none \
../v4l2/grabvidseq -s 960x720 -n 100 -p 0.193 \
-vv -c none \
-o original.fimg
make t && ./t
for picz in original power2 squareroot cos_01
../tools/fimgops original.fimg cos_01.fimg mini minimum.fimg
../tools/fimgops original.fimg cos_01.fimg maxi maximum.fimg
for picz in original power2 squareroot cos_01 minimum maximum
do
echo _______________________ ${picz}