skip to main
|
skip to sidebar
programming-筆記
一路走來只有感謝...
2009年10月29日 星期四
影像處理
for( i=0;i<240;i++)
for( j=0;j<320;j++)
bigpic[
i
][
j
]=Image1->Canvas->Pixels[
j
][
i
];
for (i=0;i<240;i++)
for (j=0;j<320;j++)
Image3->Canvas->Pixels[
j
][
i
]=bigpic[
i
][
j
] ;
//圖像的讀取與儲存與陣列有差
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
標籤
資料型態轉換
(1)
影像處理
(3)
BCB
(7)
c#
(1)
c++
(4)
data_structure
(1)
notion
(2)
STL
(1)
網誌存檔
▼
2009
(13)
►
4月
(2)
►
5月
(2)
►
6月
(1)
▼
10月
(5)
取得圖像長寬
STL
資料結構
數學式呼叫
影像處理
►
11月
(3)
沒有留言:
張貼留言