14 research outputs found

    Smart cop: aplicativo para leitura e validação de placas veiculares utilizando a tecnologia ALPR aplicada na fiscalização em tempo real de veículos durante uma abordagem policial

    Get PDF
    Trabalho de Conclusão de Curso, apresentado para obtenção do grau de Bacharel no Curso de Ciência da Computação da Universidade do Extremo Sul Catarinense, UNESC.Na busca constante por algo perfeito, um dos grandes princípios do ser humano é criar máquinas automatizadas que possam fazer, cada vez mais, o trabalho braçal e repetitivo. O alfabeto romano em conjunto com a escrita surgiu por volta do século VII a. C. Com o passar do tempo e com a melhoria dos sistemas de hardware, houve o interesse comercial para pesquisas e desenvolvimento voltadas para o reconhecimento de caracteres (OCR). No entanto, com a rápida expansão da internet nos últimos anos, novos paradigmas de interação humano-computador vêm ganhando força, como por exemplo a Application Programming Interface (API) Vision. Por este motivo o presente trabalho apresenta as técnicas de processamento digital de imagens (PDI) e a aplicação da API Vision para identificação automática de placas veiculares em tempo real. São expostos os princípios da morfologia matemática e algumas técnicas para tratamento de imagens. O objetivo é realizar o estudo da API e explorar suas diversas funcionalidades na identificação de placas em conjunto com o reconhecimento óptico de caracteres (OCR). Sendo assim, pode-se automatizar o processo de abordagem de trânsito por meio de um protótipo de aplicativo para leitura de placas. Os resultados obtidos foram satisfatórios tendo como base diversas placas testadas

    Generator Watermark Yang Unik Berdasarkan Nomor Dokumen

    Get PDF
    Pada saat ini, perkembangan teknologi semakin memudahkan manusia untuk memperoleh informasi dalam format dokumen digital. Kemudahan akses terhadap dokumen digital memberikan dampak yang cukup besar terhadap tindakan pemalsuan dokumen. Oleh karena itu, watermark dapat digunakan sebagai salah satu metode untuk melindungi kepemilikan hak cipta atas kekayaan intelektual yang tersedia dalam format dokumen digital. Pembahasan tugas akhir ini menyajikan suatu metode watermark pada dokumen digital yang memanfaatkan persamaan parametrik untuk menghasilkan pola-pola watermark yang unik berdasarkan nomor dokumen. Persamaan parametrik yang digunakan berdasarkan pada fungsi-fungsi trigonometri dan konsep dari persamaan kurva Lissajous. Disamping itu, nomor dokumen yang merupakan ciri khas dari suatu dokumen digital akan menjadi nilai parameter pada persamaan yang mempengaruhi pola watermark yang terbentuk. Penggunaan konsep dasar kurva Lissajous dengan modifikasi fungsifungsi parametrik trigonometri dapat menghasilkan pola gambar watermark yang unik. Sedangkan penentuan nilai batasan yang sesuai akan menghasilkan pola watermark yang memenuhi aspek estetika

    Output constraints in multimedia database systems

    Get PDF
    Zusammenfassung Semantische Fehler treten bei jeder Art von Datenverwaltung auf. Herkömmliche Datenbanksysteme verwenden eine Integritätskontrolle, um semantische Fehler zu vermeiden. Um die Integrität der Daten zu gewährleisten werden Integritätsregeln benutzt. Diese Regeln können allerdings nur die Konsistenz einfach strukturierter Daten überprüfen. Multimedia Datenbanksystem verwalten neben einfachen alphanumerischen Daten auch komplexe Mediendaten wie Videos. Um die Konsistenz dieser Daten zu sichern, bedarf es einer erheblichen Erweiterung des bestehenden Integritätskonzeptes. Dabei muss besonders auf die konsistente Datenausgabe geachtet werden. Im Gegensatz zu alphanumerischen Daten können Mediendaten während der Ausgabe verfälscht werden. Dieser Fall kann eintreten, wenn eine geforderte Datenqualität bei der Ausgabe nicht erreicht werden kann oder wenn Synchronisationsbedingungen zwischen Medienobjekten nicht eingehalten werden können. Es besteht daher die Notwendigkeit, Ouptut Constraints einzuführen. Mit ihrer Hilfe kann definiert werden, wann die Ausgabe von Mediendaten semantisch korrekt ist. Das Datenbanksystem kann diese Bedingungen überprüfen und so gewährleisten, dass der Nutzer semantisch einwandfreie Daten erhält. In dieser Arbeit werden alle Aspekte betrachtet, die notwendig sind, um Ausgabebedingungen in ein Multimedia Datenbanksystem zu integrieren. Im einzelnen werden die Modellierung der Bedingungen, deren datenbankinterne Repräsentation sowie die Bedingungsüberprüfung betrachtet. Für die Bedingungsmodellierung wird eine Constraint Language auf Basis der Prädikatenlogik eingeführt. Um die Definition von zeitlichen und räumlichen Synchronisationen zu ermöglichen, verwenden wir Allen-Relationen. Für die effiziente Überprüfung der Ausgabebedingungen müssen diese aus der Spezifikationssprache in eine datenbankinterne Darstellung überführt werden. Für die datenbankinterne Darstellung werden Difference Constraints verwendet. Diese erlauben eine sehr effiziente Bedingungsüberprüfung. Wir haben Algorithmen entwickelt, die eine effiziente Überprüfung von Ausgabebedingungen erlauben und dies anhand von Experimenten nachgewiesen. Neben der Überprüfung der Bedingungen müssen Mediendaten so synchronisiert werden, dass dies den Ausgabebedingungen entspricht. Wir haben dazu das Konzept des Output Schedules entwickelt. Dieser wird aufgrund der definierten Ausgabebedingungen generiert. Durch die Ausgabebedingungen, die in dieser Arbeit eingeführt werden, werden semantische Fehler bei der Verwaltung von Mediendaten erheblich reduziert. Die Arbeit stellt daher einen Beitrag zur qualitativen Verbesserung der Verwaltung von Mediendaten dar.Semantic errors exist as long as data are managed. Traditional database systems try to prevent this errors by proposing integrity concepts for stored data. Integrity constraints are used to implement these integrity concepts. However, integrity constraints can only detect semantic errors in elementary data. Multimedia database systems manage elementary data as well as complex media data, like videos. Considering these media data we need a much wider consistency concept as traditional database systems provide. Especially, data output of media data must be taken into account. In contrast to alphanumeric data the semantics of media data can be falsified during data output if data quality or synchronization of data are not suitable. Thus, we need a concept for output constraints that allow for preventing semantic errors in case of data output. For integrating output constraints into a multimedia database system we have to consider modelling, representation and checking of output constraints. For modelling output constraints we have introduced a constraint language which uses the same principles as traditional constraint languages. Our constraint specification language must support temporal and spatial synchronization constraints. However, it is desired to support both kinds of synchronization in almost the same manner. Therefore, we use Allen-Relations for defining temporal synchronization constraints as well as for defining spatial synchronization constraints. We need a database internal representation of output constraints that makes efficient constraint checking possible. The Allen-Relations used in the constraint language cannot be checked efficiently. However, difference constraints are a class of constraints that allows an very efficient checking. Therefore, we use difference constraints as database internal representation of output constraints. As methods for checking consistency of output constraints we use an approach based on graph theory as well as an analytical approach. Both approaches require a constraint graph as data structure. For data output we need an output order that is adequate to the defined output constraints. This output schedule can be produced based on the output constraints. With output constraints, proposed in this thesis, semantical correctness of media data considering the data output can be supported.Thus, the contribution of this work is an qualitative improvement of managing media data by database systems

    Sistema de notificação e reconhecimento automático de entidades em conteúdos audiovisuais

    Get PDF
    Estágio realizado na ClusterMedia LabsTese de mestrado integrado. Engenharia Informática e Computação. Faculdade de Engenharia. Universidade do Porto. 200

    Multimedia data integration and retrieval in planning support systems

    Get PDF
    Thesis (M.C.P.)--Massachusetts Institute of Technology, Dept. of Urban Studies and Planning, 1998.Includes bibliographical references (p. 83-86).by Carleton Tsui.M.C.P

    An analytical study on image databases

    Get PDF
    Thesis (M. Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 1997.Includes bibliographical references (leaves 87-88).by Francine Ming Fang.M.Eng

    Um ambiente genérico para a construção de bibliotecas digitais

    Get PDF
    Dissertação (mestrado) - Universidade Federal de Santa Catarina, Centro Tecnológico.Com a popularização de inúmeros meios digitais, tais como texto, imagem, som, vídeo, etc., e a grande tendência para a digitalização da informação, têm surgido mecanismos que armazenam e permitem acesso a um volume cada vez maior de informação multimídia. Sendo assim, esta dissertação elaborará um ambiente para construção de bibliotecas digitais para multimídia, provendo uma infra-estrutura e interfaces flexíveis, permitindo maior facilidade, integração e manutenção, atendendo assim os requisitos de incorporação e demanda das mídias. Neste contexto, o ambiente irá possibilita, dentre outras coisas, a captura, o armazenamento e a recuperação desses meios digitais, de uma maneira rápida e interativa, possibilitando também a manutenção de vários tipos de mídias, formatos, áreas, bibliotecas e conteúdo, tornando-o totalmente genérico para a construção de bibliotecas digitais, pois sua atualização e feita dinamicamente. Utilizando-se destes conceitos é possível fazer uma analogia com o termo, framework: que captura a funcionalidade comum a várias aplicações de um mesmo domínio de problema, que pode ser adaptado para resolver seus problemas específicos. Ao contrário das abordagens tradicionais para a reutilização de software que se limitam basicamente na construção de bibliotecas de classes, que permitem reutilizar não apenas componentes isolados mas toda a arquitetura de sistemas computacionais projetadas para um domínio específico. Por isto, toda esta aplicação está moldada visando o seu reuso, flexibilidade e extensibilidade, as quais permitem a construção de qualquer tipo de biblioteca com qualquer tipo de mídia. BUZATO & RUBICA(1998). Para tanto faz-se uso de mecanismos de integração Web e banco de dados, fazendo referência à arquitetura que roda no lado do Servidor Web. A escolha da aplicação para este estudo deve-se a sua representatividade no contexto atual das arquiteturas disponíveis no mercado e sua relevância no contexto do problema. Optou-se em implementar esta aplicação utilizando tecnologia proprietária da Microsoft, por ter uma maior ganho de integridade e desempenho, devido à tecnologia pertencer a uma mesma empresa

    Modellgetriebene Entwicklung inhaltsbasierter Bildretrieval-Systeme auf der Basis von objektrelationalen Datenbank-Management-Systeme

    Get PDF
    In this thesis, the model-driven software development paradigm is employed in order to support the development of Content-based Image Retrieval Systems (CBIRS) for different application domains. Modeling techniques, based on an adaptable conceptual framework model, are proposed for deriving the components of a concrete CBIRS. Transformation techniques are defined to automatically implement the derived application specific models in an object-relational database management system. A set of criteria assuring the quality of the transformation are derived from the theory for preserving information capacity applied in database design.In dieser Dissertation wird das Paradigma des modellgetriebenen Softwareentwurfs für die Erstellung von inhaltsbasierten Bildretrieval-Systemen verwendet. Ein adaptierbares Frameworkmodell wird für die Ableitung des Modells eines konkreten Bildretrieval-Systems eingesetzt. Transformationstechniken für die automatische Generierung von Implementierungen in Objektorientierten Datenbank-Management-Systemen aus dem konzeptuellen Modell werden erarbeitet. Die aus der Theorie des Datenbankentwurfs bekannten Anforderungen zur Kapazitätserhaltung der Transformation werden verwendet, um Kriterien für die erforderliche Qualität der Transformation zu definieren
    corecore