Posts by gab119 • 1 point
1 post
-
0
votes0
answers36
viewsQ: I’m having trouble segmenting an image
I’m creating a mix of image segmentation by k-Means and Spectral clustering, but I have a big problem at the end. I’ll leave the code here: import cv2 import timeit import time import numpy as np…