Ask Your Question

Arash's profile - activity

2014-09-15 17:22:49 -0600 received badge  Supporter (source)
2014-08-23 04:08:36 -0600 received badge  Editor (source)
2014-08-23 04:07:57 -0600 asked a question distort image android

image description

How Can i distort images(faces) in Android(like right image)?

2014-08-22 17:00:39 -0600 asked a question Warp Filter Android

image description image description

How can i have Warp filter(Left Image)?

Thanks In Advance

2014-05-28 12:11:03 -0600 asked a question OpenCV Identifier CvSURFParams is undefined

I am using the code in this article.

I have problem with this line :

CvSURFParams params = cvSURFParams(500, 1);

VS2010 Compiler says : Identifier CvSURFParams is undefined

I also linked opencv_nonfree249d.lib in my project but nothing changed!

2014-05-28 03:47:25 -0600 asked a question Input Arguments For generic_descriptor_match.cpp

I want to run the generic_descriptor_match.cpp sample but i do not know what are the third and fourth input arguments.I want to know whar are the algorithms and xml params we can use for inputs?

 printf("Use the SURF descriptor for matching keypoints between 2 images\n");
printf("Format: \n./generic_descriptor_match <image1> <image2> <algorithm> <XML params>\n");
printf("For example: ./generic_descriptor_match ../c/scene_l.bmp ../c/scene_r.bmp FERN fern_params.xml\n");