This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git
commit 07a1aaab4bfc6acf69175207e4027556ce88d6c8 Author: Philipp Zehnder <[email protected]> AuthorDate: Wed Apr 8 23:29:45 2020 +0200 Change documentation of image enricher and cropper --- .../documentation.md | 18 ++++-------------- .../documentation.md | 20 ++++---------------- 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-cropper/documentation.md b/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-cropper/documentation.md index d088dad..69512f0 100644 --- a/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-cropper/documentation.md +++ b/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-cropper/documentation.md @@ -26,22 +26,12 @@ ## Description Image Enrichment: Crops an + image based on + given bounding box coordinates -Add a detailed description here *** ## Required input +An image and an array with bounding boxes. +A box consists of the x and y coordinates in the image as well as the height and width - -*** - -## Configuration - -Describe the configuration parameters here - -### 1st parameter - - -### 2nd parameter - -## Output \ No newline at end of file +## Output +A new event for each box containing the cropped image \ No newline at end of file diff --git a/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md b/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md index 8413fd5..5456e6f 100644 --- a/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md +++ b/streampipes-processors-image-processing-jvm/src/main/resources/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md @@ -27,22 +27,10 @@ ## Description Image Enrichment: Enriches an + image with + given bounding box coordinates -Add a detailed description here - -*** ## Required input +An image and an array with bounding boxes. +A box consists of the x and y coordinates in the image as well as the height and width - -*** - -## Configuration - -Describe the configuration parameters here - -### 1st parameter - - -### 2nd parameter - -## Output \ No newline at end of file +## Output +A new event containing the image with bounding boxes rendered according to the boxes of the input event \ No newline at end of file
