Ask Your Question

nrsyed's profile - activity

2018-10-29 20:02:37 -0600 commented answer C++ to python, numpy-OpenCv

Adding on to this, the type of a numpy array can be obtained with the ndarray.dtype attribute, i.e.: out = np.ones((h,w

2018-10-29 20:02:32 -0600 commented answer C++ to python, numpy-OpenCv

Adding on to this, the type of a numpy array can be obtained with the ndarray.dtype attribute, i.e.: out = np.ones((

2018-10-29 20:02:24 -0600 commented answer C++ to python, numpy-OpenCv

Adding on to this, the type of a numpy array can be obtained with the ndarray.dtype attribute, i.e.: out = np.ones((h,w

2018-10-29 20:02:17 -0600 commented answer C++ to python, numpy-OpenCv

Adding on to this, the type of a numpy array can be obtained with the ndarray.dtype attribute, i.e.: out = np.ones((h,w

2018-10-29 19:56:32 -0600 answered a question color percentage in image

Consider using k-means clustering to split the pixels of the image into distinct clusters based on color. In this case,