#include <MeanShift.h>
◆ MeanShift()
| hdps::MeanShift::MeanShift |
( |
| ) |
|
|
inline |
◆ cleanup()
| void hdps::MeanShift::cleanup |
( |
| ) |
|
◆ cluster()
| void hdps::MeanShift::cluster |
( |
const std::vector< Vector2f > & |
points, |
|
|
std::vector< std::vector< unsigned int > > & |
clusters |
|
) |
| |
◆ drawFullscreenQuad()
| void hdps::MeanShift::drawFullscreenQuad |
( |
| ) |
|
◆ equal()
| bool hdps::MeanShift::equal |
( |
const Vector2f & |
p1, |
|
|
const Vector2f & |
p2, |
|
|
float |
epsilon |
|
) |
| |
◆ getGradientTexture()
| Texture2D & hdps::MeanShift::getGradientTexture |
( |
| ) |
|
◆ getMeanShiftTexture()
| Texture2D & hdps::MeanShift::getMeanShiftTexture |
( |
| ) |
|
◆ init()
| void hdps::MeanShift::init |
( |
| ) |
|
◆ setData()
| void hdps::MeanShift::setData |
( |
const std::vector< Vector2f > * |
points | ) |
|
◆ setSigma()
| void hdps::MeanShift::setSigma |
( |
float |
sigma | ) |
|
The documentation for this class was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/util/MeanShift.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/util/MeanShift.cpp