220
edits
(→Core) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
* Add swisdom (single prec.) to /libinterp/dldfcn/fftw.cc documentation | * Add swisdom (single prec.) to /libinterp/dldfcn/fftw.cc documentation | ||
* linguist-qt4: octave-src/libgui$ lupdate -recursive src qterminal graphics -ts languages/ | * linguist-qt4: octave-src/libgui$ "lupdate -recursive -no-obsolete -locations relative src qterminal graphics -ts languages/*ts" | ||
* | |||
=== GUI === | === GUI === | ||
Line 30: | Line 29: | ||
==== video ==== | ==== video ==== | ||
fix build, see http://octave.1599824.n4.nabble.com/quot-package-video-is-empty-quot-td4656346.html | <strike>fix build, see http://octave.1599824.n4.nabble.com/quot-package-video-is-empty-quot-td4656346.html</strike> | ||
==== signal ==== | ==== signal ==== | ||
* findpeaks.m, print error if data is not a column vector (error: vertical dimensions mismatch (1x10000 vs 1x1) | * findpeaks.m, print error if data is not a column vector (error: vertical dimensions mismatch (1x10000 vs 1x1) | ||
==== image ==== | ==== image ==== | ||
* implement [http://en.wikipedia.org/wiki/SURF SURF], integralImage is cumsum(cumsum(a,1),2) | * implement [http://en.wikipedia.org/wiki/SURF SURF], integralImage is cumsum(cumsum(a,1),2) | ||
* implement impixelinfo http://stackoverflow.com/questions/23706937/displaying-pixel-values-of-an-image-in-octave | |||
* implement getpixelposition, axes2pix, pix2map, map2pix | |||
===== corner/cornermetric, harris ===== | ===== corner/cornermetric, harris ===== | ||
First post on mailing list in 12.01.2013 http://octave.1599824.n4.nabble.com/corner-cornermetric-equivalent-in-octave-td4648802.html | First post on mailing list in 12.01.2013 http://octave.1599824.n4.nabble.com/corner-cornermetric-equivalent-in-octave-td4648802.html | ||
== Snippets == | == Snippets == | ||
Line 78: | Line 59: | ||
=== commands from which I regularly doesn't find the name === | === commands from which I regularly doesn't find the name === | ||
* octave_config_info () | * octave_config_info () | ||
* merge (C's (a)? b: c); syntax | |||
=== libgraphicsmagick++3 quantum-depth === | === libgraphicsmagick++3 quantum-depth === | ||
Line 227: | Line 209: | ||
hg log -r "bisect(good) or bisect(bad)" --template "{rev}:{node|short} {bisect}\n" | hg log -r "bisect(good) or bisect(bad)" --template "{rev}:{node|short} {bisect}\n" | ||
== | == Links == | ||
* [http://hg.code.sf.net/p/octave/image hgweb on sourceforge] | |||
* | * [http://mywiki.wooledge.org/BashFAQ/073 bash parameter expansion] | ||
* |
edits