Mapa de saliências: estudo e implementação nas arquiteturas CPU e GPU

This work describes the study and implementation of a visual attention method using the saliency map model on CPU and GPU architectures. First, the saliency maps algorithm is implemented in the numerical calculations software Matlab with the purpose of understanding the model researched. After that,...

ver descrição completa

Autor principal: Dias, Eduardo Tondin Ferreira
Formato: Trabalho de Conclusão de Curso (Graduação)
Idioma: Português
Publicado em: Universidade Tecnológica Federal do Paraná 2020
Assuntos:
Acesso em linha: http://repositorio.utfpr.edu.br/jspui/handle/1/9752
Tags: Adicionar Tag
Sem tags, seja o primeiro a adicionar uma tag!
Resumo: This work describes the study and implementation of a visual attention method using the saliency map model on CPU and GPU architectures. First, the saliency maps algorithm is implemented in the numerical calculations software Matlab with the purpose of understanding the model researched. After that, the model is implemented in the C++ programming language. The functions implemented in C++ are analyzed, in order to find functions that have characteristics of parallelization. With these functions located, the model is implemented in the GPU architecture, using the CUDA development API. Comparisons are made between the architectures and future research is described.