Structural deformable models
|
This is the complete list of members for Sensor, including all inherited members.
assign(const Sensor &rhs) | Sensor | virtual |
assignRef(sensor_cptr rhs) | Sensor | |
calcGradient(int x, int y) const | Sensor | inlineprotectedvirtual |
calcMinMax() | Sensor | protectedvirtual |
calcMValue(int x, int y) const | Sensor | inlineprotectedvirtual |
calcValue(int x, int y) const =0 | Sensor | protectedpure virtual |
changeSource(sensor_cptr _source) | Sensor | virtual |
createSensorImage() const | Sensor | virtual |
cweights | Sensor | protected |
dir | Sensor | protected |
disableUpdate(dword udMask) | Sensor | inline |
enableUpdate(dword udMask) | Sensor | inline |
getCWeights() const | Sensor | inline |
getDim1Size() const | Sensor | inlinevirtual |
getDim2Size() const | Sensor | inlinevirtual |
getDim3Size() const | Sensor | inlinevirtual |
getDirection() const | Sensor | inline |
getGradient(int x, int y) const | Sensor | inlinevirtual |
getGradient(const Point2D &p) const | Sensor | inline |
getID() const | Sensor | inline |
getMax() const | Sensor | inline |
getMin() const | Sensor | inline |
getMinMaxRange() const | Sensor | inline |
getMValue(int x, int y) const | Sensor | inlinevirtual |
getNChannels() const | Sensor | inlinevirtual |
getNumberString(char sid[5], dword id) | Sensor | static |
getScale() const | Sensor | inline |
getSkip() const | Sensor | inlinevirtual |
getSource() | Sensor | inline |
getStringNumber(const char *sid) | Sensor | static |
getValue(int x, int y) const | Sensor | inlinevirtual |
getValue(const Point &p) const | Sensor | inline |
getWeightedGradient(int x, int y) const | Sensor | inline |
getWeightedValue(int x, int y) const | Sensor | inline |
hprint(std::ostream &os, SensorCollection *sc) const | Sensor | virtual |
invalidateSource() | Sensor | |
isModified(dword mask=UPD_ALL) const | Sensor | inline |
isUpdate(dword udMask) const | Sensor | inline |
isValid(int x, int y) const | Sensor | |
m_AddSkip | Sensor | protected |
m_ID | Sensor | protected |
m_Skip | Sensor | protected |
maxval | Sensor | protected |
mean | Sensor | protected |
minval | Sensor | protected |
performUpdate() | Sensor | virtual |
print(std::ostream &os) const | Sensor | virtual |
refSuperSensor(sensor_ptr super) | Sensor | |
replaceBy(sensor_ptr target) | Sensor | |
scale | Sensor | protected |
Sensor(dword updateMask) | Sensor | protected |
Sensor() | Sensor | protected |
setCWeights(const std::vector< float > &weights) | Sensor | |
setDirection(const Point &dir) | Sensor | |
setID(const std::string &id) | Sensor | inline |
setModified(dword mask=UPD_ALL) | Sensor | inline |
setScale(float _scale) | Sensor | |
shared_from_base() | Sensor | inline |
source | Sensor | protected |
stdev | Sensor | protected |
toupdate | Sensor | protected |
unrefSuperSensor(sensor_ptr super) | Sensor | |
unsetModified(dword mask=UPD_ALL) | Sensor | inline |
UPD_ALL enum value | Sensor | |
UPD_CWEIGHTS enum value | Sensor | |
UPD_DATA enum value | Sensor | |
UPD_DIR enum value | Sensor | |
UPD_LAST enum value | Sensor | |
UPD_MINMAX enum value | Sensor | |
UPD_NOTHING enum value | Sensor | |
UPD_SCALE enum value | Sensor | |
updateMask | Sensor | protected |
UpdateParam enum name | Sensor | |
~Sensor() | Sensor | virtual |