photo

Gemma Rotger


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to compute threshold by dividing the histogram of the image into 2 classes?
I think what you need is Otsu image global threshold, I = imread('myimage.png'); level = graythresh(I); This functi...

約10年 前 | 1

| 採用済み