Anda di halaman 1dari 4

Klasifikasi Supervised 1.

Buka data yang akan dibuat peta kerapatan mangrove, lalu tampilkan RGB dengan nilai R=B5, G=B4, dan B=B3

2. Buat region area dengan cara Edit Edit/Create Regions

3. Buat poligon area, beri inisial lalu save

4. Lakukan Calculate statistic

5. Lakukan klasifikasi dengan cara process classification

classification

supervised max

pilih output datasheet. Classification type max likelihood standard OK

likelihood enhaced

Klasifikasi NDVI 6. Buka data awal lalu bersihkan dari area yang tadi telah dibuat 7. Masukkan algoritma (TM4-TM3)/(TM4+TM3)

8. Lakukan reclassify dengan menggunakan algoritma If i1>0.0001 and i1<0.1 then 1 else If i1>=0.1 and i1<0.2 then 2 else If i1>=0.2 and i1<0.3 then 3 else If i1>=0.3 and i1<0.4 then 4 else If i1>=0.4 then 5 else null Klasifikasi diatas tergantung dari data lapang atau literatur. Save dalam unsigned8 byte integer

Penggabungan 9. Lakukan penggabungan hasil Klasifikasi Supervised dengan klasifikasi NDVI

10. Lakukan klasifikasi hasil penggabungan dengan menggunakan algoritma if i1=1 and i2=0 then 7 else if i1=1 and i2=1 then 1 else if i1=1 and i2=2 then 2 else if i1=1 and i2=3 then 3 else if i1=1 and i2=4 then 4 else

if i1=1 and i2=5 then 5 else if i1=2 and i2=0 then 6 else if i1=2 and i2=1 then 6 else if i1=2 and i2=2 then 6 else if i1=2 and i2=3 then 6 else if i1=2 and i2=4 then 6 else if i1=2 and i2=5 then 6 else if i1=3 and i2=0 then 7 else if i1=3 and i2=1 then 7 else if i1=3 and i2=2 then 7 else if i1=3 and i2=3 then 7 else if i1=3 and i2=4 then 7 else if i1=3 and i2=5 then 7 else null 11. Buka data dengan Wordpad lalu tambahkan menjadi 7 kealas.

Anda mungkin juga menyukai