Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balcilar authored Sep 14, 2018
1 parent 14c4184 commit 85b4d54
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

Since CMOS cameras cannot read all pixels illumination at the instant time, especially when the object's speed is extremely fast such as propellers, there could be some artifacts on digital images which is well-known artifacts named Rolling-Shutter Effects.

In that projects, we represented very brief Matlab simulation of this effect during certain propeller turns at the fixed certain round per minute. Within provided demo, you can adjust speed of propeller, fps of simulated camera, number of frame of simulation. We provided one propeller image but you can create your own propeller image and simulate it as well. Here is the one of the frame result during simulation.
You can click image to reach simulation video which was created by this repository.
In that projects, we represented very brief Matlab simulation of this effect during certain propeller turns at the fixed certain round per minute. Within provided demo, you can adjust speed of propeller, fps of simulated camera, number of frame of simulation. We provided one propeller image but you can create your own propeller image and simulate it as well. Here is the propeller image and one of the frame result during simulation.


<p align="center">
<img src="Input/propeller.jpg" width="350"/>
<img src="Output/1.jpg" width="350"/>
</p>


[![Alt text](Output/1.jpg)](https://youtu.be/ImqIt8QH0Uo)
You can find a simulation video which was created by this repository.
https://youtu.be/ImqIt8QH0Uo



To run the demo please launch provided Demo script.
Expand Down

0 comments on commit 85b4d54

Please sign in to comment.