2010-05-27 |
Douglas Bagnall | debug stubb for corners_to_lut
|
commit | commitdiff | tree |
2010-05-27 |
Douglas Bagnall | emit a warning when a corner can't be recostructed
|
commit | commitdiff | tree |
2010-05-27 |
Douglas Bagnall | Get reloading working and fix corner exrapolation.
|
commit | commitdiff | tree |
2010-05-27 |
Douglas Bagnall | use median_discard_cluster_outliers: it works
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | debug cluster filtering
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | less tricky, probably better , but still untested discarding...
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | don't saturate and wrap debug images
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | don't crash in the strange case that a point has no...
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | break up find_corners function (omitted rather than...
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | don't force complete recompile with every rsync
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | with saved data, jump straight into calculating clusters
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | fix silly mistakes in save/reload: dup strings and...
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | add reload and save options (untested)
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | add colour command line option, and simplify the way...
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | dump flind_lines data to disk for reproducable tests
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | Revert previous commit, and use canny filter instead
|
commit | commitdiff | tree |
2010-05-26 |
Douglas Bagnall | reverse floodfill threshold finding direction:linkely...
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | dummy empty discard outliers routine, and it all works!
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | Makefile rule to rsync to other machine
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | clean up find_corners, remove unused variables
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | don't mix discarding outliers with finding mean.
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | try to discard unconnected points.
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | break up find_corners into 3 sub-functions
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | add a median finding routine (probably not used in...
|
commit | commitdiff | tree |
2010-05-24 |
Douglas Bagnall | testing finding median, and Makefile tidying
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | reward for persevering through to play state: negative...
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | try to make grid work (unsuccesfully)
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | trying to improve outliers detection, making it worse
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | fix confusion between vertical and horizontal
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | alter debug messages and images
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | big renaming of grid deltas; attempting to be less...
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | don't borrow dx/dy from a point with none
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | use proper formula for variance
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | change some comments, debug messages, and whitespace
|
commit | commitdiff | tree |
2010-05-23 |
Douglas Bagnall | make sysprof is more helpful in times of modprobe failure
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | amd64 safety: use size_t to hold pointer, not int
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | make the histogram a big bigger, for fewer false floors
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | debug images/messages for mesh
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | fixing up mesh
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | use gst-launch-0.10 by default
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | test for opencv in /usr/local, rather than assuming
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | test for amd64 and add appropriate gcc arguments
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | "play.c" and "mode_play" are nicer than the previous...
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | be less harsh when setting threshold for finding lines
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | adding and removing debug messages
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | in edges struct, corners and mesh tried to be the same...
|
commit | commitdiff | tree |
2010-05-22 |
Douglas Bagnall | add image dump function for grid
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | zero clusters on allocation, and free only once
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | use upper case for macros
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | an explanatory comment!
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | fix wrongheaded triangular shuffle
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | break from the lines finding loop at the right time...
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | debug messages
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | regularise find_screens use of free and finalise_*.
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | various debugging pieces in edges.[ch]
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | don't use init_find_self to increase countdown: it...
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | wait an extra frame for finding edges
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | allow for smaller screen during development at least
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | fix various silly errors (%s vs %d, pixcount vs size...
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | debug images from advanced modes
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | remove unused states
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | add ability to dump pgm greyscale images
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | debug_find_lines macro
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | add test-gdb target
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | remove unused modes/code and formalise finalise_* methods
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | more refactoring, splitting calibrate code out of sprrow...
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | spring clean and reorder in sparrow struct
|
commit | commitdiff | tree |
2010-05-21 |
Douglas Bagnall | find_screen mode uses less global state, has destructor
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | shift calibrate code out of gstsparrow.h
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | corners_to_lut now compiles, is tidier, and is executed
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | corners_to_lut function,, in theory, makes the required LUT
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | convert mesh to fullsize LUT
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | further attempts to sort out edges
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | largely wrong-headed attempt to sort out edges
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | more on grid finding
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | reshuffle function order in edges.c
|
commit | commitdiff | tree |
2010-05-20 |
Douglas Bagnall | use constant macros where possible
|
commit | commitdiff | tree |
2010-05-17 |
Douglas Bagnall | fix edges code to the point of compiling
|
commit | commitdiff | tree |
2010-05-16 |
Douglas Bagnall | more blind reworking of edges code: add edges.h
|
commit | commitdiff | tree |
2010-05-16 |
Douglas Bagnall | edge/grid finding at least compiles
|
commit | commitdiff | tree |
2010-05-15 |
Douglas Bagnall | dynamically find threshold for grid finding
|
commit | commitdiff | tree |
2010-05-15 |
Douglas Bagnall | start on grid finding routine
|
commit | commitdiff | tree |
2010-05-14 |
Douglas Bagnall | add ccmalloc target
|
commit | commitdiff | tree |
2010-05-14 |
Douglas Bagnall | add address of sparrow pbject into random seding: it...
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | valgrind suppresion file to hide gst-launch false positives
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | make it easier to reorder states: begin in enum order
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | don't try to write 4 times as much memory as you have
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | add more debugging options to makefile
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | only do timing when the command line options is specified
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | merge charge
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | add timer command-line option
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | include opencv library
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | time transform, optionally to timer log
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | remove unused find_grid
|
commit | commitdiff | tree |
2010-05-13 |
Douglas Bagnall | remove unused shapes code
|
commit | commitdiff | tree |
2010-05-12 |
Douglas Bagnall | move find_edges code into its own file, so it can develop...
|
commit | commitdiff | tree |
2010-05-12 |
Douglas Bagnall | make floodfill functions thatcan now be static, static
|
commit | commitdiff | tree |
2010-05-12 |
Douglas Bagnall | move move_screen into floodfill.c, with the stiff it...
|
commit | commitdiff | tree |
2010-05-12 |
Douglas Bagnall | find the shape of the screen and create a mask of it
|
commit | commitdiff | tree |
2010-05-12 |
Douglas Bagnall | fix those timing routines
|
commit | commitdiff | tree |