jAER project on SourceForge

Uses of Class
org.ine.telluride.jaer.cuda.CUDAObjectTrackerControl.KernelShape

Packages that use CUDAObjectTrackerControl.KernelShape
org.ine.telluride.jaer.cuda AER processing with NVIDIA CUDA-enabled GPUs. 
 

Uses of CUDAObjectTrackerControl.KernelShape in org.ine.telluride.jaer.cuda
 

Methods in org.ine.telluride.jaer.cuda that return CUDAObjectTrackerControl.KernelShape
 CUDAObjectTrackerControl.KernelShape CUDAObjectTrackerControl.getKernelShape()
           
static CUDAObjectTrackerControl.KernelShape CUDAObjectTrackerControl.KernelShape.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CUDAObjectTrackerControl.KernelShape[] CUDAObjectTrackerControl.KernelShape.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ine.telluride.jaer.cuda with parameters of type CUDAObjectTrackerControl.KernelShape
 void CUDAObjectTrackerControl.setKernelShape(CUDAObjectTrackerControl.KernelShape kernelShape)
           
 


jAER project on SourceForge