Skip to content Skip to sidebar Skip to footer
Showing posts with the label Computer Vision

Why Use Variable() In Inference?

I am learning PyTorch for an image classification task, and I ran into code where someone used a Py… Read more Why Use Variable() In Inference?

Why Does Cv2.fitellipse Considers Contours As Side Of Ellipse?

I am encountering a weird problem with cv2.fitEllipse. When I try to get this ellipse of this form,… Read more Why Does Cv2.fitellipse Considers Contours As Side Of Ellipse?

Normalizing Images In Opencv

I wrote the following code to normalize an image using NORM_L1 in OpenCV. But the output image was … Read more Normalizing Images In Opencv

Projective Transformations No Longer Available In Tensorflow 2.0 What Can I Do?

My team are switching to TensorFlow 2.0. I'm working on a data augmentation pipeline. TensorFlo… Read more Projective Transformations No Longer Available In Tensorflow 2.0 What Can I Do?

How To Detect Paragraphs In A Text Document Image For A Non-consistent Text Structure In Python Opencv

I am trying to identify paragraphs of text in a .pdf document by first converting it into an image … Read more How To Detect Paragraphs In A Text Document Image For A Non-consistent Text Structure In Python Opencv

Machine Vision In Python

I would like to perform a few basic machine vision tasks using Python and I'd like to know wher… Read more Machine Vision In Python