Git Product home page Git Product logo

cloudsight-objc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cloudsight-objc's Issues

Implicit UIImage category dependency not set

The current cocoapods specs for this library don't pull down UIImage category. When doing a fresh installation the method signature aren't found
resizedImageWithContentMode: bounds: interpolationQuality:

It will be helpful to have following cocopod dependency (or something else as appropriate)
UIImage-Categories

Return array of tags

Is it possible to get as a response an array of all the items detected in the image?

Delegate methods are not getting called

Hi,

After sending the request delegate methods are not getting called. Below is the line of code that I'm generating for the query.

CloudSightQuery *query = [[CloudSightQuery alloc] initWithImage:imageData
atLocation:CGPointMake(self.imageView.frame.origin.x, self.imageView.frame.origin.y) withDelegate:self
atPlacemark:location
withDeviceId:deviceIdentifier];
[query start];

Delegate crashes on didFailWithError

Please check if the delegate is implementing this method and conforms to protocol, because this is crashing if not implemented.

CloudSightQuery.m / Line: 66

- (void)cloudSightRequest:(CloudSightImageRequest *)sender didFailWithError:(NSError *)error
{
    [self.queryDelegate cloudSightQueryDidFail:self withError:error];
}

Documentation?

Is there any documentation for this project yet? Looks awesome, but I would have no idea how to even start working this into a project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.