質問するログイン新規登録

質問編集履歴

1

ソースコードのコメントの編集

2017/04/28 08:10

投稿

TaigaMikami
TaigaMikami

スコア20

title CHANGED
File without changes
body CHANGED
@@ -13,7 +13,7 @@
13
13
  Org = imread('img/color.jpg'); % 原画像
14
14
  Org = rgb2gray(Org)
15
15
 
16
- %% 細胞の検出
16
+ %% の検出
17
17
  [~, threshold] = edge(Org, 'sobel');
18
18
  fudgeFactor = .5;
19
19
  BWs = edge(Org,'sobel', threshold * fudgeFactor);