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

Checking The Colors Opencv Python

I have a code to detect two colors green and blue. I want to check if green color is detected to pr… Read more Checking The Colors Opencv Python

Square Detection In Image

I am trying to detect all the squared shaped dice images so that i can crop them individually and u… Read more Square Detection In Image

Binarize Image Data

I have 10 greyscale brain MRI scans from BrainWeb. They are stored as a 4d numpy array, brains, wit… Read more Binarize Image Data

Mapping 3d Vertex To Pixel Using Pyreder/pyglet/opengl

I'm implementing new algorithm for 3d point estimation using images, and right now I'm tryi… Read more Mapping 3d Vertex To Pixel Using Pyreder/pyglet/opengl

Measuring The Diameter Pictures Of Holes In Metal Parts, Photographed With Telecentric, Monochrome Camera With Opencv

Setup: Camera: Blackfly S Mono 20.0 MP Lens: Opto telecentric lens TC23080 Lights: 16 green LEDS P… Read more Measuring The Diameter Pictures Of Holes In Metal Parts, Photographed With Telecentric, Monochrome Camera With Opencv

How To Convert A Label Matrix To Colour Matrix For Image Segmentation?

I have a label matrix of 256*256 for example. And the classes are 0-11 so 12 classes. I want to con… Read more How To Convert A Label Matrix To Colour Matrix For Image Segmentation?

Reducing Misses On Template Matching (using Transparent Template)

I'm trying to determine the position of puzzle piece on a puzzle image. I have an image of a p… Read more Reducing Misses On Template Matching (using Transparent Template)

Problems During Skeletonization Image For Extracting Contours

I found this code to get a skeletonized image. I have a circle image (https://docs.google.com/file/… Read more Problems During Skeletonization Image For Extracting Contours