Ask Your Question

Maikell's profile - activity

2019-03-23 11:42:58 -0600 commented question storing centers of contours

import numpy as np import cv2 image = imread("test_picture.jpeg") image = cv2.resize(image, (640,480)) gray = cv2.cvt

2019-03-23 11:42:11 -0600 commented question storing centers of contours

import numpy as np import cv2 image = imread("test_picture.jpeg") image = cv2.resize(image, (640,480)) gray = cv2.cvtC

2019-03-23 09:37:17 -0600 asked a question storing centers of contours

storing centers of contours Hi everyone, I´m kind of new to programming and openCV so I apologise if I´m asking somethin