瀏覽代碼

added important note to readme regarding max size of supported images

Alexander Freytag 11 年之前
父節點
當前提交
d95f9f0906
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README

+ 3 - 0
README

@@ -23,3 +23,6 @@ output: Output image.
 Typical parameters are sigma = 0.5, k = 500, min = 20.
 Larger values for k result in larger components in the result.
 
+
+NOTE ( by Alexander Freytag )
+  - only images with less then std::numeric_limits<int>::max() pixels are supported properly!