Skip to main content

Metode Otsu

Review A Threshold Selection Method from Gray-Level Histograms



Pengantar Metode Otsu

Metode otsu merupakan metode memilih batas ambang (threshold) secara otomatis dari tingkat keabu-abuan  histogram  melalui  analisis  diskriminan.  Analisis  diskriminan  tersebut diharapkan dapat  memaksimalkan  pemisahan  objek  (foreground)  dan  latar  belakang (background).
Citra memiliki  gray level  antara  rentang nilai 1 sampai L, dimana L=255. Sedangkan k merupakan nilai  ambang  yang  berada  diantara  nilai  tersebut.  Dengan  kata  lain,  background bernilai [1,,k] dan  foreground  bernilai [k+1,…,L]. Probabilitas setiap piksel, zeroth cumulative moment, first cumulative  moment, total nilai  mean, serta nilai ambang k  ditunjukkan berturutturut pada Persamaan 1, 2, 3, 4 dan 5.





Kelebihan metode otsu antara lain:

  • Metode yang diusulkan lebih sederhana karena pencarian threshold hanya memanfaatkan, zeroth cumulative moment, first cumulative moment, dan total nilai mean pada histogram
  • Menganalisa mean level kelas dan evaluasi kelas pemisahan Berdasarkan Gambar 1.e dan 1.f pada hasil penelitian Nobuyuki Otsu, terlihat jelas bahwa metode ini mampu membedakan objek dan background yang memiliki derau dengan tingkat gray level yang hampir mendekati warna objek.
  • Pemilihan optimal threshold stabil karena tidak berdasarkan nilai turunan untuk suatu kasus yang tidak global (local)




Kemahanan metode otsu antara lain:

  • Berdasarkan Gambar 3.e dan 3.f, terdapat detail objek yang hilang.
  • Objek kurang smooth


Saran perbaikan antara lain:

  • Metode  thresholding  dapat  dilakukan  dengan  mengumpulkan  cluster  pada  area  yang memiliki  similarity  sama  dan  distance  yang  saling  berdekatan  dengan  mengembangkan dendogram/tingkat  keserupaan  gray  level  dari  keabu-abuan  berdasarkan  inter  class  dan intra class sehingga pemisahan antar objek dan foreground lebih sempurna



Referensi:
Otsu, Nobuyuki, 1979, “A Threshold Selection Method from Gray-Level Histograms” IEEE Vol.9

No.1 Hal.62-68.

Comments

Popular posts from this blog

Why Programmers Should Wear Framework (CodeIgniter or Yii)

The framework can be interpreted simply as a library containing a collection of functions / procedures and classes for specific purposes that are ready to be used so that it can facilitate and accelerate the work of a programmer, without having to create a function or class from the start. Advantages of using the framework are: provide a good structure in our program. Sometimes as programmers, we can create our program structure. the framework, we can make the program more structured, easy to manage, easy to develop. well for those that have been used to make the program itself, usually on their own to create a framework in the program can easily develop, that could be a problem is the use of this framework is the subjective easily according to our perspective. with a framework that is used by many people, it will provide the structure and way of working standards for our applications. The more people who use it, it means a lot of people who agree with the way the framework w...

Indra, Radar Made in Indonesia

Wants to prove that Indonesia is not inferior to other nations, Electronics and Telecommunications Research Center Indonesian Institute of Sciences (LIPI PPET) and a division of PT Solutions 247 Radar and Communications System (RCS) makes maritime radar. Since 2006, PPET LIPI has developed two versions of the radar. Namely radar coastal surveillance and navigation radar ship. In its development, the maritime radar to be named while Indonesian Radar (Indra). To distinguish, ship navigation radar developed by PT Solutions 247-RCS named Indra-1 and a coastal surveillance radar developed by PPET-LIPI named Indra-2. Both of these radar technology frequency-modulated continuous wave (FMCW) so that the power consumption and size is much smaller than the radar radars in the market. Indra-1 managed to detect and measure the distance of a ship that was sailing with accuracy. We are proud of this result. This is proof that we can make the radar is built and functioning properly. Having escape...

Microsoft Windows 10 IOT Can for Raft Robot

Thinking of creating a project Internet of Things (IOT) or a robot? Microsoft promises ease to assemble with Windows 10 Starter Kit IOT. In the Starter Kit package for Windows IOT Core and Raspberry Pi 2, supplied equipment such as sensors, electronic components, and various types of cables that are compatible with Windows 10. Package offered by Microsoft in collaboration with Adafruit's online community allows users to create a prototype and build a machine that could send back information to a database. For example, the starter kit can be used to make weather stations that generate data based on interaction with the environment, or communicate with analog photocell sensor to measure light intensity. In fact, the starter kit can also be used to create a robot with wheels legs that can be controlled via a joystick and a Raspberry Pi Unfortunately, the starter kit is sold out in just a few minutes after it was released. But when stocked again later, for those who are interested ...