2016年10月27日 星期四

Week 07 Sean's note 60408027E


  • AR
The year of 2000
The invisible Train ,  Magic Book






ARToolkit (market 黑色方塊)











  • Processing video
    import processing.video.*;
      Capture video;
        void setup(){
            size(640,480);
              video = new Capture(this, 640, 480);
                video.start();
                }
                  void draw(){
                      background(0);
                        video.read();
                          image(video, 0,0);
                          }
                            void captureEvent(Capture c) {
                                c.read();
                                }

                                Process Explorer 進階工作管理員
                                • Leap Motion (Next Week)

                                今天諸事不順
                                1. https://github.com/poqudrof/PapARt
                                2. https://github.com/poqudrof/PapAR/wiki/Quick-start
                                3. not found for org.bytedeco.javacpp.opencv_core!!
                                4. PFont myFont = createFont("arial",20);
                                5. 安裝 openCV library 仍失敗
                                6. Java CP :https://github.com/bytedeco/javacv
                                • Teleport
                                  • Star trek 傳送裝置
                                  • Holoportation: virtual 3D





                                沒有留言:

                                張貼留言