diff --git a/Tongue extraction_cropresizemethod/Tongue extraction/Form1.cs b/Tongue extraction_cropresizemethod/Tongue extraction/Form1.cs index 7056177..e1e0dea 100644 --- a/Tongue extraction_cropresizemethod/Tongue extraction/Form1.cs +++ b/Tongue extraction_cropresizemethod/Tongue extraction/Form1.cs @@ -826,9 +826,7 @@ /// Gloss抽出処理 extraction結果は使用しない(255,255,255の扱いが煩雑なため) label7.BackColor = Color.Red; - mat_gloss = mat_input.Clone(); - double sum = 0.0; double sumsq = 0.0; double avg = 0.0; @@ -908,7 +906,7 @@ + P1.X.ToString() + "," + P1.Y.ToString() + "," + P2.X.ToString() + "," + P2.Y.ToString() + "," + Math.Abs(P1.X - P2.X).ToString() + "," + Math.Abs(P1.Y - P2.Y).ToString() + "," - + areaCount.ToString() + "," + mat_gloss.ToString() + + areaCount.ToString() + "," + glossCount.ToString() ); } diff --git a/Tongue extraction_cropresizemethod/Tongue extraction/bin/x64/Release/extraction/20180419045627.jpg b/Tongue extraction_cropresizemethod/Tongue extraction/bin/x64/Release/extraction/20180419045627.jpg deleted file mode 100644 index aa07ef8..0000000 --- a/Tongue extraction_cropresizemethod/Tongue extraction/bin/x64/Release/extraction/20180419045627.jpg +++ /dev/null Binary files differ