Ask Your Question

ssokolow's profile - activity

2020-03-26 21:30:19 -0600 received badge  Teacher (source)
2020-03-26 00:49:35 -0600 received badge  Editor (source)
2020-03-26 00:49:35 -0600 edited answer /ust/bin/ld: cannot find -lopencv_imgcodecs

There's a lot to unpack here, so I'll go section-by-section: NOTE: This is long enough that it's collapsed by default.

2020-03-26 00:45:47 -0600 commented question floodFill loDiff/hiDiff not working?

If you see this reply, would you mind copying your comment into an answer so this can be marked as solved? As-is, it's g

2020-03-26 00:45:09 -0600 commented question floodFill loDiff/hiDiff not working?

If you see this reply, would you mind copying your comment into an answer so this can be marked as solved?

2020-03-26 00:43:26 -0600 received badge  Supporter (source)
2020-03-24 02:31:51 -0600 commented question Mouse click x and y coordinates are consistently incorrect on Linux[SOLVED]

Please mark your answer as solved rather than putting [SOLVED] in the title. Otherwise, this will stick around, clutteri

2020-03-24 02:31:50 -0600 commented question Which pixels are included along a contour line when using cv2.drawContours

"are all the pixels along the contour line are included or just those in the inner side" sounds like a question you coul

2020-03-24 02:31:48 -0600 answered a question How can we distinguish raster and vector images?

If you're talking about file formats, it's off-topic because it has nothing to do with OpenCV specifically. Make a list

2020-03-24 02:31:47 -0600 commented question Face recognition video crashing[SOLVED]

This isn't a discussion forum. Instead of adding [SOLVED] to the title, please mark an answer as solved instead. Otherwi

2020-03-24 02:31:45 -0600 answered a question Find only internal contours in JavaCV/OpenCV

You want to take advantage of the information that findContours will put in hierarchy when using CV_RETR_TREE. If you d

2020-03-24 02:31:43 -0600 commented question Enable flash camera

That still sounds like an Android programming question more suited toward a site like StackOverflow. berak is asking wha

2020-03-24 02:31:42 -0600 answered a question How do I install and use OpenCV on Arch Linux (C++)?

I've never used Visual Studio Code but, for your bare g++ example, you need to provide some arguments to tell it where t

2020-03-24 02:31:40 -0600 answered a question /ust/bin/ld: cannot find -lopencv_imgcodecs

There's a lot to unpack here, so I'll go section-by-section: NOTE: This is long enough that it's collapsed by default.