iccv 2025 submission

This commit is contained in:
Tobias Christian Nauen
2026-02-24 12:08:38 +01:00
parent 5c08f9d31a
commit 78765791be
353 changed files with 3269 additions and 6604 deletions

BIN
ForAug-supplementary.pdf Normal file

Binary file not shown.

BIN
ForAug.pdf Normal file

Binary file not shown.

255
eccv.sty
View File

@@ -1,255 +0,0 @@
% ---------------------------------------------------------------
%
% Formatting Package for ECCV Submissions
%
% initially created for ECCV 2024
% by Stefan Roth
%
% based on previous ECCV templates:
% updated April 2002 by Antje Endemann
% Based on CVPR 07 and LNCS, with modifications by DAF, AZ and elle, 2008 and AA, 2010, and CC, 2011; TT, 2014; AAS, 2016; AAS, 2020; TH, 2022
%
% and the CVPR templates:
% https://github.com/cvpr-org/author-kit
%
% No guarantee is given that the format corresponds perfectly to
% LNCS Proceedings, but most features should be ok.
%
% ---------------------------------------------------------------
%
% use as
% \documentclass[runningheads]{llncs}
% \usepackage[options]{eccv}
%
% "options" include
% * "review" for submitting a paper for review and
% * "final" for the camera ready (default).
% * "mobile" for camera ready on small-screen devices
% * "year=20??" allows to specify the conference year (default current year).
% * "ID=12345" allows to specify the paper ID (default `none').
%
% specify references as
% \bibliographystyle{splncs04}
% \bibliography{...your files...}
% ---------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eccv}[LaTeX style for ECCV]
% ---------------------------------------------------------------
% Suppress unwanted warnings
\RequirePackage{silence}
\WarningFilter{amsmath}{Unable to redefine math accent \vec}
\WarningFilter{caption}{Unknown document class (or package)}
\RequirePackage{etoolbox}
% ---------------------------------------------------------------
% Basic packages
\RequirePackage[T1]{fontenc} % Required to avoid font issues
\RequirePackage[left,mathlines]{lineno} % Support for line numbers
\RequirePackage[dvipsnames]{xcolor} % Color for line numbers
\RequirePackage{amsmath} % Need AMS packages to bug fix
\RequirePackage{amssymb} % line numbers in equations
\RequirePackage{cite} % Sort citations
\RequirePackage{xspace}
% Breaking lines for URLs in the bib
\RequirePackage[hyphens]{url}
\Urlmuskip=0mu plus 1mu\relax
% Color for links and line numbers
\definecolor{eccvblue}{rgb}{0.12,0.49,0.85}
% ---------------------------------------------------------------
% Use modern caption package to allow for sub-figures etc.
% Reproduces the original LNCS style as closely as possible.
\RequirePackage[labelfont=bf,font=small,tableposition=bottom]{caption}
\RequirePackage[skip=3pt]{subcaption}
% ---------------------------------------------------------------
% Process ECCV package options
% Key value options
\RequirePackage{kvoptions}
\SetupKeyvalOptions{
family=eccv,
prefix=eccv@
}
\DeclareBoolOption{review}
\DeclareComplementaryOption{final}{review}
\DeclareBoolOption{mobile}
\DeclareStringOption[\the\year]{year}
\DeclareStringOption[none]{ID}
\DeclareDefaultOption{\PackageWarning{eccv}{Unkown option `\CurrentOption'}}
\ProcessKeyvalOptions*
% Enable processing options also in main paper with \eccvsetup{ key=value, ... }
\newcommand*{\eccvsetup}
{\setkeys{eccv}%
}
% Warn if ECCV package for review version is not loaded with paper ID option
\ifeccv@review
\ifdefstring{\eccv@ID}{none}{%
\PackageWarningNoLine{eccv}{Review version requires a paper ID. Please load `eccv' package with `ID=*****' option and replace `*****' with your paper ID}
}{}
\fi
% ---------------------------------------------------------------
% Basic error handling
\AtBeginDocument{%
% Print an error if document class other than llncs is used
\@ifclassloaded{llncs}{}{%
\PackageError{eccv}{Package only meant to be used with document class `llncs'}{Change document class to `llncs'.}
}
% Print a warning if incorrect options for llncs are specified
\@ifclasswith{llncs}{runningheads}{}{%
\PackageWarningNoLine{eccv}{Running heads incorrectly suppressed - ECCV requires running heads. Please load document class `llncs' with `runningheads' option}
}
% Print a warning if hyperref is not loaded and/or if the pagebackref option is missing
\ifeccv@review
\@ifpackageloaded{hyperref}{%
\@ifpackagewith{hyperref}{pagebackref}{}{%
\PackageWarningNoLine{eccv}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
}
}{%
\PackageWarningNoLine{eccv}{Package `hyperref' is not loaded, but strongly recommended for review version}
}
\else
\@ifpackageloaded{hyperref}{%
\@ifpackagewith{hyperref}{pagebackref}{%
\PackageWarningNoLine{eccv}{Package `hyperref' is loaded with option `pagebackref', which is *not* recommended for camera-ready version}{}
}{}
}{%
\PackageWarningNoLine{eccv}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
}
\fi
}
% ---------------------------------------------------------------
% Line number support for the review version
% NUMBER with left flushed zeros \fillzeros[<WIDTH>]<NUMBER>
% from CVPR template
\newcount\cv@tmpc@ \newcount\cv@tmpc
\def\fillzeros[#1]#2{\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi
\cv@tmpc=1 %
\loop\ifnum\cv@tmpc@<10 \else \divide\cv@tmpc@ by 10 \advance\cv@tmpc by 1 \fi
\ifnum\cv@tmpc@=10\relax\cv@tmpc@=11\relax\fi \ifnum\cv@tmpc@>10 \repeat
\ifnum#2<0\advance\cv@tmpc1\relax-\fi
\loop\ifnum\cv@tmpc<#1\relax0\advance\cv@tmpc1\relax\fi \ifnum\cv@tmpc<#1 \repeat
\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi \relax\the\cv@tmpc@}%
% colored, bold, sans serif line numbers
\renewcommand\thelinenumber{\color{eccvblue}\normalfont\sffamily\scriptsize\fillzeros[3]{\arabic{linenumber}}\color[rgb]{0,0,0}}
% on both sides
\renewcommand\makeLineNumber{\hss\thelinenumber\ \hspace{4.5mm} \rlap{\hskip\textwidth\ \hspace{5mm}\thelinenumber}}
% Bug: An equation with $$ ... $$ isn't numbered, nor is the previous line.
% Patch amsmath commands so that the previous line and the equation itself
% are numbered. Bug: multiline has an extra line number.
% https://tex.stackexchange.com/questions/461186/how-to-use-lineno-with-amsmath-align
%% Patch 'normal' math environments:
\newcommand*\linenomathpatch[1]{%
\cspreto{#1}{\linenomath}%
\cspreto{#1*}{\linenomath}%
\csappto{end#1}{\endlinenomath}%
\csappto{end#1*}{\endlinenomath}%
}
%% Patch AMS math environments:
\newcommand*\linenomathpatchAMS[1]{%
\cspreto{#1}{\linenomathAMS}%
\cspreto{#1*}{\linenomathAMS}%
\csappto{end#1}{\endlinenomath}%
\csappto{end#1*}{\endlinenomath}%
}
%% Definition of \linenomathAMS depends on whether the mathlines option is provided
\expandafter\ifx\linenomath\linenomathWithnumbers
\let\linenomathAMS\linenomathWithnumbers
%% The following line gets rid of an extra line numbers at the bottom:
\patchcmd\linenomathAMS{\advance\postdisplaypenalty\linenopenalty}{}{}{}
\else
\let\linenomathAMS\linenomathNonumbers
\fi
\linenomathpatch{equation}
\linenomathpatchAMS{gather}
\linenomathpatchAMS{multline}
\linenomathpatchAMS{align}
\linenomathpatchAMS{alignat}
\linenomathpatchAMS{flalign}
% Disable line numbering during measurement step of multline
\makeatletter
\patchcmd{\mmeasure@}{\measuring@true}{
\measuring@true
\ifnum-\linenopenaltypar>\interdisplaylinepenalty
\advance\interdisplaylinepenalty-\linenopenalty
\fi
}{}{}
\makeatother
% ---------------------------------------------------------------
% Modifications to LNCS template for review version
\makeatletter
\ifeccv@review
% Display line numbers
\AtBeginDocument{%
\linenumbers
\linenomathpatch{equation}%
\linenomathpatchAMS{gather}%
\linenomathpatchAMS{multline}%
\linenomathpatchAMS{align}%
\linenomathpatchAMS{alignat}%
\linenomathpatchAMS{flalign}%
}
% Crop the page for review version
\RequirePackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry}
% Replace authors, institute, and running title with review placeholders
\let\maketitleold\maketitle
\renewcommand{\maketitle}{\author{Anonymous ECCV \eccv@year{} Submission}%
\titlerunning{ECCV \eccv@year{} Submission \#\eccv@ID}%
\authorrunning{ECCV \eccv@year{} Submission \#\eccv@ID}%
\institute{Paper ID \#\eccv@ID}%
\maketitleold}
\fi
\ifeccv@mobile
% Crop the page for mobile version
\RequirePackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry}
\fi
% Macro for ECCV year in main text
\newcommand{\ECCVyear}{\eccv@year\xspace}
\makeatother
% ---------------------------------------------------------------
% Support for easy cross-referencing (e.g., \cref{eq:loss}, \cref{sec:intro})
% configured with \AtEndPreamble as it needs to be called after hyperref
\AtEndPreamble{
\usepackage[capitalize]{cleveref}
\crefname{section}{Sec.}{Secs.}
\Crefname{section}{Section}{Sections}
\crefname{table}{Tab.}{Tabs.}
\Crefname{table}{Table}{Tables}
}

View File

@@ -1,43 +0,0 @@
% ---------------------------------------------------------------
%
% Formatting Package for ECCV Submissions
%
% initially created for ECCV 2024
% by Stefan Roth
%
% based on previous ECCV templates:
% updated April 2002 by Antje Endemann
% Based on CVPR 07 and LNCS, with modifications by DAF, AZ and elle, 2008 and AA, 2010, and CC, 2011; TT, 2014; AAS, 2016; AAS, 2020; TH, 2022
%
% and the CVPR templates:
% https://github.com/cvpr-org/author-kit
%
% No guarantee is given that the format corresponds perfectly to
% LNCS Proceedings, but most features should be ok.
%
% ---------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eccvabbrv}[Common abbreviations for ECCV]
% Add a period to the end of an abbreviation unless there's one
% already, then \xspace.
\RequirePackage{xspace}
\makeatletter
\DeclareRobustCommand\onedot{\futurelet\@let@token\@onedot}
\def\@onedot{\ifx\@let@token.\else.\null\fi\xspace}
\def\eg{\emph{e.g}\onedot}
\def\Eg{\emph{E.g}\onedot}
\def\ie{\emph{i.e}\onedot}
\def\Ie{\emph{I.e}\onedot}
\def\cf{\emph{cf}\onedot}
\def\Cf{\emph{Cf}\onedot}
\def\etc{\emph{etc}\onedot}
\def\vs{\emph{vs}\onedot}
\def\wrt{w.r.t\onedot}
\def\dof{d.o.f\onedot}
\def\iid{i.i.d\onedot}
\def\wolog{w.l.o.g\onedot}
\def\etal{\emph{et al}\onedot}
\makeatother

View File

@@ -1,493 +0,0 @@
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: parz_sym.eps
%%CreationDate: 03/13/96 12:46:22
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox: 59 192 549 590
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 150 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def
/landscapeMode 1 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {
/FontSize xstore %save size off stack
findfont
[FontSize 0 0 FontSize neg 0 0]
makefont
setfont
}bdef
/reencode {
exch dup where
{pop load} {pop StandardEncoding} ifelse
exch
dup 3 1 roll
findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def
currentdict
end
definefont pop
} bdef
/isroman {
findfont /CharStrings get
/Agrave known
} bdef
/FMSR {
3 1 roll 1 index
dup isroman
{reencode} {pop pop} ifelse
exch FMS
} bdef
/csm {
1 dpi2point div -1 dpi2point div scale
neg translate
landscapeMode eq {90 rotate} if
} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {
lineto
stroke
} bdef
/MP {
3 1 roll moveto
1 sub {rlineto} repeat
} bdef
/AP {
{rlineto} repeat
} bdef
/PP {
closepath fill
} bdef
/DP {
closepath stroke
} bdef
/MR {
4 -2 roll moveto
dup 0 exch rlineto
exch 0 rlineto
neg 0 exch rlineto
closepath
} bdef
/FR {
MR stroke
} bdef
/PR {
MR fill
} bdef
/L1i {
{ currentfile picstr readhexstring pop } image
} bdef
/tMatrix matrix def
/MakeOval {
newpath
tMatrix currentmatrix pop
translate scale
0 0 1 0 360 arc
tMatrix setmatrix
} bdef
/FO {
MakeOval
stroke
} bdef
/PO {
MakeOval
fill
} bdef
/PD {
2 copy moveto lineto stroke
} bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 59 192 549 590
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: graph1 1
bplot
/dpi2point 12 def
portraitMode 0216 7344 csm
501 259 5882 4776 MR c np
76 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR
1 j
c1
0 0 6912 5184 PR
6 w
DO
4 w
SO
6 w
c0
898 4612 mt 6254 4612 L
898 388 mt 6254 388 L
6254 4612 mt 6254 388 L
898 4612 mt 898 388 L
6254 4612 mt 6254 4612 L
898 4612 mt 898 4612 L
898 4612 mt 6254 4612 L
898 4612 mt 898 388 L
898 4612 mt 898 4612 L
898 4612 mt 898 4558 L
898 388 mt 898 442 L
734 4781 mt
(-25) s
1663 4612 mt 1663 4558 L
1663 388 mt 1663 442 L
1499 4781 mt
(-20) s
2428 4612 mt 2428 4558 L
2428 388 mt 2428 442 L
2264 4781 mt
(-15) s
3193 4612 mt 3193 4558 L
3193 388 mt 3193 442 L
3029 4781 mt
(-10) s
3959 4612 mt 3959 4558 L
3959 388 mt 3959 442 L
3835 4781 mt
(-5) s
4724 4612 mt 4724 4558 L
4724 388 mt 4724 442 L
4684 4781 mt
(0) s
5489 4612 mt 5489 4558 L
5489 388 mt 5489 442 L
5449 4781 mt
(5) s
6254 4612 mt 6254 4558 L
6254 388 mt 6254 442 L
6174 4781 mt
(10) s
898 4612 mt 952 4612 L
6254 4612 mt 6200 4612 L
783 4665 mt
(0) s
898 3767 mt 952 3767 L
6254 3767 mt 6200 3767 L
503 3820 mt
(0.005) s
898 2922 mt 952 2922 L
6254 2922 mt 6200 2922 L
583 2975 mt
(0.01) s
898 2078 mt 952 2078 L
6254 2078 mt 6200 2078 L
503 2131 mt
(0.015) s
898 1233 mt 952 1233 L
6254 1233 mt 6200 1233 L
583 1286 mt
(0.02) s
898 388 mt 952 388 L
6254 388 mt 6200 388 L
503 441 mt
(0.025) s
898 388 mt 6254 388 L
898 4612 mt 6254 4612 L
898 4612 mt 898 388 L
6254 4612 mt 6254 388 L
898 388 mt 898 388 L
6254 388 mt 6254 388 L
gs 898 388 5357 4225 MR c np
DA
16 0 15 0 15 0 16 0 15 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 1 16 0 15 0 15 0 15 0
16 0 15 0 15 1 16 0 15 0 15 1 16 0 15 1
15 0 15 1 16 1 15 0 15 1 16 1 15 2 15 1
16 1 15 2 15 2 15 2 16 3 15 3 15 3 16 3
15 4 15 4 16 5 15 5 15 6 16 6 15 7 15 8
15 8 16 9 15 10 15 11 16 12 15 13 15 14 16 16
15 16 15 18 15 19 16 21 15 22 15 24 16 25 15 27
15 29 16 31 15 32 15 35 15 36 16 39 15 40 15 43
16 45 15 47 15 49 4724 3846 100 MP stroke
16 51 15 53 15 55 15 58 16 59 15 61 15 63 16 65
15 67 15 68 16 70 15 71 15 72 16 74 15 74 15 75
15 77 16 76 15 77 15 77 16 77 15 77 15 77 16 76
15 76 15 75 15 73 16 73 15 71 15 70 16 68 15 66
15 65 16 63 15 60 15 59 15 56 16 54 15 52 15 49
16 47 15 44 15 42 16 39 15 37 15 34 16 32 15 29
15 27 15 24 16 22 15 20 15 17 16 15 15 12 15 11
16 8 15 5 15 4 15 1 16 -1 15 -4 15 -5 16 -8
15 -11 15 -12 16 -15 15 -17 15 -20 15 -22 16 -24 15 -27
15 -29 16 -32 15 -34 15 -37 16 -39 15 -42 15 -44 16 -47
15 -49 15 -52 15 -54 16 -56 15 -59 15 -60 16 -63 15 -65
15 -66 16 -68 15 -70 15 -71 15 -73 16 -73 15 -75 15 -76
16 -76 15 -77 15 -77 3209 2426 100 MP stroke
16 -77 15 -77 15 -77 15 -76 16 -77 15 -75 15 -74 16 -74
15 -72 15 -71 16 -70 15 -68 15 -67 16 -65 15 -63 15 -61
15 -59 16 -58 15 -55 15 -53 16 -51 15 -49 15 -47 16 -45
15 -43 15 -40 15 -39 16 -36 15 -35 15 -32 16 -31 15 -29
15 -27 16 -25 15 -24 15 -22 15 -21 16 -19 15 -18 15 -16
16 -16 15 -14 15 -13 16 -12 15 -11 15 -10 16 -9 15 -8
15 -8 15 -7 16 -6 15 -6 15 -5 16 -5 15 -4 15 -4
16 -3 15 -3 15 -3 15 -3 16 -2 15 -2 15 -2 16 -1
15 -1 15 -2 16 -1 15 -1 15 0 15 -1 16 -1 15 0
15 -1 16 0 15 -1 15 0 16 0 15 -1 15 0 15 0
16 0 15 0 15 0 16 0 15 -1 15 0 16 0 15 0
15 0 16 0 15 0 15 0 15 0 16 0 15 0 15 0
16 0 15 0 15 0 1694 4612 100 MP stroke
16 0 15 0 15 0 1648 4612 4 MP stroke
SO
16 0 15 0 15 0 16 0 15 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 15 0
16 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
16 0 15 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
15 0 16 0 15 0 15 1 16 0 15 0 15 0 16 0
15 0 15 0 15 1 16 0 15 0 15 1 16 0 15 1
15 0 16 1 15 0 15 1 15 1 16 1 15 2 15 1
16 1 15 2 15 2 4724 4596 100 MP stroke
16 2 15 3 15 2 15 4 16 3 15 4 15 4 16 5
15 5 15 5 16 7 15 7 15 7 16 9 15 9 15 10
15 11 16 12 15 12 15 14 16 15 15 17 15 17 16 19
15 21 15 22 15 23 16 25 15 27 15 28 16 30 15 32
15 34 16 35 15 38 15 39 15 41 16 43 15 46 15 47
16 49 15 50 15 53 16 54 15 56 15 57 16 59 15 60
15 62 15 62 16 64 15 64 15 65 16 65 15 65 15 66
16 65 15 65 15 64 15 63 16 62 15 61 15 59 16 57
15 55 15 53 16 50 15 48 15 44 15 42 16 38 15 35
15 31 16 27 15 23 15 19 16 15 15 11 15 6 16 2
15 -2 15 -6 15 -11 16 -15 15 -19 15 -23 16 -27 15 -31
15 -35 16 -38 15 -42 15 -44 15 -48 16 -50 15 -53 15 -55
16 -57 15 -59 15 -61 3209 2592 100 MP stroke
16 -62 15 -63 15 -64 15 -65 16 -65 15 -66 15 -65 16 -65
15 -65 15 -64 16 -64 15 -62 15 -62 16 -60 15 -59 15 -57
15 -56 16 -54 15 -53 15 -50 16 -49 15 -47 15 -46 16 -43
15 -41 15 -39 15 -38 16 -35 15 -34 15 -32 16 -30 15 -28
15 -27 16 -25 15 -23 15 -22 15 -21 16 -19 15 -17 15 -17
16 -15 15 -14 15 -12 16 -12 15 -11 15 -10 16 -9 15 -9
15 -7 15 -7 16 -7 15 -5 15 -5 16 -5 15 -4 15 -4
16 -3 15 -4 15 -2 15 -3 16 -2 15 -2 15 -2 16 -1
15 -1 15 -2 16 -1 15 -1 15 -1 15 0 16 -1 15 0
15 -1 16 0 15 -1 15 0 16 0 15 -1 15 0 15 0
16 0 15 0 15 0 16 0 15 -1 15 0 16 0 15 0
15 0 16 0 15 0 15 0 15 0 16 0 15 0 15 0
16 0 15 0 15 0 1694 4612 100 MP stroke
16 0 15 0 15 0 1648 4612 4 MP stroke
16 0 15 0 15 0 16 0 15 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 1 16 0 15 0 15 0 15 0
16 0 15 0 15 1 16 0 15 0 15 1 16 0 15 1
15 0 15 1 16 0 15 1 15 1 16 1 15 2 15 1
16 1 15 2 15 2 15 2 16 3 15 2 15 4 16 3
15 4 15 4 16 5 15 5 15 5 16 7 15 7 15 7
15 9 16 9 15 10 15 11 16 12 15 12 15 14 16 15
15 17 15 17 15 19 16 21 15 22 15 23 16 25 15 27
15 28 16 30 15 32 15 34 15 35 16 38 15 39 15 41
16 43 15 46 15 47 4724 3862 100 MP stroke
16 49 15 50 15 53 15 54 16 56 15 57 15 59 16 60
15 62 15 62 16 64 15 64 15 65 16 65 15 65 15 66
15 65 16 65 15 64 15 63 16 62 15 61 15 59 16 57
15 55 15 53 15 50 16 48 15 44 15 42 16 38 15 35
15 31 16 27 15 23 15 19 15 15 16 11 15 6 15 2
16 -2 15 -6 15 -11 16 -15 15 -19 15 -23 16 -27 15 -31
15 -35 15 -38 16 -42 15 -44 15 -48 16 -50 15 -53 15 -55
16 -57 15 -59 15 -61 15 -62 16 -63 15 -64 15 -65 16 -65
15 -66 15 -65 16 -65 15 -65 15 -64 15 -64 16 -62 15 -62
15 -60 16 -59 15 -57 15 -56 16 -54 15 -53 15 -50 16 -49
15 -47 15 -46 15 -43 16 -41 15 -39 15 -38 16 -35 15 -34
15 -32 16 -30 15 -28 15 -27 15 -25 16 -23 15 -22 15 -21
16 -19 15 -17 15 -17 3209 4446 100 MP stroke
16 -15 15 -14 15 -12 15 -12 16 -11 15 -10 15 -9 16 -9
15 -7 15 -7 16 -7 15 -5 15 -5 16 -5 15 -4 15 -4
15 -3 16 -4 15 -2 15 -3 16 -2 15 -2 15 -2 16 -1
15 -1 15 -2 15 -1 16 -1 15 -1 15 0 16 -1 15 0
15 -1 16 0 15 -1 15 0 15 0 16 -1 15 0 15 0
16 0 15 0 15 0 16 0 15 -1 15 0 16 0 15 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
16 0 15 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 15 0
16 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 0 15 0 16 0 15 0 15 0
16 0 15 0 15 0 1694 4612 100 MP stroke
16 0 15 0 15 0 1648 4612 4 MP stroke
DO
16 0 15 0 15 0 16 0 15 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 16 0 15 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 15 0
16 0 15 0 15 0 16 0 15 0 15 1 16 0 15 0
15 0 15 0 16 0 15 0 15 1 16 0 15 0 15 1
16 0 15 1 15 0 15 1 16 0 15 1 15 1 16 1
15 2 15 1 16 1 15 2 15 2 16 2 15 3 15 2
15 4 16 3 15 4 15 4 16 5 15 5 15 5 16 7
15 7 15 7 15 9 16 9 15 10 15 11 16 12 15 12
15 14 16 15 15 17 15 17 15 19 16 21 15 22 15 23
16 25 15 27 15 28 4724 4247 100 MP stroke
16 30 15 32 15 34 15 35 16 38 15 39 15 41 16 43
15 46 15 47 16 49 15 50 15 53 16 54 15 56 15 57
15 59 16 60 15 62 15 62 16 64 15 64 15 65 16 65
15 65 15 66 15 65 16 65 15 64 15 63 16 62 15 61
15 59 16 57 15 55 15 53 15 50 16 48 15 44 15 42
16 38 15 35 15 31 16 27 15 23 15 19 16 15 15 11
15 6 15 2 16 -2 15 -6 15 -11 16 -15 15 -19 15 -23
16 -27 15 -31 15 -35 15 -38 16 -42 15 -44 15 -48 16 -50
15 -53 15 -55 16 -57 15 -59 15 -61 15 -62 16 -63 15 -64
15 -65 16 -65 15 -66 15 -65 16 -65 15 -65 15 -64 16 -64
15 -62 15 -62 15 -60 16 -59 15 -57 15 -56 16 -54 15 -53
15 -50 16 -49 15 -47 15 -46 15 -43 16 -41 15 -39 15 -38
16 -35 15 -34 15 -32 3209 4217 100 MP stroke
16 -30 15 -28 15 -27 15 -25 16 -23 15 -22 15 -21 16 -19
15 -17 15 -17 16 -15 15 -14 15 -12 16 -12 15 -11 15 -10
15 -9 16 -9 15 -7 15 -7 16 -7 15 -5 15 -5 16 -5
15 -4 15 -4 15 -3 16 -4 15 -2 15 -3 16 -2 15 -2
15 -2 16 -1 15 -1 15 -2 15 -1 16 -1 15 -1 15 0
16 -1 15 0 15 -1 16 0 15 -1 15 0 16 0 15 -1
15 0 15 0 16 0 15 0 15 0 16 0 15 -1 15 0
16 0 15 0 15 0 15 0 16 0 15 0 15 0 16 0
15 0 15 0 16 0 15 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 0 16 0 15 0 15 0 15 0
16 0 15 0 15 0 16 0 15 0 15 0 16 0 15 0
15 0 16 0 15 0 15 0 15 0 16 0 15 0 15 0
16 0 15 0 15 0 1694 4612 100 MP stroke
16 0 15 0 15 0 1648 4612 4 MP stroke
0 -2703 4112 4612 2 MP stroke
0 -2703 3499 4612 2 MP stroke
0 -3823 3959 4612 2 MP stroke
SO
gr
3463 3236 mt 3535 3236 L
3499 3200 mt 3499 3272 L
gs 898 388 5357 4225 MR c np
gr
3923 3236 mt 3995 3236 L
3959 3200 mt 3959 3272 L
gs 898 388 5357 4225 MR c np
gr
3923 789 mt 3995 789 L
3959 753 mt 3959 825 L
3923 753 mt 3995 825 L
3995 753 mt 3923 825 L
gs 898 388 5357 4225 MR c np
gr
4076 2129 mt 4148 2201 L
4148 2129 mt 4076 2201 L
gs 898 388 5357 4225 MR c np
gr
3923 2129 mt 3995 2201 L
3995 2129 mt 3923 2201 L
gs 898 388 5357 4225 MR c np
gr
3423 5003 mt
(Xi) s
3867 5003 mt
(Xs) s
4050 5003 mt
(Xj) s
end
eplot
%%EndObject graph 1
epage
end
showpage
%%Trailer
%%EOF

Binary file not shown.

508
iccv.sty Normal file
View File

@@ -0,0 +1,508 @@
% ---------------------------------------------------------------
%
% No guarantee is given that the format corresponds perfectly to
% IEEE 8.5" x 11" Proceedings, but most features should be ok.
%
% ---------------------------------------------------------------
% with LaTeX2e:
% =============
%
% use as
% \documentclass[times,10pt,twocolumn]{article}
% \usepackage[options]{ICCV}
% \usepackage{times}
%
% "options" should be replaced by
% * "review" for submitting a paper for review,
% * "final" for the camera ready, and
% * "rebuttal" for the author rebuttal.
%
% specify references as
% {\small
% \bibliographystyle{ieee}
% \bibliography{...your files...}
% }
% ---------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{iccv}[2025 LaTeX class for IEEE ICCV]
\RequirePackage{times} % Integrate Times for here
\RequirePackage{xspace}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{graphicx}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{booktabs}
\RequirePackage[numbers,sort&compress]{natbib}
\setlength{\bibsep}{1pt plus 1pt minus 1pt}
\RequirePackage{silence} % Suppress unwanted warnings
\hbadness=10000 \vbadness=10000 \vfuzz=30pt \hfuzz=30pt
\WarningFilter{latexfont}{Font shape declaration}
\WarningFilter{latex}{Font shape}
\WarningFilter[rebuttal]{latex}{No \author given}
\RequirePackage{etoolbox}
% Use modern caption package to allow for sub-figures etc.
% Reproduces the original CVPR/ICCV style as closely as possible.
\RequirePackage[format=plain,labelformat=simple,labelsep=period,font=small,compatibility=false]{caption}
\RequirePackage[font=footnotesize,skip=3pt,subrefformat=parens]{subcaption}
\newtoggle{iccvfinal} % Camera-ready version
\newtoggle{iccvrebuttal} % Rebuttal
\newtoggle{iccvpagenumbers} % Force page numbers (in camera ready)
\toggletrue{iccvfinal}
\togglefalse{iccvrebuttal}
\togglefalse{iccvpagenumbers}
\DeclareOption{review}{\togglefalse{iccvfinal}\toggletrue{iccvpagenumbers}}
\DeclareOption{rebuttal}{\togglefalse{iccvfinal}\toggletrue{iccvrebuttal}}
\DeclareOption{pagenumbers}{\toggletrue{iccvpagenumbers}}
\DeclareOption*{\PackageWarning{iccv}{Unkown option `\CurrentOption'}}
\ProcessOptions\relax
% Don't warn about missing author for rebuttal
\iftoggle{iccvrebuttal}{%
\ActivateWarningFilters[rebuttal]
}{}
% Breaking lines for URLs in the bib
\RequirePackage[hyphens]{url}
\Urlmuskip=0mu plus 1mu\relax
% ---------------------------------------------------------------
% Inlined version of the obsolete "everyshi-2001-05-15" package.
\newcommand{\@EveryShipout@Hook}{}
\newcommand{\@EveryShipout@AtNextHook}{}
\newcommand*{\EveryShipout}[1]
{\g@addto@macro\@EveryShipout@Hook{#1}}
\newcommand*{\AtNextShipout}[1]
{\g@addto@macro\@EveryShipout@AtNextHook{#1}}
\newcommand{\@EveryShipout@Shipout}{%
\afterassignment\@EveryShipout@Test
\global\setbox\@cclv= %
}
\newcommand{\@EveryShipout@Test}{%
\ifvoid\@cclv\relax
\aftergroup\@EveryShipout@Output
\else
\@EveryShipout@Output
\fi%
}
\newcommand{\@EveryShipout@Output}{%
\@EveryShipout@Hook%
\@EveryShipout@AtNextHook%
\gdef\@EveryShipout@AtNextHook{}%
\@EveryShipout@Org@Shipout\box\@cclv%
}
\newcommand{\@EveryShipout@Org@Shipout}{}
\newcommand*{\@EveryShipout@Init}{%
\message{ABD: EveryShipout initializing macros}%
\let\@EveryShipout@Org@Shipout\shipout
\let\shipout\@EveryShipout@Shipout
}
\AtBeginDocument{\@EveryShipout@Init}
% ---------------------------------------------------------------
% ---------------------------------------------------------------
% Inlined simplified version of the "eso-pic" package.
\newcommand\LenToUnit[1]{#1\@gobble}
\newcommand\AtPageUpperLeft[1]{%
\begingroup
\@tempdima=0pt\relax\@tempdimb=\ESO@yoffsetI\relax
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){#1}%
\endgroup
}
\newcommand\AtPageLowerLeft[1]{\AtPageUpperLeft{%
\put(0,\LenToUnit{-\paperheight}){#1}}}
\newcommand\AtPageCenter[1]{\AtPageUpperLeft{%
\put(\LenToUnit{.5\paperwidth},\LenToUnit{-.5\paperheight}){#1}}%
}
\newcommand\AtTextUpperLeft[1]{%
\begingroup
\setlength\@tempdima{1in}%
\ifodd\c@page%
\advance\@tempdima\oddsidemargin%
\else%
\advance\@tempdima\evensidemargin%
\fi%
\@tempdimb=\ESO@yoffsetI\relax\advance\@tempdimb-1in\relax%
\advance\@tempdimb-\topmargin%
\advance\@tempdimb-\headheight\advance\@tempdimb-\headsep%
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){#1}%
\endgroup
}
\newcommand\AtTextLowerLeft[1]{\AtTextUpperLeft{%
\put(0,\LenToUnit{-\textheight}){#1}}}
\newcommand\AtTextCenter[1]{\AtTextUpperLeft{%
\put(\LenToUnit{.5\textwidth},\LenToUnit{-.5\textheight}){#1}}}
\newcommand{\ESO@HookI}{} \newcommand{\ESO@HookII}{}
\newcommand{\ESO@HookIII}{}
\newcommand{\AddToShipoutPicture}{%
\@ifstar{\g@addto@macro\ESO@HookII}{\g@addto@macro\ESO@HookI}}
\newcommand{\ClearShipoutPicture}{\global\let\ESO@HookI\@empty}
\newcommand\ESO@isMEMOIR[1]{}
\@ifclassloaded{memoir}{\renewcommand\ESO@isMEMOIR[1]{#1}}{}
\newcommand{\@ShipoutPicture}{%
\bgroup
\@tempswafalse%
\ifx\ESO@HookI\@empty\else\@tempswatrue\fi%
\ifx\ESO@HookII\@empty\else\@tempswatrue\fi%
\ifx\ESO@HookIII\@empty\else\@tempswatrue\fi%
\if@tempswa%
\@tempdima=1in\@tempdimb=-\@tempdima%
\advance\@tempdimb\ESO@yoffsetI%
\ESO@isMEMOIR{%
\advance\@tempdima\trimedge%
\advance\@tempdima\paperwidth%
\advance\@tempdima-\stockwidth%
\if@twoside\ifodd\c@page\else%
\advance\@tempdima-2\trimedge%
\advance\@tempdima-\paperwidth%
\advance\@tempdima\stockwidth%
\fi\fi%
\advance\@tempdimb\trimtop}%
\unitlength=1pt%
\global\setbox\@cclv\vbox{%
\vbox{\let\protect\relax
\pictur@(0,0)(\strip@pt\@tempdima,\strip@pt\@tempdimb)%
\ESO@HookIII\ESO@HookI\ESO@HookII%
\global\let\ESO@HookII\@empty%
\endpicture}%
\nointerlineskip%
\box\@cclv}%
\fi
\egroup
}
\EveryShipout{\@ShipoutPicture}
\RequirePackage{keyval}
\newif\ifESO@dvips\ESO@dvipsfalse
\newif\ifESO@texcoord\ESO@texcoordfalse
\AtBeginDocument{%
\IfFileExists{color.sty}
{%
\RequirePackage{color}
\let\ESO@color=\color\let\ESO@colorbox=\colorbox
\let\ESO@fcolorbox=\fcolorbox
}{}
\@ifundefined{Gin@driver}{}%
{%
\ifx\Gin@driver\@empty\else%
\filename@parse{\Gin@driver}\def\reserved@a{dvips}%
\ifx\filename@base\reserved@a\ESO@dvipstrue\fi%
\fi
}%
\ifx\pdfoutput\undefined\else
\ifx\pdfoutput\relax\else
\ifcase\pdfoutput\else
\ESO@dvipsfalse%
\fi
\fi
\fi
}
\ifESO@texcoord
\def\ESO@yoffsetI{0pt}\def\ESO@yoffsetII{-\paperheight}
\else
\def\ESO@yoffsetI{\paperheight}\def\ESO@yoffsetII{0pt}
\fi
% ---------------------------------------------------------------
\typeout{ICCV 8.5 x 11-Inch Proceedings Style `iccv.sty'.}
% ten point helvetica bold required for captions
% eleven point times bold required for second-order headings
% in some sites the name of the fonts may differ,
% change the name here:
\font\iccvtenhv = phvb at 8pt % *** IF THIS FAILS, SEE iccv.sty ***
\font\elvbf = ptmb scaled 1100
\font\tenbf = ptmb scaled 1000
% If the above lines give an error message, try to comment them and
% uncomment these:
%\font\iccvtenhv = phvb7t at 8pt
%\font\elvbf = ptmb7t scaled 1100
%\font\tenbf = ptmb7t scaled 1000
% set dimensions of columns, gap between columns, and paragraph indent
\setlength{\textheight}{8.875in}
\setlength{\textwidth}{6.875in}
\setlength{\columnsep}{0.3125in}
\setlength{\topmargin}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\parindent}{1pc}
\setlength{\oddsidemargin}{-0.1875in}
\setlength{\evensidemargin}{-0.1875in}
% Suppress page numbers when the appropriate option is given
\iftoggle{iccvpagenumbers}{}{%
\pagestyle{empty}
}
\AtBeginDocument{%
% Print an error if document class other than article is used
\@ifclassloaded{article}{}{%
\PackageError{iccv}{Package only meant to be used with document class `article'}{Change document class to `article'.}
}
% Print a warning if incorrect options for article are specified
\@ifclasswith{article}{10pt}{}{%
\PackageWarningNoLine{iccv}{Incorrect font size specified - ICCV requires 10-point fonts. Please load document class `article' with `10pt' option}
}
\@ifclasswith{article}{twocolumn}{}{%
\PackageWarningNoLine{iccv}{Single column document - ICCV requires papers to have two-column layout. Please load document class `article' with `twocolumn' option}
}
\@ifclasswith{article}{letterpaper}{}{%
\PackageWarningNoLine{iccv}{Incorrect paper size - ICCV uses paper size `letter'. Please load document class `article' with `letterpaper' option}
}
% Print a warning if hyperref is not loaded and/or if the pagebackref option is missing
\iftoggle{iccvfinal}{%
\@ifpackageloaded{hyperref}{}{%
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
}
}{%
\@ifpackageloaded{hyperref}{
\@ifpackagewith{hyperref}{pagebackref}{}{
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
}
}{%
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded, but strongly recommended for review version}
}
}
}
\def\@maketitle{
\newpage
\null
\iftoggle{iccvrebuttal}{\vspace*{-.3in}}{\vskip .375in}
\begin{center}
% smaller title font only for rebuttal
\iftoggle{iccvrebuttal}{{\large \bf \@title \par}}{{\Large \bf \@title \par}}
% additional two empty lines at the end of the title
\iftoggle{iccvrebuttal}{\vspace*{-22pt}}{\vspace*{24pt}}{
\large
\lineskip .5em
\begin{tabular}[t]{c}
\iftoggle{iccvfinal}{
\@author
}{
\iftoggle{iccvrebuttal}{}{
Anonymous \confName~submission\\
\vspace*{1pt}\\
Paper ID \paperID
}
}
\end{tabular}
\par
}
% additional small space at the end of the author name
\vskip .5em
% additional empty line at the end of the title block
\vspace*{12pt}
\end{center}
}
\def\abstract{%
% Suppress page numbers when the appropriate option is given
\iftoggle{iccvpagenumbers}{}{%
\thispagestyle{empty}
}
\centerline{\large\bf Abstract}%
\vspace*{12pt}\noindent%
\it\ignorespaces%
}
\def\endabstract{%
% additional empty line at the end of the abstract
\vspace*{12pt}
}
\def\affiliation#1{\gdef\@affiliation{#1}} \gdef\@affiliation{}
% correct heading spacing and type
\def\iccvsection{\@startsection {section}{1}{\z@}
{-10pt plus -2pt minus -2pt}{7pt} {\large\bf}}
\def\iccvssect#1{\iccvsection*{#1}}
\def\iccvsect#1{\iccvsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\section{\@ifstar\iccvssect\iccvsect}
\def\iccvsubsection{\@startsection {subsection}{2}{\z@}
{-8pt plus -2pt minus -2pt}{5pt} {\elvbf}}
\def\iccvssubsect#1{\iccvsubsection*{#1}}
\def\iccvsubsect#1{\iccvsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsection{\@ifstar\iccvssubsect\iccvsubsect}
\def\iccvsubsubsection{\@startsection {subsubsection}{3}{\z@}
{-6pt plus -2pt minus -2pt}{3pt} {\tenbf}}
\def\iccvssubsubsect#1{\iccvsubsubsection*{#1}}
\def\iccvsubsubsect#1{\iccvsubsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsubsection{\@ifstar\iccvssubsubsect\iccvsubsubsect}
%% --------- Page background marks: Ruler and confidentiality (only for review and rebuttal)
\iftoggle{iccvfinal}{
% In review and rebuttal mode, we use the "lineno" package for numbering lines.
% When switching to a different mode, the "\@LN" macro may remain in cached .aux files,
% leading to build errors (https://github.com/cvpr-org/author-kit/issues/49).
% Defining the macro as empty fixes that (https://tex.stackexchange.com/a/125779).
\makeatletter
\providecommand{\@LN}[2]{}
\makeatother
}{
% ----- define vruler
\makeatletter
\newbox\iccvrulerbox
\newcount\iccvrulercount
\newdimen\iccvruleroffset
\newdimen\cv@lineheight
\newdimen\cv@boxheight
\newbox\cv@tmpbox
\newcount\cv@refno
\newcount\cv@tot
% NUMBER with left flushed zeros \fillzeros[<WIDTH>]<NUMBER>
\newcount\cv@tmpc@ \newcount\cv@tmpc
\def\fillzeros[#1]#2{\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi
\cv@tmpc=1 %
\loop\ifnum\cv@tmpc@<10 \else \divide\cv@tmpc@ by 10 \advance\cv@tmpc by 1 \fi
\ifnum\cv@tmpc@=10\relax\cv@tmpc@=11\relax\fi \ifnum\cv@tmpc@>10 \repeat
\ifnum#2<0\advance\cv@tmpc1\relax-\fi
\loop\ifnum\cv@tmpc<#1\relax0\advance\cv@tmpc1\relax\fi \ifnum\cv@tmpc<#1 \repeat
\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi \relax\the\cv@tmpc@}%
\makeatother
% ----- end of vruler
%% Define linenumber setup
\RequirePackage[switch,mathlines]{lineno}
% Line numbers in ICCV blue using font from \iccvtenhv
\renewcommand\linenumberfont{\iccvtenhv\color[rgb]{.5,.5,1}}
\renewcommand\thelinenumber{\fillzeros[3]{\arabic{linenumber}}}
\setlength{\linenumbersep}{.75cm}
% Bug: An equation with $$ ... $$ isn't numbered, nor is the previous line.
% Patch amsmath commands so that the previous line and the equation itself
% are numbered. Bug: multiline has an extra line number.
% https://tex.stackexchange.com/questions/461186/how-to-use-lineno-with-amsmath-align
\RequirePackage{etoolbox} %% <- for \pretocmd, \apptocmd and \patchcmd
\newcommand*\linenomathpatch[1]{%
\expandafter\pretocmd\csname #1\endcsname {\linenomath}{}{}%
\expandafter\pretocmd\csname #1*\endcsname {\linenomath}{}{}%
\expandafter\apptocmd\csname end#1\endcsname {\endlinenomath}{}{}%
\expandafter\apptocmd\csname end#1*\endcsname {\endlinenomath}{}{}%
}
\newcommand*\linenomathpatchAMS[1]{%
\expandafter\pretocmd\csname #1\endcsname {\linenomathAMS}{}{}%
\expandafter\pretocmd\csname #1*\endcsname {\linenomathAMS}{}{}%
\expandafter\apptocmd\csname end#1\endcsname {\endlinenomath}{}{}%
\expandafter\apptocmd\csname end#1*\endcsname {\endlinenomath}{}{}%
}
%% Definition of \linenomathAMS depends on whether the mathlines option is provided
\expandafter\ifx\linenomath\linenomathWithnumbers
\let\linenomathAMS\linenomathWithnumbers
%% The following line gets rid of an extra line numbers at the bottom:
\patchcmd\linenomathAMS{\advance\postdisplaypenalty\linenopenalty}{}{}{}
\else
\let\linenomathAMS\linenomathNonumbers
\fi
% Add the numbers
\linenumbers
\AtBeginDocument{%
\linenomathpatch{equation}%
\linenomathpatchAMS{gather}%
\linenomathpatchAMS{multline}%
\linenomathpatchAMS{align}%
\linenomathpatchAMS{alignat}%
\linenomathpatchAMS{flalign}%
}
% \makevruler[<SCALE>][<INITIAL_COUNT>][<STEP>][<DIGITS>][<HEIGHT>]
\def\iccvruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\iccvrulerbox}}
\AddToShipoutPicture{%
\color[rgb]{.5,.5,1}
\def\pid{\parbox{1in}{\begin{center}\bf\sf{\small \confName}\\\small \#\paperID\end{center}}}
\AtTextUpperLeft{%paperID in corners
\put(\LenToUnit{-65pt},\LenToUnit{45pt}){\pid}
\put(\LenToUnit{\textwidth-12pt},\LenToUnit{45pt}){\pid}
}
\AtTextUpperLeft{%confidential
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\iccvtenhv
\confName~\confYear~Submission \#\paperID. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.}}
}
}
} % end of not iccvfinal
%%% Make figure placement a little more predictable.
% We trust the user to move figures if this results
% in ugliness.
% Minimize bad page breaks at figures
\renewcommand{\textfraction}{0.01}
\renewcommand{\floatpagefraction}{0.99}
\renewcommand{\topfraction}{0.99}
\renewcommand{\bottomfraction}{0.99}
\renewcommand{\dblfloatpagefraction}{0.99}
\renewcommand{\dbltopfraction}{0.99}
\setcounter{totalnumber}{99}
\setcounter{topnumber}{99}
\setcounter{bottomnumber}{99}
% Add a period to the end of an abbreviation unless there's one
% already, then \xspace.
\makeatletter
\DeclareRobustCommand\onedot{\futurelet\@let@token\@onedot}
\def\@onedot{\ifx\@let@token.\else.\null\fi\xspace}
\def\eg{\emph{e.g}\onedot} \def\Eg{\emph{E.g}\onedot}
\def\ie{\emph{i.e}\onedot} \def\Ie{\emph{I.e}\onedot}
\def\cf{\emph{cf}\onedot} \def\Cf{\emph{Cf}\onedot}
\def\etc{\emph{etc}\onedot} \def\vs{\emph{vs}\onedot}
\def\wrt{w.r.t\onedot} \def\dof{d.o.f\onedot}
\def\iid{i.i.d\onedot} \def\wolog{w.l.o.g\onedot}
\def\etal{\emph{et al}\onedot}
\makeatother
% ---------------------------------------------------------------
%% redefine the \title command so that a variable name is saved in \thetitle, and provides the \maketitlesupplementary command
\let\titleold\title
\renewcommand{\title}[1]{\titleold{#1}\newcommand{\thetitle}{#1}}
\def\maketitlesupplementary
{
\newpage
\twocolumn[
\centering
\Large
\textbf{\thetitle}\\
\vspace{0.5em}Supplementary Material \\
\vspace{1.0em}
] %< twocolumn
}
% ---------------------------------------------------------------
%% Support for easy cross-referencing (e.g. \cref{sec:intro}
% configured with \AtEndPreamble as it needs to be called after hyperref
\AtEndPreamble{
\usepackage[capitalize]{cleveref}
\crefname{section}{Sec.}{Secs.}
\Crefname{section}{Section}{Sections}
\Crefname{table}{Table}{Tables}
\crefname{table}{Tab.}{Tabs.}
}
% ---------------------------------------------------------------
%% More compact compact itemize/enumeration (e.g. list contributions)
\RequirePackage[shortlabels,inline]{enumitem}
\setlist[itemize]{noitemsep,leftmargin=*,topsep=0em}
\setlist[enumerate]{noitemsep,leftmargin=*,topsep=0em}

1448
ieeenat_fullname.bst Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”MŽA …÷>…OÐc—«ü³¤¬<C2A4>%<25>Ñ4ƒ×GåªN2­ bÃ"rRýâï=»»>}{<~:¼Ã÷Ÿááúëñ'0>ã Ÿ<>ð72<1E>ñ „„+p­Høœµž<7F>
pØeÛÅ—#~ÁïHKD)"Ö´ -êÊaÊ*H¸haõŠ/gäDà_ÿ0=UOKÕ±zš¥ hñbµQ8Õî¥S<>Š´´nÂ¥YçßUÂN9<4E>øÜK"7ÓP²#šy³ÞÑU¨µžªIaò<>~[;á@¾ÞC27ÓR²-”Ì«p¦aiÆFpŠfR*ó€ßQÂN9f»Þ
ÍYϧ<EFBFBD><EFBFBD>´ÔÑQ¬¯­pS×þõòl¿ÞfÊþnÃgH5jîEZïã-ª¸Z±£RGÈ;JØ)'v½Î¶Iðfd367\Zeêm<C3AA>¸
«÷{5´IXlî(a§ã\oã¾~Ôæ¸ÇŽ3Q‰Ê¹9bwñàÜq­áE#æŽßVÂN9±ëmØ<6D>½øØŒý¯<ñ—¡__5'58ÁGøÀ<>÷“
endstream
endobj
12 0 obj
420
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073347+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000970 00000 n
0000000865 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000065 00000 n
0000000330 00000 n
0000000845 00000 n
0000000208 00000 n
0000000825 00000 n
0000001030 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1187

Binary file not shown.

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÛ@ …÷<<4F>C9Ü&¼n»èÛMH
$×/æ/»èBý<ñ{|CéîÛáãéñðc<63>?áî|õøŸ<>ñ„„ÏHø‰Œ{d<¬Š„/m­Ç ÐXá
«l>|?à/|EÚ…YÎ,Éi§áš”Ìi—"“X0¾Ÿ<C2BE>sÿýÆp¥¥™ÒZš¥±Ôp¬å¤˜”(¹šqe/<>vf™2IãßÂFØ<46> „5DXNþ°ÓÉÅ…SöÄ•¦.fiR͉e ¯+a£ìÐË<C390>hÔéb˜jtKlE¢&Wz
ñ¨™²sæÑ÷
!\
{²ËºÑ°ôXÚÝJ®ò¢ÂâRw<52>³K®¹ñþùx”_Öµú­E<C2AD>¢I¬o§¯Î%‚ˆ¤ ä
!l„ºœs­'
;mL[}<>‰5BkUÍ®ªmj“[.9RüJØ({˜ËºÙËm„Ýé™$™‡k× ¢a-Q+Lš=³
úu%l”»¬›íØ/ÓØov·$QgÊÈ¥_×ø5{ò9ÞW•°QðrŽýü«ùò2ÍÁ¾Ã_¢÷m
endstream
endobj
12 0 obj
432
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150053+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000982 00000 n
0000000877 00000 n
0000000898 00000 n
0000000919 00000 n
0000000940 00000 n
0000000961 00000 n
0000000065 00000 n
0000000330 00000 n
0000000857 00000 n
0000000208 00000 n
0000000837 00000 n

Binary file not shown.

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnÜ0 E÷ü
~<7E>CJ|nÛ³n»èq€¦@ûû…di^ÍYôãZç^Šöçýï<1F>û/»øñ+<œ¯ã0‘ð ÿ ã<19>@H¸ ás¯íxõ;À~b“͇¯{ü†/HK¦”Z2¼"-ÆšliH˜kd<6B>p|="wæÞýÆp%ÑMI D·4J»  ˜E!ÑæF
»Q#-jLÉÞ
ÜUÂ<EFBFBD>rC®Ð,ás+9 C<><43>©•RÒZ”¨™!V¸](— âecßQÂ<51>rƒ^ïE§NÃT§×H±Ö;wµ"®éHKM ñj&ýŽn”[w×˨i½Û£ô»<C3B4>ÝÖ$©\û6V +.Ú<>ÿ}<_/3õõ'nâ{ÈQ¹px·^Uª²´<C2B2>¡•kÞ2Þµp@×sgÛIÇNÓÖØá÷<C3A1>÷]%ü;Öi[<5B>gØë<C398>m4{›í ÎÌR¹OlªzXiá5”¢˜ŽÙ~[ 7Ê<37>]/ÃnØ“<C398>il8«:å6¶¥¤ïßY•ê,§ñ~C׺]Ï-?ÿjN>¦18Àgø ò#ø9
endstream
endobj
12 0 obj
429
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073409+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000979 00000 n
0000000874 00000 n
0000000895 00000 n
0000000916 00000 n
0000000937 00000 n
0000000958 00000 n
0000000065 00000 n
0000000330 00000 n
0000000854 00000 n
0000000208 00000 n
0000000834 00000 n
0000001039 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1196

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,73 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnÛ@ E÷ü
~<7E>Br8|lÛ^·]ô;mh
´¿_ÌC±-ØEÂèq5çòÒçãï<1F>Ç/‡øñ+<œ¯ã30>!á3þAÆ2>
¬Š„/}mÇ Ð\¿œà'6ÙöðíˆßðiIó,U)+ÒRÉUH¤ -iµ¤§àÛrGà_˜ž4º%
Ôè†æÒn h‰ ÎL)ܼhÖêa¢më¨bFµñï*a§ÈÒ:$m 7ÓPggw6±æÞ­P2sÒ¢Â"b<Øw”°Sèu':us1M
zÏJÞ<4A>éìT8¹gÕ©jzä¤ßVÂN9Ò]/KMëiÏ¥ßmìV!yháâ½s\-L\GÔÿ|<·_/kêûo¸
ßt©šÄiÜ;XX8ܤ¬DF%²Qä%ì”»ž³m'¼ÙŒ<C399>”]£Öõ6RÕ•(³µa)".Bef|[åzYêõ‡6£“]-D%£ô¦sÕìƒ] ¥¦•m°o
a'œÐõ²Ì}w±ÙšÃ­ä)D}d=Ô28KOž¹P)³Û÷”°SNðzüü£y÷²™ƒ|†¿q÷-
endstream
endobj
12 0 obj
441
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073347+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000991 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000970 00000 n
0000000065 00000 n
0000000330 00000 n
0000000866 00000 n
0000000208 00000 n
0000000846 00000 n
0000001051 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,70 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”An1 E÷<O0!%J$·M¯Û.r€Àvx$Úë¢$Û8i7] 8žùÖûŸ¤}÷yÿëÇãþëîÞƒ»Ë§ÇŸÀøŒG$|BÂßȸCÆ#®À"HxŠÚ®ШßðM6_¾îñŸ‘W±R,‰"-¥¨¹{EZrJše|="qÿ¨ŽÄÂ<C384>Š…<C5A0>QÚC8´ÃrR/¤fá„•2;3ÒRRWó†W eG®Ð á©•@NÃPg{ʦErn8ÏfÕk<C395> Nd¤ÙÒ`ßVÂFÙ¡oçÔéb˜
z•Jŵ8&fI³J .\XŒú¯2ˆfõnÏ<6E>^£Ï£ÄÓFmß#5ÉœµeI\ªÕ¤Röáëqüz<C3BC>&Ο¸<C2B8>xeN+!-êÊE\H<48>Rrg®=á;JØ(v½tµÝx™Æútµ¦ìNkZ5÷“cM5çR…xL÷¶6ÊÞÎõ:îÛÙh÷ÿÛëÀ_…íØ³<C398>il.·‰9I£rõRˆc¨B.EÛÞž—û^/m¿üÍœ½Lsp€/ðKöç
endstream
endobj
12 0 obj
416
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073412+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000966 00000 n
0000000861 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000065 00000 n
0000000330 00000 n
0000000841 00000 n
0000000208 00000 n
0000000821 00000 n
0000001026 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1183
%%EOF

View File

@@ -1,71 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MŽÛ0 …÷<Oà!%Š"·m<C2B7>¬Û.z€AvÐ)0sýB”'ARtaÐ?ÏúŸh?}Ù¿ÿzÞÛ}ÂÏßái»zþŒ/ÀxDÂ$ü@Æ2<1E><>pAÂSÔvœ€Fý p€ßØdóáÛà+ÒâU¬KR¹»"-9¥še|;"qÿ©ŽÄÂ<C384>Š…<C5A0>QÚM8´Åza®©½ïêIRqGZTœŠQmôGB¸
ÍžZ àä;<3B><WÌHK%OZT+#-BÉÝLt¢ï+áFÙ¡×»Ôéb˜
ºfM¬½…h"%qε5.,T¹0wø!\ {²ëe£®ô(q·£¿j9G?‰‹š¦*%xÿ|<_/;Šõ'nâ£ÅÂÆdÂn-6O&æ$9Ì% ¥Î|¤„åÀ®[²í$ÀÓÈ4Öw¸f©\…ÛÈ©Bbòì;|_ 7ÊçzÙîõg6âîôB9iõ*p2q<32>˜¤ÔÂs¾î+áF9°ëe³{ö1<C3B6>ÍO9×¢)˜Ê^•5Ú·>Tržï{B¸캅¾ýfÎN¦58ÀWø ­ ö™
endstream
endobj
12 0 obj
433
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073412+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000983 00000 n
0000000878 00000 n
0000000899 00000 n
0000000920 00000 n
0000000941 00000 n
0000000962 00000 n
0000000065 00000 n
0000000330 00000 n
0000000858 00000 n
0000000208 00000 n
0000000838 00000 n
0000001043 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1200
%%EOF

View File

@@ -1,70 +0,0 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnA E÷þ
ÁÄ.»üØÒ¬<C392>MQ:AßGõš™´&ˆE«úqÛç^»ºï><3E>~ÿ¸?}9~À<>_áîruÿ Ÿ€ñ Ÿ<>ð2‘ñ 7`U$|îk;ž<>æúà~b“­‡¯'ü†/H‡t+IîH‡j.é\5R\¤šãë#rgá¿ß˜®4º)
ÔèæÒnÂC+§ªQ"¹ 7VT¼¶ s!<21>(®ÍÀ»JØ)´IÈå`ì,UY„éàÄÕMØ¢EI«že±o+a§з³èÔåbšêtsªEj«5UÂÜé %ÄÅiÑßQÂN9º»]GMëÝžK¿ÛØ<C39B>A*,Þj®V\kþóñ,¿]gêõná{ÈZ]Ý#…u&£ê„ª=Š<><C5A0>ï(a§œØíÒÛvÒÁËÈ26fì¢Î®l<C2AE>¡®¤¡ÚR S(gÌßVÂN9Ú¹]Ç}û¹Ívz%)æÙÇšžšÖ{jÁ¤Õ+Û¤ßVÂN9±ÛuØ<75>=ûXÆÖ—ðªÒ™)fÖ·8Q<38>K”󿥄<C2A5>r·KÛ/?œ³—eà3ü™øù
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073413+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1204

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
endobj endobj
7 0 obj 7 0 obj
<< >> << >>
endobj endobj
2 0 obj 2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
@@ -65,5 +65,5 @@ xref
0000000330 00000 n 0000000330 00000 n
0000000862 00000 n 0000000862 00000 n
0000000208 00000 n 0000000208 00000 n
0000000842 00000 n 0000000842 00000 n
0000001047 00000 n 0000001047 00000 n

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150051+02'00') >> /CreationDate (D:20250227094747+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -66,5 +66,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1210 1208
%%EOF %%EOF

View File

@@ -45,9 +45,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150046+02'00') >> /CreationDate (D:20250227094737+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -68,5 +68,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1212 1210
%%EOF %%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150050+02'00') >> /CreationDate (D:20250227094746+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -65,5 +65,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1206 1204
%%EOF %%EOF

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150050+02'00') >> /CreationDate (D:20250227094746+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -65,5 +65,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1199 1197
%%EOF %%EOF

View File

@@ -43,9 +43,9 @@ endobj
<< >> << >>
endobj endobj
2 0 obj 2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094738+02'00') >> /CreationDate (D:20250227094738+02'00') >>
@@ -66,5 +66,5 @@ xref
0000000208 00000 n 0000000208 00000 n
0000000843 00000 n 0000000843 00000 n
0000001048 00000 n 0000001048 00000 n
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150049+02'00') >> /CreationDate (D:20250227094745+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -65,5 +65,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1170 1168
%%EOF %%EOF

Binary file not shown.

View File

@@ -44,9 +44,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150045+02'00') >> /CreationDate (D:20250301004049+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -67,5 +67,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1209 1207
%%EOF %%EOF

View File

@@ -43,9 +43,9 @@ endobj
<< >> << >>
endobj endobj
2 0 obj 2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250301004048+02'00') >> /CreationDate (D:20250301004048+02'00') >>
@@ -66,5 +66,5 @@ xref
0000000208 00000 n 0000000208 00000 n
0000000842 00000 n 0000000842 00000 n
0000001047 00000 n 0000001047 00000 n
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>

View File

@@ -43,9 +43,9 @@ endobj
endobj endobj
2 0 obj 2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094737+02'00') >> /CreationDate (D:20250227094737+02'00') >>
endobj endobj
@@ -66,5 +66,5 @@ xref
0000000845 00000 n 0000000845 00000 n
0000001050 00000 n 0000001050 00000 n
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150045+02'00') >> /CreationDate (D:20250227094736+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -65,5 +65,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1193 1191
%%EOF %%EOF

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150049+02'00') >> /CreationDate (D:20250227094745+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -66,5 +66,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1206 1204
%%EOF %%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -42,9 +42,9 @@ endobj
endobj endobj
2 0 obj 2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094738+02'00') >> /CreationDate (D:20250227094738+02'00') >>
endobj endobj
@@ -65,5 +65,5 @@ xref
0000000820 00000 n 0000000820 00000 n
0000001025 00000 n 0000001025 00000 n
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150048+02'00') >> /CreationDate (D:20250227094744+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -66,5 +66,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1190 1188
%%EOF %%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -43,9 +43,9 @@ endobj
<< >> << >>
endobj endobj
2 0 obj 2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094737+02'00') >> /CreationDate (D:20250227094737+02'00') >>
@@ -66,5 +66,5 @@ xref
0000000208 00000 n 0000000208 00000 n
0000000848 00000 n 0000000848 00000 n
0000001053 00000 n 0000001053 00000 n
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>

View File

@@ -44,9 +44,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >> << /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj endobj
13 0 obj 13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org) << /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1) /Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250724150051+02'00') >> /CreationDate (D:20250227094746+02'00') >>
endobj endobj
xref xref
0 14 0 14
@@ -67,5 +67,5 @@ xref
trailer trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >> << /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref startxref
1210 1208
%%EOF %%EOF

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Some files were not shown because too many files have changed in this diff Show More