Пакет cvmser: Информация

    Исходный пакет: cvmser
    Версия: r10-alt1
    Собран:  27 сентября 2012 г. 13:20
    Категория: Графика
    Сообщить об ошибке в пакете
    Домашняя страница: https://code.google.com/p/epnr/

    Лицензия: BSD, GPLv2+
    О пакете: OpenCV functions for MSER extraction
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libcvmser (x86_64, i586)
    libcvmser-debuginfo (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

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

    Последнее изменение


    27 сентября 2012 г. Eugeny A. Rostovtsev r10-alt1
    - Initial build for Sisyphus