Package cvmser: Information

    Source package: cvmser
    Version: r10-alt1
    Build time:  Sep 27, 2012, 01:20 PM
    Category: Graphics
    Report package bug
    License: BSD, GPLv2+
    Summary: OpenCV functions for MSER extraction
    Description: 
    OpenCV functions for MSER extraction
    
    1. there are two different implementation of MSER, one for grey image,
       one for color image
    2. the grey image algorithm is taken from: Linear Time Maximally Stable
       Extremal Regions;
       the paper claims to be faster than union-find method;
       it actually get 1.5~2m/s on my centrino L7200 1.2GHz laptop.
    3. the color image algorithm is taken from: Maximally Stable Colour
       Regions for Recognition and Match;
       it should be much slower than grey image method ( 3~4 times );
       the chi_table.h file is taken directly from paper's source code which
       is distributed under GPL.
    4. though the name is *contours*, the result actually is a list of point
       set.

    List of rpms provided by this srpm:
    libcvmser (x86_64, i586)
    libcvmser-debuginfo (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

    ACL:
    Eugeny A. Rostovtsev
    @everybody

      1. gcc-c++
      2. libopencv-devel

    Last changed


    Sept. 27, 2012 Eugeny A. Rostovtsev r10-alt1
    - Initial build for Sisyphus