how to translate from imageBox->Image to IplImage* ?
how to translate from imageBox->Image to IplImage* ?
how to translate from imageBox->Image to IplImage* ?
Re: how to translate from imageBox->Image to IplImage* ?
If you have an Image<TColor, TDepth> img or IImage img, you can get the IplImage by
Code: Select all
IplImage* iplImage = (IplImage*) Img->Ptr.ToPointer();