Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はopencvとc ++が初めてです。opencvでMat形式をfloatポインタの配列に変換する方法を知る必要があります。
それを行うためにopencvで利用できる機能はありますか?
前もって感謝します。
All, I have the following class structure
public class Foo : IComparable<Foo> { public List<Bar> Bars; } public class Bar : IComparable<Bar> { public Lis