can someone else try compiling this

I need to use the log polar function but have been unable to get it to work.
I haven't had any problems with other transformations.
when I plug in source which I found below on opencv's website and try loading
their image as well as other images, it compiles but crashes upon running.
Does anyone else have this problem?


http://opencv.willowgarage.com/documentation/geometric_image_transformations.html
The problem with this is that the header:

#include <cv.h>

does not exist, i know because i ran the in visual c++ which gives you the errors if there are any.

unless i missed a code i was supposed to put in a header file and add to my directory.
That header is opencv. I have that installed.
ok, that might be why it didnt work for me, but i cant help you if i dont have the header, if you can give me a link or something to get it i will try again

p.s if that was the only error i got then the problem is probably one of two things

1. the complier you are using

or

2. the header.
The code does not compile. Change the if (put the assignment between parenthesis)
if( argc == 2 && (src=cvLoadImage(argv[1],1)) != 0 )
Ne555

yeah I noticed that part was incorrect and just pulled it out.

thee library is opencv. here is the link
http://opencv.willowgarage.com/wiki/
Topic archived. No new replies allowed.