Last active
December 23, 2015 13:59
-
-
Save tingleshao/6645979 to your computer and use it in GitHub Desktop.
two projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. nyaruko: ruby shoes video player that can read a list of pgm frames | |
| can autodetect the x y dimensions | |
| can control the shit of frame rate | |
| 2. neya: C++ program that can show the binary image differences. | |
| for example: load several binary images, display the label with color on the side | |
| the most important feature is to show the difference between binary mappings | |
| 2.1 the shit should be able to load images with floating point pixels and … | |
| and has an interface to let user adjust the threshold for each image to produce binary image | |
| and superimpose the images one on another to show the diffs | |
| 2.2 the program should be able to save the threshold values | |
| ( just an xml with 2 ~ 3 marks ) … | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment