TCC - Bacharelado em Ciência da Computação (Sede)

URI permanente para esta coleçãohttps://arandu.ufrpe.br/handle/123456789/415

Navegar

Resultados da Pesquisa

Agora exibindo 1 - 2 de 2
  • Imagem de Miniatura
    Item
    Projeto e desenvolvimento de uma aplicação WEB para a promoção do reuso de livros didáticos universitários
    (2019) Andrade Filho, Mércio Antônio Oliveira de; Burégio, Vanilson André de Arruda; http://lattes.cnpq.br/3518416272921878
    It is common in the college student’s life the accumulation of textbooks. Many of these books end up under utilized and standing on books helves. In this context, the main tools used by students to share textbooks online are limited. These limitations were identified in a form applied to 75 college students. In order to foster the practice of sharing textbooks among UFRPE students, a specific system was developed for this purpose. This paper describes the design and implementation of this application. It deals with a single page application that is fed through a REST API. Thus, the developed API may beconsumed by other software in the future. We used the Angular and Grails frameworks, as well as the Postgre SQL DBMS for data persistence. To evaluate the application was conducted a second form. It was answered by 33 people.The participants used application’s features and indicated their degree of satisfaction. The application got a positive rating. The system has, 30 days after its deployment in the cloud, 140 registered users and 39 books in its collection.
  • Imagem de Miniatura
    Item
    Detecção de linhas que separam o mar da areia e o mar do céu em imagens de praia
    (2018) Silva, Jeremias Leite da; Macário Filho, Valmir; http://lattes.cnpq.br/4346898674852080
    The border of the metropolitan region of Pernambuco has been presented several incidents from sharks and some of these cases were fatal. In order to reduce the incidents, this work proposes an approach for the segmentation of the sea as part of a monitoring system for bathers through cameras. Once one or more persons are identified within the risk zone, the system will issue an alert to central monitoring, and the nearest lifeguard would be alerted to move to the location. In order for the system to identify the people in the image, the system must be able to identify the beach region in the image in order to segment them and identify the bathers. The strip of water is formed by two borders, one with the sky and the other with sand. The boundary with the sky is a straight horizontal line called the horizon line, and the boundary with the sand is a contour formed by the boundary of the water with the sand that is called the shoreline. This work aims to propose algorithms for the detection of the horizon and coastlines for sea segmentation, which represents one of the main steps for the monitoring system of beach bather images. In this work four horizon-line detection algorithms were analyzed to evaluate which of these obtains the best detection result. Two state-of-the-art algorithms were analyzed: Lie et al. and that of Ahmad et al. Both are works for the detection of the horizon line in mountain images. Two other algorithms were contributions of this work: the Canny Edge Detection and Multi-Stage Graph Detection (DLHCGME) and Detection of Horizon Line with Sobel and Hough Transform (DLHSTH). Two new algorithms were proposed for Coastline Detection: Coastline Detection with Canny Edge Detection and Multi-Stage Graphs (DLCCGME) and Coastline Detection based on Contour of the Hue Channel (DLCCCH). In the detection of the horizon line in images without occlusions the experiments show that the DLHCGME obtained the best result with an error rate of 0.47 and the second was the DLHSTH with 1.11 and for images with occlusions the DLHSTH obtained the best result with an error rate of 1.98 and the DLHCGME was the second best result with 2.62.