Skip to content
Snippets Groups Projects
Commit 96a91757 authored by am0ebe's avatar am0ebe
Browse files

.

parent 82cbbe85
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ std::vector<std::vector<cv::Point>> TToolBox::applyCannyEdgeAndCalcCountours(cv:
cv::drawContours( imgContour, contours, i, color, 1, cv::LINE_AA, hierarchy, 0, cv::Point() );
}
cv::String outpath= "/homes/tb55xemi/work/dev/bgslibrary-bgslib_qtgui_2.0.0/build/test0815/results";
std::ostringstream convert;
convert << outpath << "test_countour_canny_edge.jpg";
......
......@@ -42,6 +42,7 @@ public:
static std::vector<std::vector<cv::Point>> applyCannyEdgeAndCalcCountours(cv::Mat imgSource, double threshholdMin, double threshholdMax, int apertureSize);
//! will test if file is not corrupted
//! Requires: 'identify' cmd from ImageMagick
//! @return 1 if corrupted
//! @return 0 if not
static int checkFileCorrupted(std::string filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment