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.
イメージを強制的にロードする方法があるかどうか疑問に思っていました8U。OpenCV ドキュメントで、イメージをシングル チャネルまたは 3 チャネルとしてロードするかどうかを指定できることを見ましたが、色深度については何も言及されていません。助言がありますか?
8U
ご協力いただきありがとうございます!!!:D
のデフォルトの色深度imread()は8Uで、おそらくcvLoadImage()同じです。と を使用する、より新しく、より使いやすい OpenCV への C++ インターフェイスの使用を検討しましたMatかimread()?
imread()
cvLoadImage()
Mat