![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
Go to the source code of this file.
Functions | |||||
Continous distribution | |||||
Returns a unit vector closed to another one in a solid angle.
| |||||
AimsVector< float, 3 > | AimsPointInSolidAngle (const AimsVector< float, 3 > &vec, float theta_max) | ||||
Discrete distribution. | |||||
Returns a vector of uniformly distributed points on a unit sphere. The construction of that distribution starts from an icosahedron (20 facets, 12 points) and iterates a subdivision of each triangle into 4 sub-triangles.
| |||||
std::vector< AimsVector< float, 3 > * > | AimsIcosahedronDiscreteSphericDistribution (int minpoint) | ||||
std::vector<AimsVector<float,3>* > AimsIcosahedronDiscreteSphericDistribution | ( | int | minpoint | ) |
AimsVector<float,3> AimsPointInSolidAngle | ( | const AimsVector< float, 3 > & | vec, |
float | theta_max | ||
) |