Ask Your Question

anmi's profile - activity

2015-12-11 04:23:41 -0600 received badge  Enthusiast
2015-10-14 03:45:46 -0600 commented answer How to used MSER in OpenCV2.4.2 to detect regions?

If i try this, i get an error that no instance can be created of an abstract class in line "MSER ms;" in line "ms(box, regions, Mat());" i get another error stating that i make a call of a class type without a ()-operator or convertion function for type "pointer-to-function". I'm using openCV 3.0.0 and Visual Studio 2012 What can i do?