Editing User:Carandraug

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
Since then, I have contributed to Octave many times, became maintainer of the Octave Forge project and its image package. While I have no formal education in programming or computer science, it was the freedom of Octave and its community that allowed me to learn so much.
Since then, I have contributed to Octave many times, became maintainer of the Octave Forge project and its image package. While I have no formal education in programming or computer science, it was the freedom of Octave and its community that allowed me to learn so much.


=== Roadmap ===
= Octave to do list =
You can add stuff to my todo list (I may however move it back to your todo list on your userpage). Don't forget to sign each item with <nowiki>~~~~</nowiki>


The following are missing targets that would be nice to have on future releases of the image package
== Bugs ==


* add ellipse properties to {{codeline|regionprops}} (see bug {{bug|44100}})  ([http://hg.code.sf.net/p/octave/image/rev/7cf22a478792 done])
* {{Bug|43908}} - Some OF packages won't install with 64-bit indexing Octave
* speed up {{codeline|regionprops}} for large images with many small objects (probably work around for loop with labeled == labelid)
* {{Bug|44095}} - readline configuration - tab autocompletion of paths
* support passing {{codeline|bwconncomp}} output to {{codeline|regionprops}} (and then fix {{codeline|bwpropfilt}} to use that instead of a labeled image)
* {{Bug|45088}} - image package: rangefilt requires domain and image to have equa number of dimensions
* ND support on {{codeline|imfilter}}
* {{Bug|45333}} - image package: grayhresh fails if input doesn't have different values
* check if {{codeline|normxcorr2}} is Matlab compatible and investigate making use of {{codeline|fftconvn}} since it's likely to receive large input
* {{Bug|45367}} - addParameter and partial matching for inputParser
* investigate implementing the missing deconvolution functions (see patch {{patch|8571}})
* {{Bug|45369}} - pkg build leads to duplication of PKG_ADD and PKG_DEL files
* anything else that is done or submitted before the above are done
* {{Bug|45568}} - imfilter incompatible to MATLAB for even filter width
* {{Bug|45877}} - mahalanobis is wrong (and probably belongs to the statistics package)
* {{Bug|46011}} - Can't warn of automatic broadcasting without triggering bug #36743
* {{Bug|46065}} - conflicting declarations of max_align_t since gnulib update
* {{Bug|46099}} - image package: edge(I,'canny') gives very bad quality results
* {{Bug|46124}} - image package: bwfill should use 4-connectivity as default
* {{Bug|46160}} - image package: normxcorr2 returns complex values sometimes
* {{Bug|46200}} - octave automatically converts java strings into char arrays
 
== Patches ==
 
* {{Patch|8562}} - project-web: added information and resources to `developer.html'
* {{Patch|8709}} - fixes to color conversion functions (mainly rgb2ntsc and ntsc2rgb)
* {{Patch|8713}} - image package: new color conversion functions: rgb2lab etc.
 
== wiki to do list ==
 
== octave code to write ==
* make unimplemented check for packages as well
* rewrite inputParser using classdef
** implement {{Codeline:@inputParser/StructExpand}} property on general package
* implement nlinfit as wrapper to leasqr (using inputParser)
* make test and demo deal with tests and demos in .cc packages
:I don't like the first option. It's ugly and further pollutes the user namespace. And even if we have some Makefile that copies the .cc file at pkg install time, users won't know they have to make the call to test and demo differently. I guess demo and test functions would have to be modifed for that. I say just place the demos and tests on the .cc file. Later we can change pkg to copy the .cc file, and then change demo and test to look for those files if the function is .oct file. Tests are mainly used in development so users won't need them. Demos... well in the case of ellipj, it has not been working for a very long time so my guess is that people haven't been using it that much. What do you think?</pre>
* replacement for [http://www.mmorph.com/ morphology toolbox]
* port omero toolbox
* use post_install to move oct into private directory?
 
== octave-forge to do ==
* finish zenity package
** for scale see https://savannah.gnu.org/bugs/?33330
* get hough transform function in image package compatible
* look into [[http://siptoolbox.sourceforge.net/ SIP]] and [[http://sivp.sourceforge.net/ sivp]]
* from Perl
** File::Temp
** check for revision numbers
** Getopt::Long
* port ReadImageJROI
* make compatible normxcorr2: [[http://www.idiom.com/~zilla/Papers/nvisionInterface/nip.html Jordi metioned this paper]] and
* fix on optim package
** move test scripts into function test blocks
** move example scripts into demo blocks
* default __spatial_filtering S to zeros of same dimension as DOMAIN
* implement im2java2d
* implement imclearborder
* port [https://www.bcube-dresden.de/fiesta/wiki/FIESTA FIESTA]
 
== other octave related todo ==
* update gtksourceview octave lang file
* make gtksourceview highlight octave help text as texinfo
* make gtksourceview highlight test and demo as octave and not comment
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: