Ask Your Question

Kay Sarraute's profile - activity

2016-08-30 05:44:56 -0600 received badge  Famous Question (source)
2016-08-30 05:44:56 -0600 received badge  Notable Question (source)
2016-08-30 05:44:56 -0600 received badge  Popular Question (source)
2013-02-02 09:14:31 -0600 received badge  Supporter (source)
2013-02-02 09:14:26 -0600 received badge  Supporter (source)
2013-02-02 07:32:43 -0600 asked a question Extracting groups of adjacent non-white pixels

Given an image, I'd like to extract all groups of adjacent non-white [1] pixels by their rectangular bounding boxes:

Diagonally neighboring pixels ( ) may or may not count as adjacent.

Can you give me a few pointers?

[1] (R, G, B < 255, 255, 255)

2013-02-01 13:40:36 -0600 received badge  Editor (source)
2013-02-01 13:37:27 -0600 answered a question MSER Sample in OpenCV 2.4.2 on Visual Studio 2012
  1. Change your platform toolset to Visual Studio 2010. (Configuration Properties -> General -> Platform Toolset)

  2. Make sure you're using the binaries in opencv\build\x{86|64}\vc10

The binaries in vc10 were built with VS 2010 and are incompatible with VS 2012. OpenVC doesn't ship with a native VS 2012 build yet.