#include "stdafx.h" #include "cv.h" #include "highgui.h" //fungsi deteksi wajah void detect_and_draw(IplI...
Red tracking color MATLAB
programnya..... close all; clear all; clc; % spesifikasi format webcam yang digunakan vid=videoinput('winvideo'...
Skin face detection MATLAB
PROGRAM % spesifikasi format webcam yang digunakan vid = videoinput('winvideo',1,'YUY2_320x240'); set(vid, 'F...
MATLAB Tracking object
programnya close all; clear all; clc; % spesifikasi format webcam yang digunakan vid=videoinput('winvideo',1,'YUY2_32...
Program GUI matlab robot PC
programnya..... function varargout = guivisiBOT(varargin) % GUIVISIBOT MATLAB code for guivisiBOT.fig % GUIVISIBOT, ...
ROBOT KONTROL KOMPUTER arduino
programnya ..... // ROBOT KONTROL KOMPUTER // Definisi awal int kiriA = 9; int kiriB = 6; int kananA = 5; int kananB = 3; voi...
face detection opencv dan visual studio
programnya............ #include "visualcontrol.h" #include "webcamwidget.h" #include <boost/bind.hpp> #inc...
volume control tangki air arduino
flowchart programnya..... /*----------------------------------------------------- ' ' VOLUME CONTROL TANGKI AIR &...
tongkat tunatentra ultrasonik arduino
flowchart programnya............... /*----------------------------------------------------- ' ' TONGKAT TUNA NE...
kran otomatis arduino dan ultrasonik
flowchart programnya......... /*----------------------------------------------------- ' ' KRAN OTOMATIS ' T...
penghitung jumlah orang otomatis pake arduino
flowchart /*----------------------------------------------------- ' ' PENGHITUNG JUMLAH ORANG ' TRIG --> P...
penghitung tinggi badan arduino
flowchart /*----------------------------------------------------- ' ' PENGHITUNG TINGGI BADAN ' TRI...
Early warning system Banjir via sms
flowchart /*----------------------------------------------------- ' SMS ERALY WARNING ' TRIG --> Pin 8 ' ...
alarm parkir mobil dengan arduino
flowchart alarm parkir mobil dengan arduino /*----------------------------------------------------- ' APLIKASI 2 '...
ULTRASONIC RANGE METER
flowchart ULTRASONIC RANGE METER /*----------------------------------------------------- ' APLIKASI 1 ' ULTRASONIC ...
program telemetri by request
//program telemetri by request #include <LiquidCrystal.h> #include <SoftwareSerial.h> LiquidCrystal lcd(2,3, 4, 5, 6, 7); ...
Telemetri : kirim suhu secara continue
//program telemetri continue #include <LiquidCrystal.h> #include <SoftwareSerial.h> LiquidCrystal lcd(2,3, 4, 5, 6, 7); co...