gpt4 book ai didi

c++ - 我如何将 cvseq 类型转换为 cvpoint

转载 作者:行者123 更新时间:2023-11-27 23:33:56 38 4
gpt4 key购买 nike

嗨,

我如何在 opencv 中进行类型转换,我想将类型转换为 cvseq 到 cvpoint

最佳答案

据我所见:

http://opencv.willowgarage.com/documentation/dynamic_structures.html

CvSeq 似乎是某种形式的数据容器,不能直接转换为 CvPoint

可能是你想要的:

char* cvGetSeqElem(const CvSeq* seq, int index)

我猜它是这样使用的:

CvPoint* point = reinterpret_cast<CvPoint*>(cvGetSeqElem(sequence, some_index));

关于c++ - 我如何将 cvseq 类型转换为 cvpoint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2544381/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com