\documentclass[letterpaper]{CVIS}
\usepackage{amsmath,bm}
\usepackage{graphicx}% Include figure files
\usepackage{dcolumn}% Align table columns on decimal point
%\usepackage[english]{babel}
\usepackage{subcaption,soul}
\usepackage{caption}
\usepackage[numbers,sort&compress,sectionbib]{natbib}
\usepackage{url}
\usepackage{mleftright}
\usepackage{multirow}
\usepackage{titlesec}
\usepackage[redeflists]{IEEEtrantools}
\usepackage[pagebackref=false,breaklinks=true,colorlinks=true,linkcolor = blue, urlcolor = black,citecolor=black,bookmarks=true]{hyperref}
\newcommand{\etal}{\textit{et al}.}
\title{Paper Title}
\begin{document}
\bstctlcite{IEEEexample:BSTcontrol}
\sloppy
% Please enter author Names, Affiliations, and Emails.
% Use superscripts to indicate the affiliation, which is then specified in a row beneath all the names.
% Author names should be separated by a \quad space.
% If a second line of Author names is required, each name in the second row must be manually bolded via \textbf{Author name}.
% The \thanks{} command may be used to provide a footnote indicating additional information for each author.
\author{
Name of 1st Author$^{1}$\thanks{Use footnote for providing further information
about author (webpage, alternative address)---\emph{not} for acknowledging
funding agencies.} \quad Name of 2nd Author$^{1}$ \quad Name of 3rd Author$^{1}$ \quad Coauthor Coauthor$^{1}$ \\ \quad \textbf{Coauthor Coauthor}$^{1}$ \quad \textbf{UW VIP Lab Coauthor}$^{2}$ \quad \textbf{UW VIP Lab Coauthor}$^{1,2}$\\
$^1$Affiliation of 1st Author\\
$^2$Vision and Image Processing Group, Systems Design Engineering, University of Waterloo\\
\texttt{\{email1,email2,email3,email4,email5\}@UniversityDomain.ca}\\
\texttt{\{email6,email7\}@uwaterloo.ca}
}
\maketitle
\begin{abstract} % maximum of 150 words
This template presents the author guidelines for all submissions for Journal of Computational Vision and Imaging Systems. Please ensure that all guidelines are followed prior to submission.
\end{abstract}
\section{Introduction}
\textit{Journal of Computational Vision and Imaging Systems} provides a forum for the dissemination of research results and technical advances in the field of computer vision and imaging. The goal of the journal is to bring together both academia and industry to share their joint expertise to promote the advancement and application of computer vision and imaging technologies in various areas of academic and industrial interests. \textit{Journal of Computational Vision and Imaging Systems} is published on an on-demand basis and is the official journal of the KWVIS Society.\\
Topics covered by the journal include, but are not limited to:
\begin{itemize}
\item Reconstruction, restoration, and enhancement
\item Machine learning / Artificial intelligence
\item Compression and transmission
\item Content-based image retrieval
\item Object detection, recognition, and classification
\item 3D and stereoscopic imaging and reconstruction
\item Multispectral imaging, processing, and analysis
\item Video processing and analytics
\item Biometrics processing and analysis
\item Visual quality assessment of images and video
\item Computational imaging
\item Document and sign processing and analysis
\item Applications to various fields (e.g., remote sensing, health monitoring, biomedical, consumer electronics, manufacturing, life sciences)
\end{itemize}
\section{Format}
All submissions to \textit{Journal of Computational Vision and Imaging Systems} must follow the below requirements:
\begin{itemize}
\item Letter page size format
\item Double-column format
\item Maximum length of three pages, including all figures and references
\item Must include a short abstract with a maximum of 150 words.
\end{itemize}
All citations should follow the format at the end of this template~\cite{Siva,Siva2}.
\section{Equations}
All equations must include an equation number. An example equation is shown in Eq.~\ref{eq1}:
\begin{equation}
y = ax + b
\label{eq1}
\end{equation}
\section{Figures}
All figures must include a figure number as well as associated caption. An example figure is shown in Fig.~\ref{fig1}.
\begin{figure}[t]
\begin{center}
\includegraphics[scale = 1.0]{JCVIS}
\end{center}
\caption{ Example figure for \textit{Journal of Computational Vision and Imaging Systems}.}
\label{fig1}
\end{figure}
\begin{table}[th]
\caption{Example table for \textit{Journal of Computational Vision and Imaging Systems}.}
\setlength{\tabcolsep}{4pt}
\centering
\scalebox{1}{
\begin{tabular}{l|p{6cm}}
\hline
Symbol & Description
\\
\hline
$y$ & Symbol 1 description\\
$x$ & Symbol 2 description \\
$a$ & Symbol 3 description\\
$b$ & Symbol 4 description \\
\hline
\end{tabular}}
% \vspace{-20pt}
\end{table}
\section{Conclusion}
In conclusion, following this author guidelines will ensure that the submitted paper is in the proper format for publication in \textit{Journal of Computational Vision and Imaging Systems}.
\section*{Acknowledgments}
We thank you for reading these guidelines.
\bibliographystyle{IEEEtran}
\bibliography{references.bib}
\end{document}