Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mvision | 5,784 | 2 years ago | 14 | C++ | ||||||
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶 | ||||||||||
Opencv4nodejs | 4,729 | 62 | 42 | 2 months ago | 120 | May 13, 2020 | 290 | mit | C++ | |
Nodejs bindings to OpenCV 3 and OpenCV 4 | ||||||||||
Object_detector_app | 1,231 | 4 years ago | 16 | mit | Python | |||||
Real-Time Object Recognition App with Tensorflow and OpenCV | ||||||||||
End To End For Chinese Plate Recognition | 975 | 4 years ago | 28 | Python | ||||||
多标签分类,端到端的中文车牌识别基于mxnet, End-to-End Chinese plate recognition base on mxnet | ||||||||||
Real_time_face_recognition | 881 | 6 years ago | 14 | Python | ||||||
(WARNING: This repository is NO LONGER maintained ) Real time face detection and recognition base on opencv/tensorflow/mtcnn/facenet | ||||||||||
Handwriting Ocr | 560 | 5 months ago | 77 | mit | Jupyter Notebook | |||||
OCR software for recognition of handwritten text | ||||||||||
Opencv Marker Less Ar | 494 | 8 years ago | 2 | C++ | ||||||
This is a marker less augmented reality application developed using OpenCV. This code can be used under MIT license. Demo movie: http://youtu.be/KgQguj78qMA | ||||||||||
Text Image Augmentation | 444 | 3 years ago | 4 | mit | C++ | |||||
Geometric Augmentation for Text Image | ||||||||||
Php Opencv Examples | 421 | 2 months ago | 6 | PHP | ||||||
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation) | ||||||||||
Opencv Course | 410 | 2 years ago | 2 | mit | Python | |||||
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp. |
Artificial intelligence (AI) is the intelligence exhibited by machines or software. It is also the name of the academic field of study which studies how to create computers and computer software that are capable of intelligent behavior. Major AI researchers and textbooks define this field as "the study and design of intelligent agents",[1] in which an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success.[2] John McCarthy, who coined the term in 1955,[3] defines it as "the science and engineering of making intelligent machines".[4]
Source:
https://en.wikipedia.org/wiki/Artificial_intelligence
Computer vision is a field that includes methods for acquiring, processing, analyzing, and understanding images and, in general, high-dimensional data from the real world in order to produce numerical or symbolic information, e.g., in the forms of decisions.[1][2][3][4] A theme in the development of this field has been to duplicate the abilities of human vision by electronically perceiving and understanding an image.[5] This image understanding can be seen as the disentangling of symbolic information from image data using models constructed with the aid of geometry, physics, statistics, and learning theory.[6] Computer vision has also been described as the enterprise of automating and integrating a wide range of processes and representations for vision perception.[7]
Source:
https://en.wikipedia.org/wiki/Computer_vision
##Talking Heads: Detecting Humans and Recognizing Their Interactions
http://www.robots.ox.ac.uk/~minhhoai/papers/TalkingHead_CVPR14.pdf
##A Mobile Robot That Recognizes People
https://personal.traclabs.com/~korten/publications/tools95.pdf
##The wonderful and terrifying implications of computers that can learn
http://blog.professorcoruja.com/2015/09/the-wonderful-and-terrifying.html
Instagram API
The first version of the Instagram API is an exciting step forward towards making it easier for users to have open access to their data. We created it so that you can surface the amazing content Instagram users share every second, in fun and innovative ways.
https://instagram.com/developer/
#What is Instagram?
Capture and Share the World's Moments Instagram is a free and simple way to share your life and keep up with other people.
Take a picture or video, then customize it with filters and creative tools. Post it on Instagram and share instantly on Facebook, Twitter, Tumblr and more—or send it directly as a private message. Find people to follow based on things you’re into, and be part of an inspirational community.
#My small study about the instagram world and the picture world.
This small study is about the instagram api and pictures.
#How to use this app
Change the file client_credential.php and put your CLIENT_ID and CLIENT_SECRET
See:
$CLIENT_ID = 'XXXXXXXXXX';
$CLIENT_SECRET = 'YYYYYYYYYYY';
#Instagram App URLs (PHP)
Instagram User Search:
http://localhost:8282/instagram-app/search_for_users.php
Instagram User Profile
http://localhost:8282/instagram-app/get_user_profiles.php
Instagram User Relationships
http://localhost:8282/instagram-app/get_user_relationships.php
Instagram Get Image data
http://localhost:8282/instagram-app/image_data.php
http://localhost:8282/instagram-app/popular_instagram_photos.php
http://localhost:8282/instagram-app/search_images_by_location.php
http://localhost:8282/instagram-app/search_by_tag.php
http://localhost:8282/instagram-app/search_images_by_tag.php
#Instagram App (Python)
See the code:
https://github.com/caiomsouza/instagram-api/blob/master/python/instagram_api.py
#Getting the picture metadata
Use a software called ExifTool.
http://www.sno.phy.queensu.ca/~phil/exiftool/
I tried on my Mac OS the version below:
Mac OS X Package: ExifTool-9.98.dmg (2.5 MB)
On the Mac OS Terminal or Linux type:
exiftool /Users/caiomsouza/Downloads/picuture_name.jpg > track.log
See also:
http://www.sno.phy.queensu.ca/~phil/exiftool/faq.html
#PyExifTool – A Python wrapper for Phil Harvey’s ExifTool http://smarnach.github.io/pyexiftool/
http://timelyportfolio.github.io/rCharts_catcorrjs/exif/
#OpenCV OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can take advantage of multi-core processing. Enabled with OpenCL, it can take advantage of the hardware acceleration of the underlying heterogeneous compute platform. Adopted all around the world, OpenCV has more than 47 thousand people of user community and estimated number of downloads exceeding 9 million. Usage ranges from interactive art, to mines inspection, stitching maps on the web or through advanced robotics. http://opencv.org
OpenCV Tutorials http://docs.opencv.org/doc/tutorials/tutorials.html
objdetect module. Object Detection http://docs.opencv.org/doc/tutorials/objdetect/table_of_content_objdetect/table_of_content_objdetect.html#table-of-content-objdetect
imgproc module. Image Processing http://docs.opencv.org/doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.html#table-of-content-imgproc
http://pastec.io Visu4link/pastec Your free image recognition platform Pastec is an open source image recognition index and search engine designed for your mobile apps
##List of 14+ Image Recognition APIs http://blog.mashape.com/list-of-14-image-recognition-apis/
http://thinktostart.com/analyze-instagram-r/
#R Tutorials JulianHill/R-Tutorials
http://www.saocarlos.usp.br/index.php?option=com_content&task=view&id=7363&Itemid=186
http://tecnologia.terra.com.br/robos/funcionario-robo-faz-sucesso-com-turistas-no-aeroporto-de-genebra,e76a66a9911d0410VgnVCM10000098cceb0aRCRD.html
http://tecnologia.terra.com.br/robos/funcionario-robo-faz-sucesso-com-turistas-no-aeroporto-de-genebra,e76a66a9911d0410VgnVCM10000098cceb0aRCRD.html
https://www.youtube.com/watch?v=h5xpO_p6lAs
http://www.nasa.gov/vision/universe/roboticexplorers/robots_like_people_prt.htm
http://www.gizmag.com/pepper-robot-release/38079/
#More links:
http://mygeoposition.com
http://www.ibm.com/developerworks/xml/library/x-instagram1/index.html#retrievedetails/
http://www.ibm.com/developerworks/library/x-instagram2/index.html