标签: c++ visual-studio-2010 opencv image-processing blob
我正在尝试使用SURF(Speeded-Up Robust Features)的概念来计算图像某个区域的面积。但是当我尝试使用contourArea这样的函数时,我得到了一个异常。安装特定blob库以计算区域时,我应该遵循哪些可能的步骤? (我在Visual Studio中使用OpenCV)。使用blob计算区域的任何其他方法?