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

@@ -10,4 +10,10 @@
[794365.892937] usb 4-5: SerialNumber: 00000
Comment imprimer ce code trop gruik ?
enscript -o - -Ec -f Courier9 -F Times-Roman14 --word-wrap \
-i 6 --swap-even-page-margins v4l2_pr_structs.c |
ps2pdf - /media/tth/BLIRBOU/v4l2_pr_structs.pdf

View File

@@ -388,7 +388,9 @@ le calcul de la variance\index{variance}.
\subsection{fimgops}\index{fimgops}\label{fimgops}
Operations diverses sur ou entre des images.
Operations diverses entre deeux images, qui doivent être
de la même taille, et du même type \textsl{pour le moment,
uniquement RGB}.
\begin{verbatim}
usage:
@@ -398,14 +400,16 @@ operators:
sub 2
mix 3
mul 4
mini 5
maxi 6
options:
-g convert output to gray
-k N.N set float value
-v increase verbosity
\end{verbatim}
Pour des operateurs paramétrable (comme \texttt{mix}), le paramêtre flottant doit
être fourni en utilisant l'option \texttt{-k}.
Pour des operateurs paramétrable (comme \texttt{mix}), le paramêtre
flottant doit être fourni en utilisant l'option \texttt{-k}.
La véracité mathématique n'est pas garantie.
\subsection{fimg2png, fimg2pnm, fimg2tiff}