Use this tag for questions related to Computer Vision -- any aspect of software that enables computers to perceive, understand and react to their environment using cameras.
I am using two image of the single object the object is roated certain degree from its first image. I …
c++ opencv computer-vision euler-anglesI am trying to extract features using OpenCV's HoG API, however I can't seem to find the API that allow …
opencv computer-vision feature-detection object-recognition feature-extractionI'm working on a image class-incremental classifier approach using a CNN as a feature extractor and a fully-connected block for …
python tensorflow keras deep-learning computer-visionWe've learned that you can get the gradient direction with atan(dy/dx) which is the direction orthogonal to the …
computer-vision non-maximum-suppressionWith my new assignment I am looking for a method to detect the presence of text on image. The image …
image image-processing opencv computer-vision image-recognitionI have a image with horizontal and vertical lines. In fact, this image is the BBC website converted to horizontal …
graphics artificial-intelligence machine-learning computer-visionBackground For my final project at university, I'm developing a vehicle license plate detection application. I consider myself an intermediate …
c# image computer-vision ocr object-detectionI wrote the following very simple python code to find circles in an image: import cv import numpy as np …
c++ python c opencv computer-visionI am using the inbuilt cascade classifier for the face detection. This is how the code is (OpenCV Python Tutorials): …
python-2.7 opencv computer-vision face-detectionIs semantic segmentation just a Pleonasm or is there a difference between "semantic segmentation" and "segmentation"? Is there a difference …
image-processing computer-vision object-detection image-segmentation semantic-segmentation