Ask Your Question

piowes86's profile - activity

2020-11-25 07:40:01 -0600 received badge  Famous Question (source)
2019-10-21 09:32:44 -0600 received badge  Notable Question (source)
2019-02-21 01:16:26 -0600 received badge  Popular Question (source)
2018-01-09 05:26:54 -0600 commented answer OpenCV c++ K-Means Color Clustering

I was able to solve the problem I have changed centers.reshape(3,centers.rows); into centers.reshape(0,centers.rows); Th

2018-01-09 05:10:15 -0600 commented answer OpenCV c++ K-Means Color Clustering

Thank you Berak for the code. I was trying to execute the code and I received the following error: The total width is no

2018-01-09 04:45:27 -0600 commented question OpenCV c++ K-Means Color Clustering

I know, but I need to perform image so like in provided link. Needed results in my situation is to obtain information ab

2018-01-09 04:33:12 -0600 asked a question OpenCV c++ K-Means Color Clustering

OpenCV c++ K-Means Color Clustering Hi, I found some interesting article about colour clustering with OpenCV and Python

2018-01-05 08:58:10 -0600 received badge  Student (source)
2018-01-05 04:44:27 -0600 asked a question Extracting stick-it notes from image problem

Extracting stick-it notes from image problem Hi All! from 2-3 weeks I am trying to extract stick-it notes from image. U

2017-12-21 03:26:12 -0600 received badge  Enthusiast
2017-12-08 09:51:42 -0600 commented answer opencv xcode 9 Undefined symbols for architecture arm64:

Yes, please delete the answer. Thank you once again!

2017-12-07 12:43:51 -0600 commented answer opencv xcode 9 Undefined symbols for architecture arm64:

Thank you very much eshirima! Unfortunatelly it doesn't work in my case. I encountered following error message: Reason:

2017-12-07 08:33:53 -0600 asked a question opencv xcode 9 Undefined symbols for architecture arm64:

opencv xcode 9 Undefined symbols for architecture arm64: I need to use ximgproc module from OpenCV_contrib into my Xco