
CVIS Latex Template
Author
Conference on Vision and Intelligent Systems (CVIS)
Last Updated
3 года назад
License
Creative Commons CC BY 4.0
Abstract
LaTeX Template for CVIS conference

\documentclass{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[pagebackref=flase,breaklinks=true,letterpaper=true,colorlinks=true,linkcolor = blue, urlcolor = black,citecolor=black,bookmarks=true]{hyperref}
\usepackage{url}
\usepackage{mleftright}
\usepackage{multirow}
\usepackage{titlesec}
\usepackage[redeflists]{IEEEtrantools}
\newcommand{\etal}{\textit{et al}.}
\title{Paper Title}
\begin{document}
\bstctlcite{IEEEexample:BSTcontrol}
\sloppy
\author{
\begin{tabularx}{\textwidth}{X X}
Name of 1st Author & Affiliation of 1st Author\\
Name of 2nd Author & Affiliation of 2nd Author\\
Name of 3rd Author & Affiliation of 3rd Author\\
Name of 4th Author & Affiliation of 4th Author\\
\multicolumn{2}{l}{Email: \{e1, e2, e3, ...\}@UniversityDomain.ca}
\end{tabularx}
}
\maketitle
\begin{abstract}
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}