[vlfeat] annotated tag v0.9.4 created (now a90ec9c)
Dima Kogan
dima at secretsauce.net
Sun Dec 22 20:35:43 UTC 2013
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a change to annotated tag v0.9.4
in repository vlfeat.
at a90ec9c (tag)
tagging cb1849ace4fd675472afa1bd7fbf6948618ba7c5 (commit)
replaces v0.9.3
tagged by Brian Fulkerson
on Mon Apr 27 18:47:38 2009 -0700
- Log -----------------------------------------------------------------
Version 0.9.4
Andrea Vedaldi (114):
vl_inthist.m: new
Merge branch 'mess'
Merge branch 'master' of sefer.cs.ucla.edu:/src/vlfeat
improved generation of stub functions
.gitignore += toolbox/mexa64
documentation improvements
renamed to vl_imwbackwardmx
vl_sift: improved documentation
ikmeans: added a check to avoid initializing with duplicates
Merge branch 'master' of sefer.cs.ucla.edu:/src/vlfeat
fixed merge
vl_binsum: improved commments
vl_plotsiftdescriptor: improved comments
vl_inthist.m: improved comments
vl_sift.{c,m}: improved algorithm for detection of low contrast descriptors
vl_siftdescriptor.m: improved comments
vl_ubcmatch.m: improved comments
samplinthist.tc: fixed some limiting cases
vl_poltframe.m: improved handling of small ellipses
vl_dhog.m: improved comments
vl_pr.m: improved limiting cases
vl_ubcread.m: added Oxford / UBC format option
Makefile: fixed a bug in the generation of the M stub files
website: added basic X-Code tutorial
moved some function to more appropriate modules
sift.c: improved commment
imopv*.tc: fixed limit case
test_mathop_*: new test cases for math functions
vl_plotsiftdescriptor: less picky about special cases
host.c: improved comments
Makefile.mak: added compilation of mathop.c
merged
merged
merged
vl_getpid.{c|m}: new MEX function to retrieve MATLAB process PID
generic.h: bugfix: missing semicolon was causing compilation errors
Makefile and MEX files: added support for -largeArrayDims, mwSize
imopv_sse2.tc: fixed warning about possible uninitialized value
vl_setup.m: added 'test' option to inlcude the vl_test_*.m files in the path
cosmetic fixes
vl_alldist2: added support for sparse matrices
merged
Merge branch 'master' of sefer.cs.ucla.edu:/src/vlfeat
merged
dhog.*: major rewrite supporting more customizations
Makefile: changed handling of NDBEBUG and VERB so that it is easier to set them from the command line
X-Code: added a MATLAB target to debug within X-Code
vl_alldist2.c: suppressed warning
dhog.*: removed debugging printf
dhog.*: improved definition of the descriptor norm
imopv.tc: comments
samplinthist.*: fixed a bug which was preventing all histograms to be computed when
dhog.c: fixed a bug which was causing the Gaussian window to be misplaced
mathop.h: vl_mod_2pi_*: fixed a bug for which result could be negative in rare case. Added a comment to warn about finite numerical precision
dhog.c: cosmetic
Makefile: moved the definition of the command path to the top, adding some commments. Removed direct dependency of MEX to DLL binary (to avoid rebuilding all MEX files every time the DLL binary is updated)
Makefile: fixed creation of symbolic link to LIBVL from the MEX binary subdirectory
README: added a comment about the minimal version of GCC and GNU Make
vl_mser.c: fixed a bug causing the program to crash if no arguments were passed
new documentation system
vl_setup.m: added 'demo' option
Merge branch 'master' of sefer.cs.ucla.edu:/src/vlfeat
vl_inthist.c: fixed a bug causing additional mass to be integrated in some cases
vl_demo*: some fixes for spaces in filenames
Makefile.mak: added support for X64 architecture
vl_binsearch.c: fixed a bug causing crash when input was not of the appropriate format
sift: added an option to specify the Gaussian window size
Merge branch 'master' of sefer.cs.ucla.edu:/src/vlfeat
vl_roc.m: fixed a bug that was causing the function to fail in some circumstances
vl_pr.m: improved docs
vl_override: fixed typo
Makefile: now noprefix toolbox functions have full comment
web.xml: added Google Analytics Tracking code
updated test images data/a.jpg, data/b.jpg
src/mser.1, src/mser.7: improved man pages
doc: general cleanup
renamed dhog -> dsift
vl_sift.c: changed a printf to MEX version
vl_sift.m: improved doc
vl_click.m: improved doc
generic.c: improved doc
vl_demo_sift_basic.m: cosmetic
pgm.h: fixed guard style
pgm.c: improved doc
sift.c: improved doc
sift.h: added missing guards
sift.h: improved doc
Makefile.doc: added a doc-figures phony target
added new figures for Doxygen documentation
missing h1 tag
Makefile.mak: updated to latest overall changes
Makefile: 0.9.3 -> 0.9.4
web: extra spacing and alignment in sidebar
web: new front page with boxes
web: sift tutorial fixes
web: boxes are now floats rather than inline blocks
web: adjusted alignment of sidebar
web: now page title uses Lucida
web: fixed a broken tag
web: added more content to the front page
web: edit SIFT matching tutorial
web: rewrite generic tutorials page
new vl_demo_sift_match.m: matching demo using VL_UBCMATCH
web: redesigned boxes and added two icons
web: updated color scheme
web: fixed layout of one box in the front page
mathop.h: fixed a bug causing VL_INFINITY_D to be equal to 0
quickshift: changed the name of two functions
web: front page: -- to proper dashes
web: rearranged download page in several pages
web.css: moved table.checker style
web.css: dt are not float anymore
web.css: removed spurious line
web: added support for Google custom search
Brian Fulkerson (77):
Cyting => Citing
add vl_ prefix to tutorials, spellcheck website
Switch google analytics id
Overwrite stub functions instead of always appending
dhog: export vl_dhog_update_buffer
vl_ikmeans: Fix Typo
vl_hikmeans: update see also linkage
vl_ikmeans: update see also linkage
Merge dhog conflict
README: vlfeat_demo -> vl_demo
README: vlfeat_setup -> vl_setup
Symmetric header title
Makefile: chmod +x all exe and dlls when building a binary distribution
aib: only free if the object exists
Makefile: Distclean should clean w64 binaries
Makefile.mak: Remove unused variable
sift: switch doxygen comment to use @ instead of #
mser: Changes to overview tutorial
mser: Fix a few spelling errors
mser: free mer regions if they were allocated
vl_demo_mser_basic: remove extra keyboard statement
mser: Link the MSER tutorial to the MSER api
sift: Rework SIFT tutorial and associated figures
xcode: X-Code => Xcode
ikm: Slight changes to tutorial
ikmeans: no negative verbosity (sometimes passed negative numbers from hikm)
hikm: Tutorial revisions
ikm: more hikm and ikm tutorial modifications
web: Overview => Tutorials
utils: tutorial edits for utils
dsift: dsift typos
xcode: xcode tutorial edits
tutorial: Using Visual C++ Express 2008
web.css: Use Helvetica everywhere (except for code)
web.css: Change padding and size for navigation links
web: get rid of unused template.html, only execute google analytics for vlfeat.org
web: Add a <title> attribute
web: front page edits
web: remove quick shift reference until quick shift is included
web: remove source link on main page, reword download link
vl_roc: typo in documentation caused by search / replace
using-vs: remove a+x permission
doc: Change date format to: version (Month Day, Year)
demo: add vl_demo_sift_match to vl_demo
doc: generate docsrc/version.html and add it where version strings are needed
doc: make download path relative to document root
doc: distribution links (binary and source) => 0.9.4
web: 9.4 => 0.9.4
quickshift: Add quickshift
quickshift: a very simple tutorial
quickshift: Title to Quick Shift
quickshift: modify tutorial to add multiple segmentations
quickshift: rename sigma => kernelsize and tau => maxdist
quickshift: overview edits
quickshift: more documentation cleanup
quickshift: Add API reference link to tutorial
web: add quickshift to main page and tutorials
quickshift: change demo parameters for new image
quickshift: add missing parameter
web: edits to install and compile pages
web: reorder ARCH table on install-shell
web: add PPC to install-shell
gitignore: ignore version.html
web: compiling vlfeat => compiling
web: make header text darker
quickshift: vl_flatmap documentation fix
dsift: fix typo
dsift: modify remark to reflect name change (not called dhog anymore)
README: 64 bit binaries
README: 0.9.4 brief list of whats new
Makefile.mak: add quickshift to windows makefile
sift: vl_demo_sift_frame plotframe => vl_plotframe
quickshift: remove extra ; from vl_imseg
quickshift: use mwSize instead of int * for compatibility with 64 bit
Makefile: Add mexw64 to binary creation
README: Reorder so it is apparent you shouldn't have to compile
web: use CDATA for custom search results script
brian (3):
vl_rgb2xyz: add rgb image bounds to documentation
vl_xyz2lab was ignoring illuminant
Merge branch 'master' of sefer:/src/vlfeat
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git
More information about the debian-science-commits
mailing list