2010-06-09 |
Douglas Bagnall | loop images for now
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | 800x600 works at 20fps
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | working test-capture
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | fix colour and shape of jpeg
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | try to ensure jpeg-turbo is loaded (probably redundantly...
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | try with LINE_PERIOD = 32 for faster start up
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | don't crash if the number of rows is not an exact multiple...
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | mark bad pixels in debug images (blue)
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | use full size for testing
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | use correct paths for loading jpegs
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | various complicated half finished attempts at getting...
|
commit | commitdiff | tree |
2010-06-09 |
Douglas Bagnall | read jpeg line by line
|
commit | commitdiff | tree |
2010-06-08 |
Douglas Bagnall | don't save every play frame by default
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | proper gamma negation for play.c: appears to work
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | non-working attempts at gtk-gst-clutter unification
|
commit | commitdiff | tree |
2010-06-07 |
Douglas Bagnall | get jpeg loading (but not reading) working
|
commit | commitdiff | tree |
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 |