Ask Your Question

Sanyam Bhutani's profile - activity

2016-03-19 11:16:10 -0600 answered a question Identifying corners of a table top

You can try using contour detection to get corners

2016-03-19 08:01:10 -0600 asked a question Is it possible to process Gamma Imaging and IR imaging using Open CV?

Is there any library that'd allow such otherwise?

2016-03-15 08:15:57 -0600 asked a question Detect object

Okay so I'm writing a code to detect three similar objects with different colours. I'm using python, I can match them with a template to locate them but how do I find their centroids and differentiate them on colour basis?

2016-02-18 11:29:16 -0600 commented question Help with the basics

It is, double checked it. I'm using OPENCV-3.1.0, on OS X

2016-02-17 10:39:30 -0600 commented question Help with the basics

I get this error. OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow, file

2016-02-17 04:48:41 -0600 commented question Help with the basics

Ok. How do I load an image at a custom path. Say my desktop?

2016-02-16 06:52:32 -0600 commented question Help with the basics

Ok Thank you. For loading the image, what should be the Image location? It isn't loading images at the desktop and download folder (OS X)

2016-02-16 00:34:32 -0600 asked a question Help with the basics

I'm really new to Open CV and could really use some guidance. I'm not even able to load an image to open cv, I'm using python.