image processing

italojs/awesome-opencv
Contribute to italojs/awesome-opencv development by creating an account on GitHub.
https://github.com/italojs/awesome-opencv
https://www.researchgate.net/publication/302567695_Detecting_Ground_Control_Points_via_Convolutional_Neural_Network_for_Stereo_Matching
https://www.researchgate.net/publication/235909103_Accurate_floor_detection_and_segmentation_for_indoor_navigation_using_RGBD_and_stereo_cameras
https://www.researchgate.net/publication/270592101_Ground_Plane_Estimation_Using_a_Hidden_Markov_Model
Ground Plane Estimation Using a Hidden Markov Model - IEEE Conference Publication
IEEE Xplore, delivering full text access to the world's highest quality technical literature in engineering and technology. | IEEE Xplore
https://ieeexplore.ieee.org/document/6909909

basics


Intro to Digital Image Processing (ECSE-4540) Lectures, Spring 2015
Lectures from Spring 2015's offering of Introduction to Digital Image Processing (ECSE-4540) by Rich Radke, Rensselaer Polytechnic Institute.
https://www.youtube.com/playlist?list=PLuh62Q4Sv7BUf60vkjePfcOQc8sHxmnDX
OpenCV with Python for Image and Video Analysis
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
https://www.youtube.com/playlist?list=PLQVvvaa0QuDdttJXlLtAJxJetJcqmqlQq


https://arxiv.org/pdf/1609.08436.pdf
Non-flat Ground Detection Based on A Local Descriptor
The detection of road and free space remains challenging for non-flat plane, especially with the varying latitudinal and longitudinal slope or in the case of multi-ground plane. In this paper, we propose a framework of the ground plane detection with stereo vision.
https://arxiv.org/abs/1609.08436
windowsub0406/StereoVision
This project was coded in 2015 for self-driving project using stereo vision. I had conducted self-driving based on stereo vision. This code doesn't include detection & tracking. In this code, My point was preprocessing for exact obstacle detection. I used Block Matching(BM) Algorithm for a disparity map.
https://github.com/windowsub0406/StereoVision
https://core.ac.uk/download/pdf/48636473.pdf
opencv ground floor detection V-disparity algorithm - Google Search
distance object detection segmentation obstacle detection stereovision disparity map shapes stereo stereoscopic rectangle
https://www.google.com/search?q=opencv+ground+floor+detection+V-disparity+algorithm&sxsrf=ALeKk033TjoDc7biIdePxrGWby8bq6n9dg:1605709485034&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjh5N77pYztAhWRlhQKHTFeDaEQ_AUoAXoECBgQAw&biw=1920&bih=983#imgrc=yrBV3fnVoW7G1M&imgdii=I3BC4SFI6Aip0M
obstacle detection - 3d plane segmentation
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
https://www.youtube.com/watch?v=ifEXfHpqsVo&app=desktop
Ground Plane Estimation using a Hidden Markov Model
Ground Plane Estimation using a Hidden Markov Model Ralf Dragon, Luc Van Gool CVPR 2014 We focus on the problem of estimating the ground plane orientation an...
https://www.youtube.com/watch?v=YUBTv8q2if8
Find distance from camera to object using Python and OpenCV
A couple of days ago, Cameron, a PyImageSearch reader emailed in and asked about methods to find the distance from a camera to an object/marker in an image. He had spent some time researching, but hadn't found an implementation. I knew exactly how Cameron felt.
https://www.pyimagesearch.com/2015/01/19/find-distance-camera-objectmarker-using-python-opencv/
A social distancing detector using a Tensorflow object detection model, Python and OpenCV.
This article is going to be structured as follow : Model selection People detection Bird eye view transformation Social distancing measurement Results and improvements All of the following code along with installation explanations can be found on my github repository.
https://towardsdatascience.com/a-social-distancing-detector-using-a-tensorflow-object-detection-model-python-and-opencv-4450a431238
4 Point OpenCV getPerspective Transform Example - PyImageSearch
4:18am. Alarm blaring. Still dark outside. The bed is warm. And the floor will feel so cold on my bare feet. But I got out of bed. I braved the morning, and I took the ice cold floor on my...
https://www.pyimagesearch.com/2014/08/25/4-point-opencv-getperspective-transform-example/
PyImageSearch - You can master Computer Vision, Deep Learning, and OpenCV.
My books and courses work. Students of mine have gone on to land high profile jobs at R&D companies, land $100,000+ in grant funding, publish novel papers in reputable journals, win Kaggle competitions, and completely change their career from developer to Computer Vision/Deep Learning practitioner.
https://www.pyimagesearch.com/
opencv ground floor detection (far from perfect)
https://www.youtube.com/watch?v=ifZ9MUGmE34
Computer Vision Tutorial: Implementing Mask R-CNN for Image Segmentation (with Python Code)
Overview Mask R-CNN is a state-of-the-art framework for Image Segmentation tasks We will learn how Mask R-CNN works in a step-by-step manner We will also look at how to implement Mask R-CNN in Python and use it for our own images Introduction I am fascinated by self-driving cars. The
https://www.analyticsvidhya.com/blog/2019/07/computer-vision-implementing-mask-r-cnn-image-segmentation/
italojs/awesome-opencv
Contribute to italojs/awesome-opencv development by creating an account on GitHub.
https://github.com/italojs/awesome-opencv
YOLO Object Detection with OpenCV and Python
DNN (Deep Neural Network) module was initially part of opencv_contrib repo. It has been moved to the master branch of opencv repo last year, giving users the ability to run inference on pre-trained deep learning models within OpenCV itself. (One thing to note here is, dnn module is not meant be used for training.
https://towardsdatascience.com/yolo-object-detection-with-opencv-and-python-21e50ac599e9
Road Feature Detection & GeoTagging
How to utilize MMS data to identify and locate road features for automated, efficient asset management tasks. Authors: David Yu , Hayley Miller Disclaimer: This article makes use of data released from AZGeo with consent from the Arizona Department of Transportation. The full disclaimer can be found at the bottom of this article.
https://medium.com/geoai/road-feature-detection-geotagging-600ea03f9a8
It's a Record-Breaking Crowd! A Must-Read Tutorial to Build your First Crowd Counting Model using Deep Learning
Artificial Intelligence and Machine Learning is going to be our biggest helper in coming decade! Today morning, I was reading an article which reported that an AI system won against 20 lawyers and the lawyers were actually happy that AI can take care of repetitive part of their roles and help them work on complex topics.
https://www.analyticsvidhya.com/blog/2019/02/building-crowd-counting-model-python/
Color Detection using OpenCV Python
Color detection is necessary to recognize objects, it is also used as a tool in various image editing and drawing apps. I write a simple Python code to detect the color in the image using OpenCV and pandas (python libraries). Color detection is the process of detecting the name of any color.
https://medium.com/programming-fever/color-detection-using-opencv-python-6eec8dcde8c7
windowsub0406/StereoVision
This project was coded in 2015 for self-driving project using stereo vision. I had conducted self-driving based on stereo vision. This code doesn't include detection & tracking. In this code, My point was preprocessing for exact obstacle detection. I used Block Matching(BM) Algorithm for a disparity map.
https://github.com/windowsub0406/StereoVision
https://core.ac.uk/download/pdf/48636473.pdf
Detecting Ground Control Points via Convolutional Neural Network for Stereo Matching
In this paper, we present a novel approach to detect ground control points (GCPs) for stereo matching problem. First of all, we train a convolutional neural network (CNN) on a large stereo set, and compute the matching confidence of each pixel by using the trained CNN model.
https://arxiv.org/abs/1605.02289
OpenCV floor detection by segmentation
I'm working on a way to detect the floor in an image. I'm trying to accomplish this by reducing the image to areas of color and then assuming that the largest area is the floor. (We get to make some
https://stackoverflow.com/questions/6607990/opencv-floor-detection-by-segmentation
Identifying and selecting floor in a room - OpenCV Q&A Forum
I am new to OpenCV and have been reading a lot to help me achieve this. I need to be able to identify the floor of a room. I have looked at a lot of other questions and answers but none of them have been able to help me out.
https://answers.opencv.org/question/203415/identifying-and-selecting-floor-in-a-room/?answer=203417
Build your own Vehicle Detection Model using OpenCV and Python
Overview Excited by the idea of smart cities? You'll love this tutorial on building your own vehicle detection system We'll first understand how to detect moving objects in a video before diving into the implementation part We'll be using OpenCV and Python to build the automatic vehicle detector Introduction
https://www.analyticsvidhya.com/blog/2020/04/vehicle-detection-opencv-python/
MaybeShewill-CV/sky-detector
sky area detection without deep neural networks. A c++ implemention of the algorithm mentioned in paper "Sky Region Detection in a Single Image for Autonomous Ground Robot Navigation". A fast and robust method to extract the sky area of an image. This implementation need opencv library.
https://github.com/MaybeShewill-CV/sky-detector
Detecting Ground Control Points via Convolutional Neural - Google Search
Detecting ground control points via convolutional ... Zhong * Cited by 8
https://www.google.com/search?bih=983&biw=1920&hl=en&sxsrf=ALeKk00b4izdNexvNxDLAOkoOf27jdUcpg%3A1605713184091&ei=ID21X7eJBZSbjLsP-b6q-A8&q=Detecting+Ground+Control+Points+via+Convolutional+Neural&oq=Detecting+Ground+Control+Points+via+Convolutional+Neural&gs_lcp=CgZwc3ktYWIQAzoECAAQR1D0-hBYoJERYOCREWgAcAN4AIAB_QOIAf0DkgEDNS0xmAEAoAECoAEBqgEHZ3dzLXdpesgBCMABAQ&sclient=psy-ab&ved=0ahUKEwi3mcvfs4ztAhWUDWMBHXmfCv8Q4dUDCA0&uact=5
charleskca/floor-detection
Implementation of the Floor Detection Algorithm with maxima suppression. For I/O and displaying the transformed image, OpenCV is used, whereas the Floor Detection Algorithm is completely self-implemented. open a shell and cd into a directory wished to git-clone in.
https://github.com/charleskca/floor-detection
Finding the Sky/Ground separation in OpenCV
I am trying to detect the horizon in an image, and return a mask of the sky (or inverted as the ground). While there seems to be many uses for it, I am battling to find a good solution. What's wo...
https://stackoverflow.com/questions/30391637/finding-the-sky-ground-separation-in-opencv
An Empirical Evaluation of Deep Learning on Highway Driving
Numerous groups have applied a variety of deep learning techniques to computer vision problems in highway perception scenarios. In this paper, we presented a number of empirical evaluations of recent deep learning advances. Computer vision, combined with deep learning, has the potential to bring about a relatively inexpensive, robust solution to autonomous driving.
https://arxiv.org/abs/1504.01716
Detecting Ground Control Points via Convolutional Neural Network for Stereo Matching
In this paper, we present a novel approach to detect ground control points (GCPs) for stereo matching problem. First of all, we train a convolutional neural network (CNN) on a large stereo set, and compute the matching confidence of each pixel by using the trained CNN model.
https://arxiv.org/abs/1605.02289
Non-flat Ground Detection Based on A Local Descriptor
The detection of road and free space remains challenging for non-flat plane, especially with the varying latitudinal and longitudinal slope or in the case of multi-ground plane. In this paper, we propose a framework of the ground plane detection with stereo vision.
https://arxiv.org/abs/1609.08436
https://paperswithcode.com/paper/detecting-ground-control-points-via/review/
How to use opencv in Unity3d?
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/29740613/how-to-use-opencv-in-unity3d
Introduction to Using OpenCV With Unity
Introduction If you've been working with Unity for a while, you must have realized how powerful the game engine is. From making simple 2D and 3D mobile games, to full-fledged virtual reality applications, you can do it all with Unity. However, if you are a fan of playing motion-based games like Kinect Table Tennis or [...]
https://www.raywenderlich.com/5475-introduction-to-using-opencv-with-unity
Using OpenCV in Unity | Stereolabs
In this tutorial, you'll learn how to detect visual markers and place virtual objects on top of them using OpenCV, Unity and the ZED. Our app will be looking for "ArUco" style markers. OpenCV natively includes a collection of these markers, and scripts from the ZED Unity plugin already tell OpenCV which markers to look for.
https://www.stereolabs.com/docs/unity/using-opencv-with-unity/
Devon Crawford
Self-learning software and electrical engineering through research & development. Filming the entire process on YouTube. As an Amazon and Adobe Associate, I earn from qualifying purchases (links in the description of videos).
https://www.youtube.com/c/DevonCrawford/videos

relevant links


Python for Computer Vision with OpenCV and Deep Learning Udemy Free Download
What you'll learn Must have clear understanding of Python Basics Windows 10 or MacOS or Ubuntu Must have Install Permissions on Computer WebCam if you want to learn the video streaming content Description Welcome to the ultimate online course on Python for Computer Vision!
https://freecoursesite.com/1-python-for-computer-vision-with-opencv-and-deep-learning/
Master Computer Vision™ OpenCV3 in Python & Machine Learning Udemy Free Download
What you'll learn Little to no programming knowledge is needed! I'll be showing you everything you need to know, but basic Python is a plus You will need a computer running Microsoft Windows, or Linux, or a Mac running OS X. All the software needed in this course is free and open source!
https://freecoursesite.com/master-computer-vision-opencv3-in-python-machine-learning/
Deep Learning and Computer Vision A-Z™: OpenCV, SSD & GANs Udemy Free Download
Deep Learning and Computer Vision A-Z™: OpenCV, SSD & GANs Udemy Free Download Udemy Free Download Become a Wizard of all the latest Computer Vision tools that exist out there. Detect anything and create powerful apps. That's because Computer Vision is applied everywhere. From health to retail to entertainment - the list goes on.
https://freecoursesite.com/computer-vision-a-z-learn-opencv-gans-and-cutting-edge-ai-3/
8-Bits Of Image Processing You Should Know!
This video introduces 8 basic image processing algorithms. Programmers should be aware of image processing techniques because they can be applied to non-imag...
https://www.youtube.com/watch?v=mRM5Js3VLCk