Re: [SIP-devel] SIP and SIVP
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: ZHANG, C. <zha...@gm...> - 2010-10-14 00:43:41
|
Hi, Ricardo, I noticed that there is another Image Processing Toolbox project http://forge.scilab.org/index.php/p/IPD/ It seems to me that SIVP and IPD are gaining more popularizes than SIP. And people are reinvesting the wheels over and over again. Motivated by your previous email I made an attempt to build SIP for Window last month. I added some CMakeLists.txt into CVS to make the build more easier. But I noticed that the C code in CVS was heavily dependent on GNU build toolchain. The config.h generated by running ./configure played a irreplaceable role for a successful build under Linux. That is hard for code to be build with CMake. By the way I also noticed that C99 syntax features seemed to be used in the CVS code which were also badly supported by Visual Studio. I've been doing all my research under Linux these years. So porting to Windows doesn't appear to be interesting to me even though I did it several years ago. Regards, Cheng On Wed, Oct 13, 2010 at 6:48 PM, Ricardo Fabbri < ric...@us...> wrote: > Hi, > > First of all I'd like to share with you that SIP CVS version compiles > with latest Linux distros and latest Scilab, and a SIP Ubuntu package > is under development. Also, new functions related to photogrammetry > and rotations/quaternions have been added. Download and install the > CVS by following the step-by-step instructions in > http://siptoolbox.sf.net/devel . > > Now, as you know, SIVP is a fork of SIP that uses OpenCV as a library > and which has been more suitable for video processing than the current > version of SIP. > However, SIVP doesn't have as many functions as SIP, and SIP can > read/write much more image formats than SIVP. > > I have always tried to merge back as much functionality as possible > from SIVP into SIP. Here's the current situation: > > Functionality in SIVP that is OpenCV-based: > - Tracking (camshift) and video I/O > - Canny > - detectobjects/detecteyes > - Image pyramids > - Meanshift > > SIVP Scilab Scripts not currently in SIP: > - conversion functions to/from ints > - conversion from to/from ycbcr > - improved convolution/correlation operators > > Other Todo's for SIP related to SIVP > - use integers for matrices where appropriate > - bring some of the cool demos over > > The idea is to merge back functionality from SIVP and I will try to be > using OpenCV as an optional parameter to ./configure, as I stated in a > previous email. > > Ricardo > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > SIPtoolbox-devel mailing list > SIP...@li... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > -- Cheng Zhang PhD Candidate The Department of Electrical and Computer Engineering The University of Iowa, USA |