Skip to content

If humans can detect an invisible line moving through a sea of dots, so can computers

Notifications You must be signed in to change notification settings

Jonathan-Arias/spatiotemporal-boundary-formation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spatiotemporal-boundary-formation

Calculate an invisible line's angle and speed by recording when a dot is occluded in a scatterplot

To try this out, you'll need python3, matplotlib, and numpy installed on your system. Additionally, due to a brute force approach the animation will lag if you modify dot count beyond the original value. I have noticed that running this on a 3.5 GHz quadcore i5 is incredibly smoother and faster than a 2.0 GHz dualcore i5. YMMV. The aforementioned brute force approach is in sbf.py, lines 99 - 103.

sbf.py will generate a txt file in the same directory. Run sbf_analyze.py after running sbf.py.

About

If humans can detect an invisible line moving through a sea of dots, so can computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages