difference between
difference between cvCloneImage and cvCopyImage functions.
add a comment
difference between cvCloneImage and cvCopyImage functions.
In the cvCloneImage function do not need create header & data for destination image because cvCloneImage create and return it.
In the cvCopyImage you have to create destination image and cvCopyImage copy image data from source to destination image
Asked: 2013-01-29 14:02:04 -0600
Seen: 2,421 times
Last updated: Jan 29 '13