2010-05-30 |
Douglas Bagnall | use sparrow_path_t, not sparrow_point_t
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | don't write on other peoples memory
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | reduce signa value early, so the zeros fall out
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | divide delta into pixel sized lumps in a dedicated...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | try discarding outliers based on neighbours (didn't...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | write to pointer before incremeting it
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | erode mask image to simulate a screen for debugging
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | use mesh offset constants and various small fixes
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | do not quantise signal to nothing
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | new corners_to_lut implementation, with slightly different...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | continuing the quantisation shift: fix debug functios...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | gitignore more
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | mesh delta is no longer divided by LINE_PERIOD, until...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | debug images: correct for no fixed point, and try for...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | remove unused code
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | special case 0,0, which can attract spurious signal
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | move some defines to edges.h
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | more postponing of fixed point, and rework possibly...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | increase noise threshold
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | postpone conversion to fixed point until it is necessary...
|
commit | commitdiff | tree |
2010-05-30 |
Douglas Bagnall | simplify mode_find_edges by splitting the sub-modes...
|
commit | commitdiff | tree |
2010-05-29 |
Douglas Bagnall | broken attempts to play from input map
|
commit | commitdiff | tree |
2010-05-29 |
Douglas Bagnall | find lines: switch from simple threshold to subtracting...
|
commit | commitdiff | tree |
2010-05-29 |
Douglas Bagnall | found a helper function for dataless ipl images; use it
|
commit | commitdiff | tree |
2010-05-27 |
Douglas Bagnall | sort median should be static
|
commit | commitdiff | tree |
2010-05-27 |
Douglas Bagnall | few colours in false colour header
|
commit | commitdiff | tree |
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 |