Does anyone know the equivalent version of cvCreateImage in c++. I tried googling it but no luck.
Thanks!!!
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.