Lost your password?

Blogs about: Iplimage

Featured Blog

OpenCv IplImage how to clear or initialize the image to scalar

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 →

Tags: C#, ImageProcessing, opencv, clear, initialize, pixel

OpenCV IplImage

silencer22 wrote 1 year ago: IPL(Intel Image Processing Library) Image class. IplImage is subclass of CvMat. IplImage support ROI … more →

Tags: opencv

Be aware of memory alignment of IplImage in OpenCV2 comments

chi3x10 wrote 1 year ago: The imageData of IplImage is aligned 4 or 8 bytes in order to enhance the processing speed. For exam … more →

Tags: C#, opencv


Related Tags
All →

Follow this tag via RSS