我想睡覺......
我已經好幾天沒睡好了......
_________________________________________________
今天教貼圖 Texture
(因為常用所以要記起來)
接下來按 Texture.exe
▶打開來後,會是這樣
★ glColor4f ( r , g , b , 透明度 )
☆ glTexCoord2f ( tx , ty ) //取texture的點
★ glVertex3f ( x , y , z ) //texture的點放置的點
_____________________________________________________
▶下載OpenCV
▶ 安裝
▶安裝完畢
__________________________________________________
▶開啟code blocks,創建貝殼專案
▶將以下程式碼貼上去
#include <opencv/highgui.h>
int main()
{
IplImage * img=cvLoadImage("image.jpg");///讀圖檔
cvShowImage("opencv Window", img);///秀圖
cvWaitKey(0);///
}
開始執行獻祭前置作業
沒有留言:
張貼留言