Skip to content

Commit

Permalink
Melhora tamanho de figuras e descreve grabcut com tabela de imagens
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Dec 17, 2023
1 parent 7518989 commit 08f9263
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
10 changes: 5 additions & 5 deletions 2-textuais/2-fundamentacao-teorica.tex
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ \section{Geração de redes complexas}\label{sec:teorica-redes-complexas}
ilustração~\ref{fig:slic}, ao executar o algoritmo SLIC.\@

\begin{figure}[t]
\captionsetup{width=12cm}
\captionsetup{width=14cm}
\Caption{\label{fig:complex-networks}
Geração de rede complexa baseado nos superpixels.
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=12cm]{figuras/complex-networks}}}{\Fonte{\fonteautorscikit}}
\UFCfig{}{\fbox{\includegraphics[width=14cm]{figuras/complex-networks}}}{\Fonte{\fonteautorscikit}}

Check warning on line 271 in 2-textuais/2-fundamentacao-teorica.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 271 in 2-textuais/2-fundamentacao-teorica.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?

Check warning on line 271 in 2-textuais/2-fundamentacao-teorica.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fonteautorscikit

"fonteautorscikit" is a typo. Did you mean "autoras-cientistas"?
\end{figure}
\FloatBarrier{}

Expand Down Expand Up @@ -659,12 +659,12 @@ \subsection{Modelagem matemática LCU com grafo ponderado}\label{sec:lcu-math}
dominação.

\begin{figure}[h!]
\captionsetup{width=12cm}
\captionsetup{width=16cm}
\Caption{\label{fig:lcu-classification}
Execução em quatro fases da dinâmica coletiva LCU.\@
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=12cm]{figuras/lcu-classification}}}{\Fonte{\cite{VerriNetworkUnfoldingMap2018}}}
\UFCfig{}{\fbox{\includegraphics[width=16cm]{figuras/lcu-classification}}}{\Fonte{\cite{VerriNetworkUnfoldingMap2018}}}

Check warning on line 667 in 2-textuais/2-fundamentacao-teorica.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 667 in 2-textuais/2-fundamentacao-teorica.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?

Check warning on line 667 in 2-textuais/2-fundamentacao-teorica.tex

View workflow job for this annotation

GitHub Actions / Typo CI

lcu-classification

"lcu-classification" is a typo. Did you mean "cu-classification"?
\end{figure}

\section{EGSIS}\label{sec:teorica-egsis}
Expand All @@ -682,7 +682,7 @@ \section{EGSIS}\label{sec:teorica-egsis}

Ao considerar as características do algoritmo LCU explicada na
Seção~\ref{sec:teorica-lcu}, esse algoritmo também pode ser usado para
aprendizado semi-supervisionado multi-classe.
aprendizado semi-supervisionado multi-classes.

O ponto central desse método de segmentação é realizar uma
transformação do domínio da imagem para uma rede complexa que seja
Expand Down
30 changes: 23 additions & 7 deletions 2-textuais/3-metodologia.tex
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
\chapter{METODOLOGIA}\label{cap:metodologia}

Para avaliação deste trabalho, foi considerada a base de dados
GrabCut~\cite{rother2004grabcut}, que contém 50 imagens com segmentação
binária e anotações parciais para execução de segmentações assistidas,
como a proposta de segmentação interativa.
GrabCut~\cite{rother2004grabcut}, que contém 50 imagens com
segmentação binária e anotações parciais para execução de segmentações
assistidas, assim como segmentação interativa. Nessa
coleção de imagens, há variados tipos de objetos, como pessoas,
carros, plantas, animais, entre outros tipos de imagem. Na Figura~\ref{fig:imagens-avaliadas} é
apresentado uma amostra de 16 imagens que serão usadas para realizar
uma avaliação qualitativa do método EGSIS.\@

\begin{figure}[h!]
\captionsetup{width=16cm}
\Caption{\label{fig:imagens-avaliadas}
Amostra de 16 imagens do \textit{dataset} GrabCut.
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=16cm]{figuras/imagens-avaliadas}}}

Check warning on line 18 in 2-textuais/3-metodologia.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 18 in 2-textuais/3-metodologia.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?
{\Fonte{Elaborado pelo autor baseado em~\citeonline{rother2004grabcut}}}
\end{figure}
\FloatBarrier{}

As anotações parciais que serão consideradas neste trabalho são
chamadas de \textit{Lasso} e simulam um usuário realizando uma
marcação de regiões da imagem de fundo e primeiro plano para
marcação de regiões do plano de fundo e primeiro plano para
segmentação. A anotação possui um esquema de anotação para treinamento
em escala de cinza e será descrita em sequência.

Expand All @@ -18,7 +33,8 @@ \chapter{METODOLOGIA}\label{cap:metodologia}
a segmentação real (\textit{ground truth}).
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=12cm]{figuras/grabcut-dataset}}}{\Fonte{\fonteautor}}
\UFCfig{}{\fbox{\includegraphics[width=12cm]{figuras/grabcut-dataset}}}

Check warning on line 36 in 2-textuais/3-metodologia.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 36 in 2-textuais/3-metodologia.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?
{\Fonte{Elaborado pelo autor baseado em~\citeonline{rother2004grabcut}}}
\end{figure}
\FloatBarrier{}

Expand Down Expand Up @@ -135,11 +151,11 @@ \subsection{IoU}\label{sec:iou}
segmentação. Para ilustração, tem-se a seguinte Figura~\ref{fig:iou}:

\begin{figure}[h!]
\captionsetup{width=12cm}
\captionsetup{width=10cm}
\Caption{\label{fig:iou}
Ilustração das métricas IoU e F1 score.
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=12cm]{figuras/metrics}}}{\Fonte{\cite{maxwell2021metrics}}}
\UFCfig{}{\fbox{\includegraphics[width=10cm]{figuras/metrics}}}{\Fonte{\cite{maxwell2021metrics}}}

Check warning on line 159 in 2-textuais/3-metodologia.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 159 in 2-textuais/3-metodologia.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?
\end{figure}
\FloatBarrier{}

0 comments on commit 08f9263

Please sign in to comment.