Home:ALL Converter>Use IplImage (and C APIs) in opencv 4

Use IplImage (and C APIs) in opencv 4

Ask Time:2019-04-16T15:29:05         Author:GrandmaPeng

Json Formatter

In the opencv github wiki it reads 'IplImage ... are mostly excluded from API and will be completely excluded in further OpenCV 4.x updates'. But in the 4.0.1 version there is still a include\opencv2\core\type_c.h file which contains the structure IplImage. Does it mean we can still use this data structure in opencv 4.0.1 [though it's not recommended to do so]?

Author:GrandmaPeng,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/55702820/use-iplimage-and-c-apis-in-opencv-4
yy