Funion cvSet2d [closed]
I made a project about 2 years ago when I used open cv 2.3.4 now that I download the new 4.0 library, this don't recognize the cvSet2d command to change the color to the pixel an make and new image that i separed to make a diferent recognition! If any person can tell me which is the new command or which one i can use! Thanks a lot of
the C-api you're trying to use was deprecated 10 years ago, and now it's entirely gone.
rewrite your program, and use the c++ api (cv::Mat)
I try this but they tell me that use of uneclared identifier 'cvSet2D' and I try with cv:Set but the dont have any funcion similar.
If you can guide me i woud be very grateul
you won't be able to compile this using opencv 4.
you could checkout the 3.4 branch instead and rebuild, maybe it will compile.
I'm sorry to bother you again it isnt any other funtion in opencv 4 that allows to do that and a thanks!! ALL THE GOOD VIBE FOR YOU
again, you MUST use the c++ api in 2020