편집 기록

편집 기록
  • 프로필 nowp님의 편집
    날짜2022.11.06

    c언어 영상처리


    tm[i][j] =Result[i][j] | img1[i][j]) ;
    tm[i][j]= Result[i][j] & img2[i][j];
    

    and or 연산한걸 tm하나에 넣어야하는데 어떻게 하나요

  • 프로필 ed198878@gmail.com님의 편집
    날짜2022.11.06

    c언어 영상처리


    tm[i][j] =Result[i][j] | img1[i][j]) ; tm[i][j]= Result[i][j] & img2[i][j];

    and or 연산한걸 tm하나에 넣어야하는데 어떻게 하나요