简体   繁体   中英

Why there is not a CV_64S type in OpenCV?

When I tried to create a Mat to store my data, I found there is no CV_64S type defined. I have no way to store my data of type long . What should I do?

There is int64 type in OpenCV. Look at this *.h file

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM