Posts

Showing posts from November, 2017

Google Vision (Continued....)

Cloud Vision API Features Main Concern is to " Derive insight from images with our powerful Cloud Vision API " Label Detection     Detect broad sets of categories within an image, ranging from modes of transportation to animals. Explicit Content Detection     Detect explicit content like adult content or violent content within an image. Logo Detection     Detect popular product logos within an image. Landmark Detection     Detect popular natural and man-made structures within an image.   Optical Character Recognition     Detect and extract text within an image, with support for a broad range of languages, along with support for automatic language identification. Face Detection     Detect multiple faces within an image, along with the associated key facial attributes like emotional state or wearing headwear. Facial Recognition is not supported. Image Attributes     Detect...

A short intro about Google Vision

The Mobile Vision API has detectors that let you find objects (face, smile, eyes etc) in photos and video. Detect Faces The Face API detects human faces in photos, videos, or live streams. It also finds and tracks positions of facial landmarks such as the eyes, nose, and mouth. Face detection is the process of automatically locating human faces in visual media (digital images or video). A face that is detected is reported at a position with an associated size and orientation. Once a face is detected, it can be searched for landmarks such as the eyes and nose. Face recognition inspects if two faces can resemble to the same person. Note that at this time, the Google Face API only provides functionality for face detection and not face recognition. Face tracking extends face detection to video sequences. Any face appearing in a video for any length of time can be tracked. That is, faces that are detected in consecutive video frames can be identified as being the same person. Not...

Test your password strength

Want to check how secure your password is?? Want to know how long will it take to crack your password?? Then just check this link https://howsecureismypassword.net/ & try some really strong password to check their real strength. ** Good News ** for developers Its completly open source & its source code with jQuery plugin can be found @ github. https://github.com/howsecureismypassword/ https://github.com/howsecureismypassword/jquery https://github.com/howsecureismypassword/hsimp