Quasar > Visualization

Visualization


An overview of the different functions and classes:

box_containsChecks whether the specified box contains a given point.
build_vrc_pyramidBuild a pyramid for speeding up the volume ray casting
holdRetain current graph when adding new graphs (, or function). Note that a graph should already have been created when the function is called.
imshow (1)Image visualization function.
imshow (2)Image visualization function.
intersectswithChecks whether a ray intersects with a given box (and also computes the intersection)
legendDisplays a legend on an existing plot. The function updates the names of each invididual serie.
plotData visualization function
ray_rotate_yzRotation of a ray in the YZ-plane
ray_scale3D scaling of a ray
raytracer_nearestVolumetric ray tracer implementation, using nearest neighbor interpolation Note: we use CUDA hardware textures for speeding up things
raytracer_trilinearVolumetric ray tracer implementation, using trilinear interpolation Note: we use CUDA hardware textures for speeding up things
raytracer_trilinear_pyramidVolumetric ray tracer implementation, using trilinear interpolation Note: we use CUDA hardware textures for speeding up things
scatterData visualization function
sync_framerateSets the synchronization framerate for the function, in number of frames displayed per second. This function is useful when you want to display images at a given frame rate.
titleModifies the title of the previous plot
volumeraycastingReal-time visualization of 3D volumes (the main function)
voxelfilterA 3D 2x2x2 box filter, used to speed up the volumetric rendering
xlabelModifies the label of the x-axis of the previous plot
xlimModifies the range of the x-axis of the previous plot
ylabelModifies the label of the y-axis of the previous plot
ylimModifies the range of the y-axis of the previous plot