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.
ここでは、Intel による IPP を使用するための OpenCV 3.0 と現在の「透過的な API」について説明します。
それはこの絵を示しています:
私の質問は、それが行列反転に影響するかどうか知っている人はいますか? Mat::inv メソッドを高速化しますか?
いいえ、IPP は逆行列には使用されません。lapack.cpp の cv::invert を見てください。