CMIST Library (version 0.0.1)

2017/01/20

*** WARNING ***
*** These codes should not be utilized for practical implementation ***
*** since they are currently under development.                     ***

What is CMIST:
  C++ library which is utilized in addition to MIST.
  This assists to implement CUDA routines in C++ programs based on MIST.

License:
  These source codes are available under MIST license
  See "LICENSE.txt" or the source code files

Sample programs:
 - Moving Average filter: cmistMovingAverage.cu
 - SLIC supervoxels     : cmistG3SLIC.cu
   (WARNING: supervoxels do not accurately match the results of general 3D SLIC algorithm)

Contact:
  If you have any questions or comments, please contact us via e-mail.
  Hirohisa Oda, Nagoya University  hoda@mori.m.is.nagoya-u.ac.jp
