Information about the projection of an RGB color point onto a line or plane. More...
Public Attributes | |
float | Rp |
float | Gp |
float | Bp |
float | A |
float | B |
float | C |
float | D |
float | weight1 |
float | weight2 |
float | Rcm |
float | Gcm |
float | Bcm |
Information about the projection of an RGB color point onto a line or plane.
Rp,Gp,Bp | coordinates of the projected point | |
A,B,C,D | parameters of the projection line or plane | |
weight1,weight2 | the two largest eigenvalues from Principal Components Analysis of the distribution of colors in the neighborhood of the considered RGB point | |
Rcm,Gcm,Bcm | center of mass of the colors in the neighborhood of the RGB color point |
Definition at line 119 of file colorfilteringIPOL.cpp.
float infoProjection::A |
Definition at line 121 of file colorfilteringIPOL.cpp.
float infoProjection::B |
Definition at line 121 of file colorfilteringIPOL.cpp.
float infoProjection::Bcm |
Definition at line 126 of file colorfilteringIPOL.cpp.
float infoProjection::Bp |
Definition at line 120 of file colorfilteringIPOL.cpp.
float infoProjection::C |
Definition at line 121 of file colorfilteringIPOL.cpp.
float infoProjection::D |
Definition at line 121 of file colorfilteringIPOL.cpp.
float infoProjection::Gcm |
Definition at line 126 of file colorfilteringIPOL.cpp.
float infoProjection::Gp |
Definition at line 120 of file colorfilteringIPOL.cpp.
float infoProjection::Rcm |
Definition at line 126 of file colorfilteringIPOL.cpp.
float infoProjection::Rp |
Definition at line 120 of file colorfilteringIPOL.cpp.
float infoProjection::weight1 |
Definition at line 122 of file colorfilteringIPOL.cpp.
float infoProjection::weight2 |
Definition at line 122 of file colorfilteringIPOL.cpp.