Skip to content Skip to sidebar Skip to footer
Showing posts with the label Image Processing

Remove The Annotation Box From The Picture

** What I want to do is remove the red box in 5000 images. I wrote a piece of python code for one s… Read more Remove The Annotation Box From The Picture

Pixelate Roi Bounding Box And Overlay It On Original Image Using Opencv

Lets make it straightforward. I have private project to block or pixelate image using boundary box … Read more Pixelate Roi Bounding Box And Overlay It On Original Image Using Opencv

How To Complete This Python Function To Save In The Same Folder?

I am trying to write my first real python function that does something real. What i want to accompl… Read more How To Complete This Python Function To Save In The Same Folder?

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?

How To Reduce Image Palette To Specific Colors?

I am playing with a program in Python to create cross stitch schemes and need to reduce colors in a… Read more How To Reduce Image Palette To Specific Colors?

How Can I Rotate A 3d Array?

Currently, if I want to compare pressure under each of the paws of a dog, I only compare the pressu… Read more How Can I Rotate A 3d Array?