1
0
Fork 0
forked from avana/sagoma

fix release build

This commit is contained in:
boyska 2017-01-15 02:05:27 +01:00
parent 0f344bd8ad
commit fb15d3d5b1
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -25,3 +25,4 @@ Test*.cpp
# executables
/lines
unittest_*
gmon.out

View file

@ -128,7 +128,9 @@ int main(int argc, char *argv[])
}
//dotwidth is just a simple size so that lines and dots are visible on big images
//but not huge on small images
#ifdef _DEBUG
unsigned short dotwidth = img.cols >> 6; // divide by 64, so efficient
#endif
std::vector< std::vector<cv::Point> > contours;
std::vector<cv::Vec4i> hierarchy; //this is not really useful