Home
last modified time | relevance | path

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

/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/lightgraffiti/
H A Dlightgraffiti.cpp151 …register_param(m_pBackgroundWeight, "backgroundWeight", "Describes how strong the (accumulated) ba… in LightGraffiti()
168 m_pBackgroundWeight = 0; in LightGraffiti()
824 if (m_pBackgroundWeight > 0) { in update()
827 …out[pixel] = RGBA((int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+0] + (1-m_pBackgroundWeight)*… in update()
828 … (int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+1] + (1-m_pBackgroundWeight)*GETG(out[pixel])), in update()
829 … (int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+2] + (1-m_pBackgroundWeight)*GETB(out[pixel])), in update()
1043 double m_pBackgroundWeight; member in LightGraffiti
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/lightgraffiti/
H A Dlightgraffiti.cpp151 …register_param(m_pBackgroundWeight, "backgroundWeight", "Describes how strong the (accumulated) ba… in LightGraffiti()
168 m_pBackgroundWeight = 0; in LightGraffiti()
824 if (m_pBackgroundWeight > 0) { in update()
827 …out[pixel] = RGBA((int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+0] + (1-m_pBackgroundWeight)*… in update()
828 … (int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+1] + (1-m_pBackgroundWeight)*GETG(out[pixel])), in update()
829 … (int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+2] + (1-m_pBackgroundWeight)*GETB(out[pixel])), in update()
1043 double m_pBackgroundWeight; member in LightGraffiti
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/lightgraffiti/
H A Dlightgraffiti.cpp151 …register_param(m_pBackgroundWeight, "backgroundWeight", "Describes how strong the (accumulated) ba… in LightGraffiti()
168 m_pBackgroundWeight = 0; in LightGraffiti()
824 if (m_pBackgroundWeight > 0) { in update()
827 …out[pixel] = RGBA((int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+0] + (1-m_pBackgroundWeight)*… in update()
828 … (int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+1] + (1-m_pBackgroundWeight)*GETG(out[pixel])), in update()
829 … (int) (m_pBackgroundWeight*m_longMeanImage[3*pixel+2] + (1-m_pBackgroundWeight)*GETB(out[pixel])), in update()
1043 double m_pBackgroundWeight; member in LightGraffiti