Skip to content

Commit

Permalink
Merge pull request #8 from UniBoDS4H/style/gui/main-app
Browse files Browse the repository at this point in the history
style(main-app): change colors.
  • Loading branch information
drudilorenzo authored Apr 3, 2023
2 parents 8958779 + 256fcd5 commit 331acce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/utils/processImage.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [cImg, bw, seg] = processImage(img, flag)
function [bw, seg] = processImage(img, flag)
% AUTHOR: Lorenzo Drudi (E-mail: lorenzo.drudi5@studio.unibo.it)
% DATE: March 20, 2022
% NAME: TDSFT (version 1.0)
Expand All @@ -9,7 +9,6 @@
% It adds more check to the segmentation to be able to recognize open lines and close dense lines.
%
% OUTPUT:
% cImg: image converted to 8 bit
% bw: image converted to black and white
% seg: segmentation of the object
%
Expand Down
Binary file modified mainTDSFT.mlapp
Binary file not shown.

0 comments on commit 331acce

Please sign in to comment.