Tuesday, 6 October 2015

Existing project into new Bitbucket repo

  1. Create repository on your Bitbucket account
  2. Start Terminal and go into the folder, where you can have your project from Bitbucket (Git)
  3. You can try the command which the Bitbucket provides to you under 'I have an existing project' but I had a problem with it (No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master') 
  4. Create new folder and type git init in it (in Terminal)
  5. Type git remote add origin <your https address to the repository> in Terminal
  6. Copy your existing project into the directory where you create a Git
  7. Type following commands:
    • git add <folder with your project>/*
    • git commit -m 'a comment for the commit'
    • git push -u origin master
That's it! :-)

Sunday, 24 May 2015

Master's Thesis

HDR Image Artifact Compensation


My master's thesis delas with a synthesis of high dynamic range imaging (HDRI). HDRI technology is becoming increasingly popular in recent years. A standard and most common approach to obtain an HDR image is a multiple exposures fusion that consists of combining multiple images of the same scene captured with different exposure times. This technique works perfectly only on static scenes. However, if there is a motion in the scene during a sequence acquisition, a resultant HDR image contains ghosting artefacts due to moving objects in the captured scene. Basic information about HDRI are presented in this thesis.

Wednesday, 29 April 2015

Poster

My paper was selected to present on the student conference!


You can find my paper here. Read more to display my poster for the conference.

Sunday, 19 April 2015

Excel@FIT 2015

Student Conference


I decided to present my Master's thesis on the student conference Excel@FIT.