Skip to content

Commit

Permalink
set MinimumBlobArea to 0, as discussed in #18
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Apr 5, 2019
1 parent 8f9cf72 commit dc6315a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ant_tracking.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
% characteristics, such as area, centroid, and the bounding box.

obj.blobAnalyser = vision.BlobAnalysis('BoundingBoxOutputPort', true, ...
'AreaOutputPort', true, 'CentroidOutputPort', true, ...
'MinimumBlobArea', blobSize); %make a parameter
'AreaOutputPort', true, 'CentroidOutputPort', true); %make a parameter
end


Expand Down

0 comments on commit dc6315a

Please sign in to comment.