skip to main
|
skip to sidebar
Pages
Beranda
zwaini info
share and learn together to be a better
Ads 468x60px
Sharing Ilmu Pengetahuan
Labels
java
Matlab
MySQL
MP3
Sistem Terdistribusi
Showing posts with label
Matlab
.
Show all posts
Showing posts with label
Matlab
.
Show all posts
Flipdim Citra
Kali ini saya akan memberikan program matlab untuk membuat gambar dicerminkan . .
kodenya adalah dibawah ini
Read more »
imhist
a=imread('spongebob2.jpg');
figure, imshow(a);
r=a(:,:,1);
g=a(:,:,2);
b=a(:,:,3);
b1=(r+g+b)/3;
c=(0.65*r)+(0.33*g)+(0.02*b);
d=rgb2gray(a);
figure,imshow(b1);
figure,imhist(b1);
figure,imshow(c);
figure,imhist(c);
figure,imshow(d);
Mendeteksi warna RGB
untuk mendeteksi warna merah hijau dan biru di matlab berikut adalah script contohnya
a=imread('spongebob2.jpg');
figure, imshow(a);
r=a(:,:,1);
Read more »
Mengubah gambar RGB ke GrayScale
berikut adalah cara mengubah gambar RGB ke grayscale dengan matlab
a=imread('images.jpg');
figure, imshow(a);
b=rgb2gray(a);
figure, imshow(b);
diatas akan mengubah 3 matriks ke 1 matriks
Older Posts
Home
Subscribe to:
Posts (Atom)
Social Icons
Powered by
Blogger
.
Blog Archive
▼
2013
(4)
▼
September
(1)
CCNA 1 Chapter 2
►
June
(1)
►
May
(1)
►
April
(1)
►
2012
(40)
►
September
(1)
►
June
(6)
►
May
(8)
►
April
(11)
►
March
(11)
►
January
(3)
Popular Posts
Array Input Buffered
/** * @(#)input_array.java * * * @ahmad quzwaini * @version 1.00 2012/3/28 */ import java.io.*; public class input_array { ...
CCNA 1 Chapter 2
Berikut soal dan jawaban untuk latihan networking Cisco . . 1 . Which statements correctly identify the role of intermediary de...
Fungsi String
tugas fungsi string . . . . . . . . .
CORBA (Common Object Request Broker Architecture)
what is corba ?? apa itu corba ? ? Corba atau dengan kata lain (Common Object Request Broker Architecture) sebuah middleware yang dihasil...
configurasi Ip router
Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fa0/0 ...
Array Sederhana
/** * @(#)latih1.java * * * @ahmad quzwaini * @version 1.00 2012/3/28 */ public class latih1 { public static void main...
Fungsi String MySQL
pada postingan kali ini saya hanya mencotohkan beberapa fungsi string di mySQL , , berikut listingnya . .
buat class sendiri part II
class kotak { double panjang,lebar,tinggi; void cetakvolume() { double vol; vol=panjang*lebar*tinggi; ...
Kotak Band - Bayang Abadi
berikut adalah liryc lagu Kotak Band - Bayang Abadi disertai chord guitarnya
Gaji Pegawai
create database pegawai; use pegawai; create table gaji_peg (nip varchar(7) primary key, gaji int); insert into gaji_peg values ('12...
My Blog List
Dwi Budi Santoso
Blogerahman
Tiexq Pyari Mam
Princess Amma
Unisbank
Ragam Warna Indonesia
About Me
Ahmad Quzwaini
Go Spirit to our life . .
View my complete profile
Followers
Total Pageviews
Sample text
Sample Text
Zwainifo
Sample Text