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.
AndroidでOpenCVを使用しています。しかし、機能:
Core.inRange(img, new Scalar(127, 127, 127), new Scalar(127, 127, 127), img);
「致命的なシグナル 8 (SIGFPE) at 0x00002a01 (code=0)」で 2 番目の呼び出しでクラッシュしますか?
そのクラッシュは発生しないはずです。バグである可能性があります。
しかし、同じ値で下限と上限を設定することは意味がないと思います。意味があり、imgディメンション内にあるいくつかの値を選択する必要があります。
また、img、または最後のパラメーターで使用する Mat が CV_8U 型であることを確認してください。