[SIP-devel] deskew and dewarp problems
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <ric...@us...> - 2012-08-13 17:13:22
|
Pallan, I've merged in your changes from sip-gsoc branch onto master, and I've bumped up the version of SIP from 0.9.0 to 0.10.0 There are some disturbing outstanding issues: * Deskew function doesn't work. It currently does not deskew anything. The output image seems like the input image, not like the example you show. * Your functions are not tested well enough. You need to write tests for them. These could be scripts like test_dewarp.sce and test_deskew inside the 'macros' dir (see test_color_classify.sce for an idea of how this goes). You need to test these functions for 3 types of images: truecolor, (index,map) and grayscale types. * Dewarp currently has a lot of thrash inside it. Please remove any functions that show intermediate stuff. * In deskew, sciprint is not acceptable. Use a function that respects the sip_quiet and sip_wordy functions (sip_verbose variable from sip_common.h) Please improve the quality of your code at these last days of Google summer of code. Best regards, -- Dr Ricardo Fabbri Professor of Computer Engineering GNU/Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net |