Alexander A. S. Gunawan, Alexander A. S.
Unknown Affiliation

Published : 6 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : ComTech: Computer, Mathematics and Engineering Applications

Hubungan Deret Bertingkat Berdasarkan Bilangan Eulerian dengan Operator Beda Gunawan, Alexander Agung Santoso
ComTech: Computer, Mathematics and Engineering Applications Vol 2, No 1 (2011): ComTech
Publisher : Bina Nusantara University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21512/comtech.v2i1.2727

Abstract

Rank series defined as: is a generalization of the fixed rank series (the sum of powers), in which its closed solution has been found empirically by Jacob Bernoulli in 1731. This paper will explore the relationship between rank series and differential operator. To see this relationship, examples for the case m = 1.2 and α = 1.2. are provided. 
Pendeteksian Bagian Tubuh Manusia untuk Filter Pornografi dengan Metode Viola-Jones Senjaya, Benny; Gunawan, Alexander A. S.; Hakim, Jerry Pratama
ComTech: Computer, Mathematics and Engineering Applications Vol 3, No 1 (2012): ComTech
Publisher : Bina Nusantara University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21512/comtech.v3i1.2447

Abstract

Information Technology does help people to get information promptly anytime and anywhere. Unfortunately, the information gathered from the Internet does not always come out positive. Some information can be destructive, such as porn images. To mitigate this problem, the study aims to create a desktop application that could detect parts of human body which can be expanded in the future to become an image filter application for pornography. The detection methodology in this study is Viola-Jones method which provides a complete framework for extracting and recognizing image features. A combination of Viola-Jones method with Haar-like features, integral image, boosting algorithm, and cascade classifier provide a robust detector for the application. First, several parts of the human body are chosen to be detected as the data training using the Viola-Jones method. Then, another set of images (similar body parts but different images) are run through the application to be recognized. The result shows 86.25% of successful detection. The failures are identified and show that the inputted data are completely different with the data training.
Pengembangan Program Aplikasi Enhanced Machine Control dengan Python untuk Metode Interpolasi Newton Gunawan, Alexander A. S.; Linggarjati, Jimmy
ComTech: Computer, Mathematics and Engineering Applications Vol 3, No 1 (2012): ComTech
Publisher : Bina Nusantara University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21512/comtech.v3i1.2396

Abstract

Nowadays, one of industrial main problems is the flexibility of machines to be customized since they are designed based on certain standard. This research develops software for CNC (Computer Numerically Controlled) machine in order to execute the Newton Interpolation using Python. The platform used in the CNC machine is EMC (Enhanced Machine Control) and GUI (Graphical User Interface) AXIS on the operating system Linux Ubuntu. The Newton interpolation is used to create a curve based on several point determined by user. By converting this curve into G-Code, which could be read by CNC machine, the machine can move according to curve designed by user. This research is an initial study to customize the CNC machine and will continue to fulfill the user needs. This research obtained a program that is able to run well up to 4 input pairs. The higher number inputs will cause the oscillation in the interpolation curve.