MCPcopy Create free account

hub / github.com/carlren/gSLICr / functions

Functions199 in github.com/carlren/gSLICr

↓ 5 callersMethodGetData
Get the data pointer on CPU or GPU. */
ORUtils/MemoryBlock.h:59
↓ 4 callersMethodsetZeros
ORUtils/Matrix.h:84
↓ 3 callersMethodSetFrom
Copy data */
ORUtils/MemoryBlock.h:146
↓ 3 callersMethodsize
ORUtils/Vector.h:59
↓ 2 callersMethodFree
ORUtils/MemoryBlock.h:219
↓ 2 callersMethodGet_Seg_Mask
gSLICr_Lib/engines/gSLICr_seg_engine.h:42
↓ 2 callersFunctionload_image
demo.cpp:18
↓ 1 callersMethodAllocate
Allocate image data of the specified size. If the data has been allocated before, the data is freed. */
ORUtils/MemoryBlock.h:173
↓ 1 callersMethodDraw_Segmentation_Result
gSLICr_Lib/engines/gSLICr_core_engine.cpp:30
↓ 1 callersMethodPerform_Segmentation
gSLICr_Lib/engines/gSLICr_seg_engine.cpp:26
↓ 1 callersMethodProcess_Frame
gSLICr_Lib/engines/gSLICr_core_engine.cpp:20
↓ 1 callersMethodUpdateHostFromDevice
Transfer data from GPU to CPU, if possible. */
ORUtils/MemoryBlock.h:138
↓ 1 callersMethodWrite_Seg_Res_To_PGM
gSLICr_Lib/engines/gSLICr_core_engine.cpp:35
↓ 1 callersFunctioncompute_slic_distance
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:92
↓ 1 callersMethodgetAverageTime
/////////////////////////////////////////////////////////////////////////// Time in msec. for a single run based on the total number of COMPLETED runs
NVTimer.h:211
↓ 1 callersMethodgetTime
/////////////////////////////////////////////////////////////////////////// Time in msec. after start. If the stop watch is still running (i.e. there
NVTimer.h:190
↓ 1 callersMethodreset
/////////////////////////////////////////////////////////////////////////// Reset the timer to 0. Does not change the timer running state but does rec
NVTimer.h:170
↓ 1 callersFunctionrgb2CIELab
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:19
↓ 1 callersFunctionrgb2xyz
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:7
↓ 1 callersFunctionsdkCreateTimer
/////////////////////////////////////////////////////////////////////////// Create a new timer @return true if a time has been created, otherwise fals
NVTimer.h:377
↓ 1 callersFunctionsdkGetTimerValue
/////////////////////////////////////////////////////////////////////////// Total execution time for the timer over all runs since the last reset or t
NVTimer.h:482
↓ 1 callersFunctionsdkResetTimer
/////////////////////////////////////////////////////////////////////////// Resets the timer's counter. @param name name of the timer to reset. /////
NVTimer.h:444
↓ 1 callersFunctionsdkStartTimer
/////////////////////////////////////////////////////////////////////////// Start the time with name \a name @param name name of the timer to start /
NVTimer.h:412
↓ 1 callersFunctionsdkStopTimer
/////////////////////////////////////////////////////////////////////////// Stop the time with name \a name. Does not reset. @param name name of the
NVTimer.h:428
↓ 1 callersMethodstart
/////////////////////////////////////////////////////////////////////////// Start time measurement ///////////////////////////////////////////////////
NVTimer.h:143
↓ 1 callersMethodstop
/////////////////////////////////////////////////////////////////////////// Stop time measurement and increment add to the current diff_time summation
NVTimer.h:154
MethodBacksub
ORUtils/Cholesky.h:49
MethodChangeDims
Resize an image, loosing all old image data. Essentially any previously allocated data is released, new memory is allocated. */
ORUtils/Image.h:47
MethodCholesky
ORUtils/Cholesky.h:16
MethodClear
Set all image data to the given @p defaultValue. */
ORUtils/MemoryBlock.h:122
MethodClear
ORUtils/Vector.h:695
MethodGetMetalBuffer
ORUtils/MemoryBlock.h:85
MethodGet_Seg_Res
gSLICr_Lib/engines/gSLICr_core_engine.cpp:25
MethodImage
Initialize an empty image of the given size, either on CPU only or on both CPU and GPU. */
ORUtils/Image.h:25
MethodLoadMemoryBlock
ORUtils/MemoryBlockPersister.h:28
MethodMatrix3
ORUtils/Matrix.h:236
MethodMatrix4
ORUtils/Matrix.h:59
MethodMatrixSQX
ORUtils/Matrix.h:367
MethodMemoryBlock
Initialize an empty memory block of the given size, on CPU only or GPU only or on both. CPU might also use the Metal compatible allocator (i.e. wi
ORUtils/MemoryBlock.h:92
MethodReadBlockData
ORUtils/MemoryBlockPersister.h:121
MethodReadBlockSize
* \brief Attempts to read the size of a memory block from a file containing data for a single block. * * The size is stored as a single integer
ORUtils/MemoryBlockPersister.h:72
MethodSaveMemoryBlock
ORUtils/MemoryBlockPersister.h:87
MethodStopWatchInterface
NVTimer.h:28
MethodStopWatchLinux
Constructor, default
NVTimer.h:227
MethodStopWatchWin
Constructor, default
NVTimer.h:67
MethodUpdateDeviceFromHost
Transfer data from CPU to GPU, if possible. */
ORUtils/MemoryBlock.h:131
MethodVector2
/////////////////////////////////////////////////// Constructors ///////////////////////////////////////////////////
ORUtils/Vector.h:64
MethodVector3
/////////////////////////////////////////////////// Constructors ///////////////////////////////////////////////////
ORUtils/Vector.h:203
MethodVector4
ORUtils/Vector.h:387
MethodVector6
ORUtils/Vector.h:529
MethodVectorX
ORUtils/Vector.h:665
MethodWriteBlock
ORUtils/MemoryBlockPersister.h:185
Function__cudaSafeCall
ORUtils/CUDADefines.h:31
Methodcore_engine
gSLICr_Lib/engines/gSLICr_core_engine.cpp:10
Methodcross
ORUtils/Vector.h:354
Functioncvt_img_space_shared
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:53
Methoddet
Matrix determinant
ORUtils/Matrix.h:332
Functiondraw_superpixel_boundry_shared
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:136
Functiondummy_with_external_linkage
ORUtils/Dummy.cpp:3
Functionfinalize_reduction_result_shared
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:153
Functionfind_center_association_shared
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:106
MethodgetColumn
ORUtils/Matrix.h:94
MethodgetColumn
ORUtils/Matrix.h:269
MethodgetColumn
ORUtils/Matrix.h:390
MethodgetDiffTime
///////////////////////////////////////////////////////////////////////////
NVTimer.h:357
MethodgetRow
get values
ORUtils/Matrix.h:93
MethodgetRow
get values
ORUtils/Matrix.h:268
MethodgetRow
ORUtils/Matrix.h:389
MethodgetScale
ORUtils/Matrix.h:71
MethodgetScale
ORUtils/Matrix.h:247
MethodgetTranspose
ORUtils/Matrix.h:391
MethodgetValues
ORUtils/Matrix.h:69
MethodgetValues
ORUtils/Matrix.h:245
MethodgetValues
ORUtils/Matrix.h:371
MethodgetValues
ORUtils/Vector.h:89
MethodgetValues
ORUtils/Vector.h:255
MethodgetValues
ORUtils/Vector.h:414
MethodgetValues
ORUtils/Vector.h:549
MethodgetValues
ORUtils/Vector.h:693
MethodhomogeneousCoordinatesNormalize
ORUtils/Vector.h:406
Functioninit_cluster_centers_shared
gSLICr_Lib/engines/gSLICr_seg_engine_shared.h:73
Methodinv
The inverse matrix for float/double type
ORUtils/Matrix.h:162
Methodinv
The inverse matrix for float/double type
ORUtils/Matrix.h:337
Functionlexical_cast
ORUtils/LexicalCast.h:22
Functionmain
demo.cpp:47
Functionmatmul
ORUtils/MathUtils.h:47
FunctionmaxV
ORUtils/Vector.h:844
FunctionminV
ORUtils/Vector.h:835
Methodnormalised
ORUtils/Vector.h:250
Functionnormalize
ORUtils/Vector.h:821
Methodoperator !=
ORUtils/Matrix.h:154
Methodoperator !=
ORUtils/Matrix.h:324
Methodoperator !=
ORUtils/Matrix.h:426
Methodoperator !=
ORUtils/Vector.h:184
Methodoperator !=
ORUtils/Vector.h:345
Methodoperator !=
ORUtils/Vector.h:509
Methodoperator !=
ORUtils/Vector.h:644
Methodoperator !=
ORUtils/Vector.h:790
Methodoperator *
ORUtils/Matrix.h:102
Methodoperator *
ORUtils/Matrix.h:277
next →1–100 of 199, ranked by callers