Does anyone know the equivalent version of cvCreateImage in c++. I tried googling it but no luck.

Thanks!!!

Recommended Answers

All 3 Replies

Why do you think there should be a separate c++ version of that function? Just call it from your c++ program.

I tried using cvCreateImage but it gives an error. I think there is a seperate version

Post the code and error message. All C functions can be called by c++ programs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.