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.
grayValue = (int)((gray.pixels[locGray])) ;
グレイ値は正の値である必要がありますか?
locGray は配列の範囲内ですか? 範囲外の場合、メモリからランダムな値を読み取っている可能性があります。これは c/c++ です。