To find the coordinates of corners detected by Harris corner detection
I have applied harris corner detection on the following image  and obtained the result as  I am looking split an image into two parts. After doing some math in know the (x1, y1) of the top point and (x2, y2) of the bottom point. y1 =...
View ArticleCoverting C++ to Python
I have the following OpenCV code in c++ and I would like to convert it to python. Do any of you know how to convert those lines to python. **Mainly the Vec3f* and vector** that are found at lines 13...
View ArticleConvert Image to Occupancy Grid
I was wondering how I might turn a bird's eye view image of a map into an occupancy grid. I use an edge detection algorithm to detect obstacles in the bird's eye view image and would like to then...
View Article[Python]Manipulating histogram values
Hi! Well, i'm fairly new to Python but i have some coding background on some other languages like C. I could have gone for C++ but i wanted to learn Python so here i am, treading on unknown territory...
View ArticleFind Average Intensity of ROI
I was wondering how to find the average intensity of a gray scaled ROI. I currently use the code below, however when I try to print roi_gray_mean I get the output in the console ...... Below is my...
View ArticleCompare two images and mark the unmatched object or remove unmatched
Hi, I want to compare two images and want to plot or remove the unmatched objects found. I was using ORB to find matches between two images, But how can I plot and show the unmatched one.
View ArticleReturning Threshold Values
I am trying to return the average threshold value for a binary ROI, however, I keep on getting a weird output. My code is : import cv2 import numpy as np img =...
View ArticleDetection of wounds
Hi, I have problem with my school project, I need to detect chronic wounds and I am lost, I do not know how... I studied lot of color models, but I did not find any that I can apply on all photos.. I...
View ArticleDoes OpenCV3.10 work with Axis FD216 Security Camera
Unable to stream video with AXIS FD216 IP Security Camera. Programming with OpenCV3.10 and Python3.5 Example – From my browser the following http://192.168.1.141/mjpg/video.mjpg brings up my...
View Articlehow can I convert an image to grayscale without losing transparency?
I'm trying to convert an image to grayscale without losing any of it's transparency. This is my code: img = cv2.imread(some_path, 0) Original image: ...
View ArticleI have installed OpenCV for Python applications in Windows. I am able to...
I have installed OpenCV for Python applications in Windows. I am able to access OpenCV only from Administrator login. But not from USERS login. Request your help to access OpenCV from users login. I...
View Article