how to create 4 dims array using CvMatND. [closed]

asked 2019-04-24 06:56:35 -0600

iamM gravatar image

updated 2019-04-24 06:57:03 -0600

Hi @dkurt, @berak how to create 4 dims array using CvMatND, I have to create an array for (1 x 64 x 64 x 3) matrix.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by berak
close date 2019-04-24 07:01:44.804909

Comments

all those CvXxxx datastructures from opencv 1.0 are deprecated, you must not use them

(and probably you can't if you use a more modern opencv version)

berak gravatar imageberak ( 2019-04-24 07:02:57 -0600 )edit