72 research outputs found

    PENDETEKSIAN HALANGAN PADA ROBOT CERDAS PEMADAM API MENGGUNAKAN KAMERA DENGAN INTEGRAL PROYEKSI

    Get PDF
    Dalam peraturan Kontes Robot Cerdas Indonesia 2008 khususnya untuk divisi senior beroda, semua peserta diwajibkan untuk mengambil mode furniture. Furniture adalah sebuah halangan berupa tabung dari bahan pipa paralon diisi campuran semen berdiameter 11 cm dengan tinggi 30 cm. Untuk menghindari dinding dan halangan biasanya digunakan sensor jarak, seperti sensor ultrasonik dan untuk mendeteksi api digunakan flame detector, misal sensor UV Tron. Dalam studi ini digunakan kamera sebagai pengganti sensor-sensor analog diatas. Untuk sistem pendeteksian halangan digunakan metode segmentasi warna, integral proyeksi dan diferensial sedangkan untuk mendeteksi api digunakan metode segmentasi warna. Kamera mengirimkan data ke komputer, proses selanjutnya komputer mengirimkan data ke mikrokontroler untuk menggerakan motor kanan dan motor kiri pada robot. Keberhasilan deteksi halangan dan deteksi api banyak ditentukan oleh tingkat pencahayaan saat dilakukan pengambilan objek Kata kunci: integral proyeksi, differensial, segmentasi warna, kamera, dan h¬alangan

    PLAYLIST CHOICE WITH FACE EXPRESSION RECOGNIZE USING NEURAL NETWORK BACKPROPAGATION

    Get PDF
    Pada Proyek Akhir ini dilakukan pengenalan ekspresi wajah yang diaplikasikan sebagai indikator untuk menjalankan playlist musik. Dimana sistem pengenalan ekspresi wajah berasal dari inputan data seseorang saat itu yang diambil secara offline , dengan posisi terdekat dengan kamera, dimana posisi wajah tidak boleh miring Prosesnya adalah dengan pengambilan citra wajah secara offline yang dikenali dengan kombinasi warna, dan mengekstrak fitur penting dari wajah berdasarkan lokasi alis , mata dan bentuk mulut kemudian mengenali ekspresi wajah pengguna menggunakan neural network (JST). Hasil pengenalan ekspresi wajah secara otomatis akan diindikasikan dengan menjalankan playlist musik , sehingga musik akan berubah mengikuti perubahan ekspresi wajah seseorang . Keyword : ekspresi wajah , neural network, backpropagation, neural network backpropagation, playlist music indicator usingn face expression recognition

    Aplikasi Ensiklopedia tentang Alam Semesta(Astronomi) Berbasis Multimedia untuk Anak-Anak

    Get PDF
    Permasalahan yang dibahas kali ini adalah tentang ensiklopedia alam semesta. Ensiklopedia merupakan salah satu sarana belajar yang efektif bagi anak-anak untuk mentransfer ilmu yang baru. Tetapi, karena kebanyakan berbentuk buku, maka visualisasinya kurang. Dibutuhkan visualisasi agar materi yang ada diensiklopedia bisa ditransfer kepada anak-anak dengan baik. Pada tugas akhir ini dibuat aplikasi ensiklopedia tentang alam semesta berbasis multimedia yang dikhususkan bagi anak-anak dari taman kanak-kanak sampai sekolah dasar. Aplikasi yang juga berbasis web ini dibuat dengan cara menggabungkan berbagai elemen multimedia, sehingga diperoleh suatu aplikasi ensiklopedia yang menarik. Konten atau materinya dibuat sevariatif mungkin. Materi tersebut dikemas dalam bentuk artikel, gambar-gambar, video, mini games dan kuis. Setiap artikel, gambar, video mini games dan kuis diupload oleh admin melalui halaman admin(CMS). User menikmati konten-konten dari aplikasi ini melalui halaman utama. Selain itu user bisa menghubungi admin melalui halaman hubungi kami yang ada di halaman utama aplikasi

    Game TicTacToe Dengan Gerakan Jari Menggunakan Metode Viola And Jones

    Get PDF
    Perkembangan dunia Game komputer telah mengalami kemajuan yang amat pesat. Sehingga para developer Game komputer terus mengembangkan Game yang user friendly atau mudah digunakan oleh semua orang dengan desain grafik user interface yang menarik dan interaktif. Disamping itu ada beberapa Game komputer dengan kendali tanpa menggunakan keyboard dan mouse pada umumnya, seperti dengan gerakan tangan, gerakan kaki, joystick dan masih banyak yang lainnya. Dalam proyek akhir ini dibuat suatu aplikasi Game TicTacToe dengan menggunakan gerakan jari sebagai kontrol. Pendeteksian gerakan jari ini menggunakan web kamera dan menggunakan metode Viola dan Jones dan terdapat fungsi haar cascade pada library Open CV. Kemudian setelah jari dapat dideteksi, selanjutnya pelacakan jari pemain dengan membentuk jari telunjuk dan jari tengah berjauhan dan berdekatan sebagai control Game tersebut. Game TicTacToe ini dimainkan oleh 2 orang. Pembuatan Game TicTacToe ini menggunakan Visual C++.Net 2008

    Aplikasi Jaringan Saraf Tiruan Sebagai Penterjemah Karakter Braille Ke Bentuk Abjad

    Get PDF
    Sistem pengkonversi karakter Braille merupakan sistem yang dapat melakukan penerjemahan karakter Braille kebentuk abjad. Penelitian ini bertujuan membuat aplikasi pendeteksian dan penerjemah karakter Braille menggunakan Backpropagation. Pendeteksian citra Braille dilakukan dengan ekstraksi fitur Braille menggunakan threshold. Dengan metode Backpropagation sistem dapat menganalisa informasi berupa citra, dan dikonversi ke dalam kode huruf. Hasil penelitian ini adalah sistem dapat mengenali karakter Braille kebentuk abjad secara offline menggunakan Backpropagation dengan pattern sebanyak 81 data diperoleh error goal sebesar 0.001 dan training berhenti pada epoch ke 651

    Pembuatan Game Puzzle dengan Gerakan Tangan dan Perintah Suara

    Get PDF
    The development of the game running fast with the increasing of technology and graphics hardware to accelerate the process of visual speed, so the game become more interactive and more real. Puzzle game (Puzzle Image) is familiar games and still developed by adding more features to make it more attractive. Most of the existing games are still using the joystick, keyboard and other tools. This final project is to develop a game that uses hand movement and speech of the player as the control. Hand movement control performed by detecting holding form of hand using haar cascade training on the openCV library, while speech recognition control performed by using of speech to text function on the Speech API 5.1 SDK.. Keyword: : Puzzle Image Game, Speech API, OpenC

    PERAMALAN HARGA SAHAM MENGGUNAKAN RECURRENT NEURAL NETWORK DENGAN ALGORITMA BACKPROPAGATION THROUGH TIME (BPTT)

    Get PDF
    In this final project will be made an application to stock price forecasting using RNN - BPTT. In this final project modeling the input data is the Close Price of shares on the Indonesia Stock Exchange (BEI). Then the data Close Price shares - these shares will be forecasting time series with neural network algorithms recurrent network that BPTT algorithm where the network architecture used is Jordan's RNN. Backpropagation Through Time (BPTT) is a fairly popular training algorithm for recurrent neural network. In recurrent neural network there are several feedback loops in the connection graph. The main concept of the BPTT is to spread the network to the time by putting the same copy of the recurrent neural network and manage network connections back to get the connection between the next set. To produce an accurate forecasting, the parameters in the RNN will be tested, such as learning rate, number of neurons and the number of data. We make this final project is expected to help investors to predict stock price fluctuations so they are able to determine the investment policy of the future with good results. Keywords: Forecasting Time Series, Close Price, Recurrent Neural Network, Backpropagation Through Tim

    PEMBUATAN DATABASE TRANSKRIP AKORD INSTRUMEN TUNGGAL MENGGUNAKAN METODE ENHANCED PITCH CLASS PROFILE (EPCP)

    Get PDF
    Playing music and recognize the chord being played are the two things are inseparable. However, recognizing the chord is not an easy case. Most beginners often have difficulty in determining the type of chord that consists of several tones. Therefore, people prefer to rely on private tutors to learn music. Based on human nature that likes the practical and easy way to solve the problem. So this final project, will be made a chord detection software automatically, so make easy to the beginner understand. By using EPCP (Enhanced Pitch Class Profile) which consists of 12 classes based on the range frequency of tones which generated from the detection of peaks in the FFT (Fast Fourier Transform) process. That process is able to recognize the type of chord being played, regardless of octave levels. By making the database of this software, it will be capable of storing data that has been processed through the sampling process and then thresholding process to take the dominant peak and will be continue to the frame blocking process, windowing, FFT and EPCP. The input data extension *.wav will be processed in audio files form. The system will detect the major and minor chords. Keywords: Method EPCP(Enhanced Pitch Class Profile), Sampling, FFT (Fast Fourier Transform), Akor

    SISTEM PENJEJAKAN PEJALAN KAKI MENGGUNAKAN CIRI OBJEK

    Get PDF
    This final project creates a system that has the ability to find or detect the presence of pedestrians and then track it. This system is an application of computer vision. The applied methods are methods in the field of Image Processing. This system uses static camera that widely used to monitor certain area with normal light, stable and simple background so the system able to substract correctly. the methods applied are background substraction, thresholding, thinning and legs recognition. The whole system centered in an PC wich process image from integrated area and decide wether the object is a pedestrian

    PEMBUATAN TRANSKRIP AKORD INSTRUMEN TUNGGAL MENGGUNAKAN METODE ENHANCED PITCH CLASS PROFILE

    Get PDF
    For playing the music well, the musicians must know the name and the piano chords. But for learning the chord process, it will be needed the process of knowing and memorizing. These things sometimes become problems for many people to learn music, especially for the beginners. In this project, it has been made software to show the chord�s name from the keyboard that is played. With EPCP method as the method. This EPCP makes the possibility to detect the chord without knowing in which octave the chord is played. The input signal is processed with which will be done the matching process with the data which has been input in the EPCP reference. Keywords: EPCP (Enhanced Pitch Class Profile), chord, octav
    • …
    corecore