Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-vision

Given a contour outlining the edges of an 'S' shape in OpenCV/Python, what methods can be used to trace a curve along the center of the shape?

Transformation Concept in OpenCV

Epipolar lines for divergent cameras

computer-vision stereo-3d

Drawing contours using cv2.approxPolyDP() in python

What layers should I use for Keras?

How to use double as the default type for floating numbers in PyTorch

Adding custom labels to pytorch dataloader/dataset does not work for custom dataset

GUI version of OpenCV for feature-detection (SIFT etc.) prototyping before actual project development?

Which bar code type is the most robust when used with mobile machine vision and a tool like OpenCV?

Cross detection in image

Want to understand why dithering algorithm can decrease color depth?

What is contours in computer vision? [closed]

opencv computer-vision

Is there a function for solving xA=b in opencv?

Does image size matter when training with TensorFlow?

SimpleITK Resize images

Efficiently converting color to transparency in python

Image size of 256x256 (not 299x299) fed into Inception v3 model (PyTorch) and works?

Remove borders from image but keep text written on borders (preprocessing before OCR)

Removing a black part of image after stitching 2 images in OpenCV C++

OpenCV reads an image as a 3-channel image while PIL reads the same image as a 1-channel image