The CvSURFParams struct is described here:
http://opencv.willowgarage.com/documentation/feature_detection.html#cvExtractSURF
CvSURFParams(0) probably won't work no...
Samuel
On 01/14/2013 02:05 PM, Ashish Shivhare wrote:
> @Samual
> in your code of Object detection using SURF feature..
> i am having problem with
> CvSURFParams parameters = CvSURFParams(500,1);
>
> here CvCvSURFParams(500,1); is a method but you haven't given its definition.
> insted of this i made it new CvSURFParams(0);
> which is yielding me to have descriptor total 0..
> please help me...
>
>
> i am using opencv 2.3.1 with windows xp