2017-11-08 06:57:43 -0600 | received badge | ● Famous Question (source) |
2016-09-02 09:47:08 -0600 | received badge | ● Notable Question (source) |
2016-04-09 15:42:05 -0600 | asked a question | linux arm cross-compiling, problem with linking OpenCV so libraries Hello. I am building a c++ project for arm with OpenCV dependencies and getting some errors: OpenCV was successfully builded for arm according to instructions on opencv.org Please help me to find out how to fix this problem. Here is my project's CMakeLists.txt: |
2016-03-04 04:37:55 -0600 | received badge | ● Popular Question (source) |
2016-02-29 01:07:25 -0600 | received badge | ● Supporter (source) |
2014-09-02 02:10:48 -0600 | received badge | ● Student (source) |
2014-09-01 15:55:36 -0600 | answered a question | Include multiple objects in one contour try to use cv::dilate() function before finding contours |
2014-09-01 15:48:39 -0600 | asked a question | How to crop non rectangular area from Mat? Hello everybody, I need some help with cropping cv::Mat. There are a src mat image and a polygon to be cropped (for example triangle). For cropping I create mask image having size like src mat one and depth CV_8U. Then I filled my mask with 0 value and draw polygon on it using cv::fil Sorry for my bad English. here is a part of my code |