Kustanto Kustanto
Unknown Affiliation

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

Found 22 Documents
Search

Implementasi Algoritma Travelling Salesman Problem Untuk Pengiriman Paket di PT. POS Indonesia Cabang Surakarta Kustanto Kustanto
Jurnal Ilmiah SINUS Vol 9, No 2 (2011): Juli 2011
Publisher : STMIK Sinar Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (347.71 KB) | DOI: 10.30646/sinus.v9i2.91

Abstract

Travelling salesman problem (TSP) problem is an optimization problem to find the optimal way for the traveling salesman who wants to visit several cities, and returned to the original departure city. TSP is a difficult problem when viewed from the point of computing. Several methods have been used to solve these problems but until now not been found mangkus algorithms to solve them. The easiest way to solve TSP is to try all possible routes and find the optimal route. However, at the time of the very practical now required to complete an algorithm that quickly so that the TSP solution obtained near optimal solutions.TSP is very precise algorithm used for solving complex optimization problems and solved difficult conventional methods. Route and distance data used to determine the optimal route in the system is obtained from the survey results at the post office branch Surakarta City. The results showed that the algorithm is the shortest route from the post office to post office branch Surakarta, The implementation of this system using the programming language PHP, Dreamweaver, MySQL and Fireworks MX. Key words:  Graph algorithm, Traveling Salesman Problem, optional route
COMPUTING GRAYSCALE OF FACE DETECTION MENGGUNAKAN METODE SOBEL DAN LAPLACIAN OF GAUSSIAN Kustanto Kustanto
Antivirus : Jurnal Ilmiah Teknik Informatika Vol 11 No 1 (2017): Mei 2017
Publisher : Universitas Islam Balitar

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (613.369 KB) | DOI: 10.35457/antivirus.v11i1.196

Abstract

Citra dari sudut pandang matematis, merupakan fungsi menerus atau continue dari intensitas cahaya pada bidang dua dimensi f(x, y), dengan x dan y adalah koordinat spasial dan amplitude f pada pasangan koordinat (x, y) yang disebut intensitas atau derajat keabuan citra pada titik tersebut. Jika x, y, dan semuanya berhingga, dan nilainya diskrit, citra tersebut merupakan citra digital Citra digital adalah citra yang disimpan dalam format digital atau dalam bentuk file. "Pengolahan citra digital merupakan proses yang bertujuan untuk memanipulasi dan menganalisis citra digital dengan bantuan komputer". Penggunaannya, deteksi wajah mengunakan operatorberbasis turunan pertama dan turunan kedua. Saat ini telah ada beberapa metode yang dapat digunakan dalam mendeteksi wajah, contohnya adalah metode Sobel dan Laplacianof Gaussian atau LoG, kedua metode ini cocok dalam menyelesaikan penghitungan komputasi. Kedua metode deteksi wajah ini menghasilkan citra yang berbeda, dimana citra yang dihasilkan metode Sobel lebih baik dan jumlah pixsel warna putih yang diperoleh lebih banyak dibandingkan dengan metode Laplacian.