質問編集履歴
1
ソースコードのコメントの編集
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);
|