#include <RGBImage.h>
Inheritance diagram for PLearn::RGBImagesVMatrix:


Public Member Functions | |
| RGBImagesVMatrix (RGBImageDB &images_db, const Vec &delta_row, const Vec &delta_col, bool append_class, real scale=1.0, real offset_=0.0) | |
| virtual int | width () |
| virtual int | length () |
| virtual void | reset () |
| virtual void | sample (Vec &samplevec) |
| virtual void | seek (int position) |
| virtual int | position () |
| virtual bool | firstSampleOfObject () |
| virtual int | nSamplesOfObject () |
| virtual int | nObjects () |
Protected Attributes | |
| RGBImageVMatrix | image_distr |
| RGBImageDB & | images_db |
| int | current_image |
| bool | append_class |
| int | length_ |
| Vec | pixelsAndClass |
| Vec | pixels |
| Vec | image_start |
| starting "position" (re: position() method) for each image | |
| int | width_ |
Definition at line 274 of file RGBImage.h.
|
||||||||||||||||||||||||||||
|
|
Definition at line 588 of file RGBImage.cc. References PLearn::RGBImageVMatrix::first(), and image_distr. |
|
|
Definition at line 537 of file RGBImage.cc. References length_. |
|
|
Definition at line 599 of file RGBImage.cc. References PLearn::RGBImageDB::imageIdAndClass, images_db, and PLearn::TMat< T >::length(). |
|
|
Definition at line 593 of file RGBImage.cc. References image_distr, and PLearn::RGBImageVMatrix::length(). |
|
|
Definition at line 583 of file RGBImage.cc. References current_image, image_distr, image_start, and PLearn::RGBImageVMatrix::position(). |
|
|
Definition at line 543 of file RGBImage.cc. References current_image, PLearn::RGBImageDB::getImage(), image_distr, PLearn::RGBImageDB::imageIdAndClass, images_db, PLearn::RGBImageVMatrix::reset(), and PLearn::RGBImageVMatrix::setImage(). |
|
|
|
Definition at line 572 of file RGBImage.cc. References current_image, PLearn::RGBImageDB::getImage(), image_distr, image_start, PLearn::RGBImageDB::imageIdAndClass, images_db, PLearn::TMat< T >::length(), PLearn::RGBImageVMatrix::seek(), and PLearn::RGBImageVMatrix::setImage(). |
|
|
Definition at line 540 of file RGBImage.cc. References width_. |
|
|
Definition at line 280 of file RGBImage.h. Referenced by RGBImagesVMatrix(), and sample(). |
|
|
Definition at line 279 of file RGBImage.h. Referenced by position(), reset(), sample(), and seek(). |
|
|
Definition at line 277 of file RGBImage.h. Referenced by firstSampleOfObject(), nSamplesOfObject(), position(), reset(), RGBImagesVMatrix(), sample(), and seek(). |
|
|
starting "position" (re: position() method) for each image
Definition at line 284 of file RGBImage.h. Referenced by position(), RGBImagesVMatrix(), and seek(). |
|
|
Definition at line 278 of file RGBImage.h. Referenced by nObjects(), reset(), RGBImagesVMatrix(), sample(), and seek(). |
|
|
Definition at line 281 of file RGBImage.h. Referenced by length(), and RGBImagesVMatrix(). |
|
|
Definition at line 283 of file RGBImage.h. Referenced by RGBImagesVMatrix(). |
|
|
Definition at line 282 of file RGBImage.h. Referenced by RGBImagesVMatrix(). |
|
|
Definition at line 285 of file RGBImage.h. Referenced by RGBImagesVMatrix(), sample(), and width(). |
1.3.7