aboutsummaryrefslogtreecommitdiff
path: root/fly-tools/filter
AgeCommit message (Collapse)Author
2012-09-24switch to empty method instead of checking for size == 0. Does the same, ↵mutantturkey
might be faster on some systems, cleaner. Also remove extra cvReleaseImage call and added output for outputFileName
2012-08-02user ternary operator for verbose logging, a bit cleanermutantturkey
2012-08-02use proper exit codesmutantturkey
2012-08-02image is already a binary mask, we don't need the intermediate grayscaling stepmutantturkey
2012-08-02refactor some variablesmutantturkey
2012-08-02employ logging system, fixup output to be more consistent, get rid of ↵mutantturkey
returned result
2012-08-02fixed segfault when only using one imagemutantturkey
2012-08-02inital blob filtering using opencv and cvBlob commitmutantturkey