From: <so...@ha...> - 2005-06-05 18:10:20
|
Hi, If I understand the octave-forge web page correctly I should send new=20 scripts to this list. I've implemented two minor image processing functions: 1) imresize. This function is simply a wrapper to interp2, so my version=20 of imresize understands the same interpolation methods as interp2. 2) bwarea. This function is just some minor calls to conv2. I've attached the functions. I do however not know if this is the=20 prefered way to send scripts to octave-forge - I don't want to spam all=20 of you with scripts you don't care about :-) /S=F8ren |