GetLabels {ORTSC} | R Documentation |
Connects to Google Cloud API label detection and perform multiple object detection
Description
This function can be used to classify image based on objects detected
Usage
GetLabels(ImagePaths)
Arguments
ImagePaths |
vector of complete image's paths |
Value
a vector of objects
Author(s)
Mohmed Soudy Mohamed.soudy@57357.com, Yasmine Afify yasmine.afify@cis.asu.edu.eg, and Nagwa Badr Nagwabadr@cis.asu.edu.eg
Examples
## Not run:
GetLabels(https://cloud.google.com/vision/docs/images/crop_both.jpeg)
## End(Not run)
[Package ORTSC version 1.0.0 Index]