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.
begin() メソッドを使用するための opencv リファレンス マニュアルを見ているときに、次の宣言にたどり着きました。
template<typename _Tp> MatIterator_<_Tp> Mat::begin()
私は C++ があまり得意ではありません。「MatIterator」とは何か、「_」を全体的に使用するとはどういうことなのかと思っていました。(C++では特別な意味がありますか)