Small Code that reads pbm image, convert it into 1 channel image. Erodes it, dilates it and shows them #include <float.h> #include <limits.h> #include <time.h> #include <ctype.h… more →
What Ever I Codessuresh1988 wrote 4 days ago: 1. Like the ColorMatrixFilter, the ConvolutionFilter also uses a matrix to change the image but in t … more →
Md. Ruzdi Islam wrote 5 months ago: <?php /* * This function is for creating image border . Here image1 is the full path of the * ima … more →
mohsenam wrote 10 months ago: Small Code that reads pbm image, convert it into 1 channel image. Erodes it, dilates it and shows th … more →
mohsenam wrote 1 year ago: Following is the C++ code for writting the ppm image file strtemp has file name, fData is the pointe … more →
mohsenam wrote 1 year ago: just use the cvSet e.g if img is the IplImage object pointer with 3 channels. cvSet(img, cvScalar(0, … more →