diff --git a/macros/creators/bmcv.xml b/macros/creators/bmcv.xml new file mode 100644 index 00000000..0fdcfe84 --- /dev/null +++ b/macros/creators/bmcv.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/tools/points2binaryimage/bmcv.xml b/tools/points2binaryimage/bmcv.xml new file mode 120000 index 00000000..8c33e2c4 --- /dev/null +++ b/tools/points2binaryimage/bmcv.xml @@ -0,0 +1 @@ +../../macros/creators/bmcv.xml \ No newline at end of file diff --git a/tools/points2binaryimage/points2binaryimage.xml b/tools/points2binaryimage/points2binaryimage.xml index 360dc016..0380e6ab 100644 --- a/tools/points2binaryimage/points2binaryimage.xml +++ b/tools/points2binaryimage/points2binaryimage.xml @@ -1,5 +1,13 @@ - + + + bmcv.xml + 0.2 + 2 + + + + operation_3443 @@ -11,7 +19,7 @@ numpy pandas pytz - dateutil + python-dateutil tifffile @@ -40,9 +48,13 @@ - **What it does** - Converts CSV point file to binary image. + This tool converts a CSV list of points to a binary image by rasterizing the point coordinates. + + The created image is a single-channel image with 16 bits per pixel (unsigned integer). + The points are rasterized with value 32767 (white). + Pixels not corresponding to any points in the CSV are assigned the value 0 (black). + 10.1016/j.jbiotec.2017.07.019