close

1. pixels值都增加 => 整張相片變白
    pixels值都乘以某個倍數 => 相片對比變大
2. Mat 包含兩個parts:
(1) matrix header: matrix information =>size : constant
(ex:
 the size of the matrix, the method used for storing, at which address is the matrix stored, and so on)
(2) 
a pointer to the matrix containing the pixel values =>size : varied

key point : (1) assign and copy => only header

ABC實際上指到同一個matrix,所以其中一個更動到matrix就會影響到其他人

                 (2) 要複製matrix本身 => clone() or copyTo()
FGA彼此互不影響(指到各自的matrix)
hue : 色調
saturation : 飽和
value / luminance : 明視度

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 慈 的頭像

    Debby's blog

    慈 發表在 痞客邦 留言(0) 人氣()