minor fixes and include Andrea motion.png
authorGood Guy <good1.2guy@gmail.com>
Sat, 26 Sep 2020 02:04:00 +0000 (20:04 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 26 Sep 2020 02:04:00 +0000 (20:04 -0600)
images/motion.png [new file with mode: 0644]
parts/Developer.tex
parts/Plugins.tex

diff --git a/images/motion.png b/images/motion.png
new file mode 100644 (file)
index 0000000..3af25d6
Binary files /dev/null and b/images/motion.png differ
index 74774f0681c01b7bd2e82cd1c5c01f948316ae03..271706d04c7b0d4c0c58e5d14dcece48691b5e80 100644 (file)
@@ -697,7 +697,7 @@ The theme plugin contains a \textit{new\_theme} function, that allocates and con
 
 When a theme is constructed by \texttt{NameMain::new\_theme()}, it sets a pointer to a
 block of data created in the plugin build that contains all of the png data
 
 When a theme is constructed by \texttt{NameMain::new\_theme()}, it sets a pointer to a
 block of data created in the plugin build that contains all of the png data
-files in the \texttt{plugins/theme\_name/data} directory.  These images may define or override the appearance of gui images, such as \textit{ok.png} (the ok button).  There are usually a large number of images that need to be defined.  The theme plugin adds them to the theme image data in the \texttt{theme $\rightarrow$ initialize()} function.  The best list of theme image setup is probably in SUV (\texttt{plugins/theme\_suv/suv.[Ch]}).
+files in the \texttt{plugins/theme\_name/data} directory.  These images may define or override the appearance of gui images, such as \textit{ok.png} (the ok button).  There are usually a large number of images that need to be defined.  The theme plugin adds them to the theme image data in the \texttt{theme $\rightarrow$ initialize()} function.  The best list of theme image setup is probably in SUV (\texttt{plugins/theme\_suv/suv.})
 
 The easy way to create a new theme is to copy an existing theme and change
 its name to \textit{ThemeName}, and be sure to \texttt{change plugin\_title()} to the new name, then tweak the definitions until you are happy with the results.   The file
 
 The easy way to create a new theme is to copy an existing theme and change
 its name to \textit{ThemeName}, and be sure to \texttt{change plugin\_title()} to the new name, then tweak the definitions until you are happy with the results.   The file
index 3b9a450b6003cef4027f367315defcc30ae8dffa..8016c6a47beb6f037f025edaa4573c154437d1f7 100644 (file)
@@ -1964,12 +1964,12 @@ Motion tracker works by using one region of the frame as the region to track (Ma
 
 To save time the motion result can be saved in a file for later reuse, recalled from a previous calculation, or discarded. The motion tracker has a notion of $2$ tracks, the \textit{master} layer and the \textit{target} layer. The \textit{master} layer is where the comparison between $2$ frames takes place. The \textit{target} layer is where motion is applied either to track or compensate for the motion in the \textit{master} layer (figure~\ref{fig:motion}).
 
 
 To save time the motion result can be saved in a file for later reuse, recalled from a previous calculation, or discarded. The motion tracker has a notion of $2$ tracks, the \textit{master} layer and the \textit{target} layer. The \textit{master} layer is where the comparison between $2$ frames takes place. The \textit{target} layer is where motion is applied either to track or compensate for the motion in the \textit{master} layer (figure~\ref{fig:motion}).
 
-\begin{figure}[ht]
-%      \centering
-%      \includegraphics[width=0.9\linewidth]{motion.png}
-%      \caption{Motion plugin GUI}
-%      \label{fig:motion}
-\end{figure}
+\begin{figure}[ht]
+       \centering
+       \includegraphics[width=0.9\linewidth]{motion.png}
+       \caption{Motion plugin GUI}
+       \label{fig:motion}
+\end{figure}
 
 Motion tracking parameters:
 
 
 Motion tracking parameters: