Ask Your Question
0

difference between

asked 2013-01-29 14:02:04 -0600

difference between cvCloneImage and cvCopyImage functions.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-01-29 22:58:18 -0600

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-29 14:02:04 -0600

Seen: 2,419 times

Last updated: Jan 29 '13