2010-06-07 |
Douglas Bagnall | wrapper around ffmpeg to split mjpeg
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | loading and linking images
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | made double frame configurable option
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | add some test files that have been hanging around for...
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | python script for converting dv to mjpeg
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | python scripts for importing images and linking their...
|
commit | commitdiff | tree |
2010-06-06 |
Douglas Bagnall | more testing of jpeg loading
|
commit | commitdiff | tree |
2010-06-06 |
Douglas Bagnall | starting on loading images
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | remove more unused stuff
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | experimentally increase fixed point
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | remove useless calibrate flag
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | in memory jpeg decoding, using libjpeg_turbo
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | tidy up gtk-app
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | dual windows in gtk-app
|
commit | commitdiff | tree |
2010-06-05 |
Douglas Bagnall | dual pipeline in app.h
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | gtk-app fullscreen, closes on "q"
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | don't overflow horizontally, either
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | improvements to gluter-app: fullscreen
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | use constants for width and height
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | test target using gtk
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | play mode forgot to break in switch
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | fix out by 1 in corners_2_full_lut, and some misleading...
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | make clutter-app, and share pipeline stuff with gtk-app
|
commit | commitdiff | tree |
2010-06-03 |
Douglas Bagnall | pipeline in fullscreen with C, gtk,ximagesink
|
commit | commitdiff | tree |
2010-06-02 |
Douglas Bagnall | formatting, debug messages and warning shutter uppers
|
commit | commitdiff | tree |
2010-06-02 |
Douglas Bagnall | remove unused histgram threshold function
|
commit | commitdiff | tree |
2010-06-02 |
Douglas Bagnall | increase wait after showing a line: otherwise can fail...
|
commit | commitdiff | tree |
2010-06-02 |
Douglas Bagnall | get rid of work buffer and frame rotation
|
commit | commitdiff | tree |
2010-06-01 |
Douglas Bagnall | explicate state switches
|
commit | commitdiff | tree |
2010-06-01 |
Douglas Bagnall | line shuffle was not necessarily shuffling last line
|
commit | commitdiff | tree |
2010-06-01 |
Douglas Bagnall | use a minimum of 3 frames for line-finding (otherwise...
|
commit | commitdiff | tree |
2010-06-01 |
Douglas Bagnall | change on-disk format so that 32 and 64 bit images...
|
commit | commitdiff | tree |
2010-06-01 |
Douglas Bagnall | some rules for making a wrapper app
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | various changes to debug chages, including fixing syntax...
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | update find_lines debug macro
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | save screenmask along with various find_lines structs
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | a tool to compare timings between LUT methods
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | add mask and debug frame for play: mask will move
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | use == rather than >= when > is supposed to be impossible
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | take horizontal, vertical offsets into account (perhaps...
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | signal was summing to over INT_MAX; use unsigned 64...
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | avoid segfault on map_lut by thresholding at zero....
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | various noisy debug messages, to little effect
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | return to full_lut for simplicity
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | rather than give promiscuous pixels to the highest...
|
commit | commitdiff | tree |
2010-05-31 |
Douglas Bagnall | check if reload file is readable, rather than segfaulting
|
commit | commitdiff | tree |
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 |