cvs commit: ports/graphics Makefile ports/graphics/mahotas Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Fri Dec 17 08:40:31 UTC 2010


wen         2010-12-17 08:40:31 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/mahotas     Makefile distinfo pkg-descr pkg-plist 
  Log:
  Mahotas is an Image Processing Library for Python.
  It includes a couple of algorithms implemented in C++ for speed while
  operating in numpy arrays.
  
  Notable algorithms:
   - watershed.
   - thresholding.
   - convex points calculations.
   - hit & miss. thinning.
   - Zernike & Haralick features.
   - freeimage based numpy image loading (requires freeimage libraries
  to be installed).
   - Release the GIL in morphological functions
   - Convolution
  
  WWW: http://packages.python.org/mahotas/
  
  PR:             ports/153183
  Submitted by:   Pedro Garcia Freitas <sawp at sawp.com.br>
  
  Revision  Changes    Path
  1.1368    +1 -0      ports/graphics/Makefile
  1.1       +24 -0     ports/graphics/mahotas/Makefile (new)
  1.1       +2 -0      ports/graphics/mahotas/distinfo (new)
  1.1       +16 -0     ports/graphics/mahotas/pkg-descr (new)
  1.1       +142 -0    ports/graphics/mahotas/pkg-plist (new)


More information about the cvs-all mailing list