Home
last modified time | relevance | path

Searched refs:image_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
Dcvwimage.h185 IplImage* Ipl() {return image_; } in Ipl()
186 const IplImage* Ipl() const {return image_; } in Ipl()
187 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData()
189 return reinterpret_cast<const T*>(image_->imageData); in ImageData()
192 int Width() const {return image_->width; } in Width()
193 int Height() const {return image_->height; } in Height()
196 int WidthStep() const {return image_->widthStep; } in WidthStep()
198 int Channels() const {return image_->nChannels; } in Channels()
210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
214 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
[all …]