Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarekKowalski/LiveScan3D
/ functions
Functions
1,876 in github.com/MarekKowalski/LiveScan3D
⨍
Functions
1,876
◇
Types & classes
716
↓ 4 callers
Function
test_index_precision
include/opencv2/flann/index_testing.h:154
↓ 4 callers
Function
v_sqrt
include/opencv2/core/hal/intrin_neon.hpp:522
↓ 3 callers
Method
SetOrientation
(float X, float Y, float Z)
LiveScanServer/Utils.cs:68
↓ 3 callers
Method
StartServer
()
LiveScanServer/KinectServer.cs:143
↓ 3 callers
Method
area
include/opencv2/core/types.hpp:1592
↓ 3 callers
Method
clear
Remove all elements in the set */
include/opencv2/flann/result_set.h:425
↓ 3 callers
Method
cols
include/opencv2/core/opengl.hpp:610
↓ 3 callers
Method
copy
Copy the set to two C arrays * @param indices pointer to a C array of indices * @param dist pointer to a C array of distances * @param
include/opencv2/flann/result_set.h:327
↓ 3 callers
Function
cvCeil
@brief Rounds floating-point number to the nearest integer not smaller than the original. The function computes an integer i such that: \f[i \le \t
include/opencv2/core/fast_math.hpp:154
↓ 3 callers
Method
elemSize
include/opencv2/core/mat.inl.hpp:757
↓ 3 callers
Method
empty
Returns true if the any contains no value.
include/opencv2/flann/any.h:283
↓ 3 callers
Method
end
include/nanoflann.h:627
↓ 3 callers
Method
findNeighbors
include/nanoflann.h:901
↓ 3 callers
Method
front
front() and back()
include/nanoflann.h:657
↓ 3 callers
Method
getBucketFromKey
Get a bucket given the key * @param key * @return */
include/opencv2/flann/lsh_table.h:210
↓ 3 callers
Method
getKey
include/opencv2/flann/lsh_table.h:385
↓ 3 callers
Method
incRef
include/opencv2/core/ptr.inl.hpp:65
↓ 3 callers
Method
init
include/nanoflann.h:88
↓ 3 callers
Method
init
* Initializes the number generator. * @param n the size of the interval from which to generate random numbers. */
include/opencv2/flann/random.h:102
↓ 3 callers
Method
length
include/opencv2/core/cvstd.hpp:724
↓ 3 callers
Function
morphologyDefaultBorderValue
returns "magic" border value for erosion and dilation. It is automatically transformed to Scalar::all(-DBL_MAX) for dilation.
include/opencv2/imgproc.hpp:1309
↓ 3 callers
Method
next
* Return a distinct random integer in greater or equal to 0 and less * than 'n' on each call. It should be called maximum 'n' times. * Retur
include/opencv2/flann/random.h:120
↓ 3 callers
Method
popMin
* Returns the node of minimum value from the heap (top of the heap). * * Params: * value = out parameter used to return the min ele
include/opencv2/flann/heap.h:147
↓ 3 callers
Function
random_sample
include/opencv2/flann/sampling.h:40
↓ 3 callers
Method
rbegin
include/nanoflann.h:646
↓ 3 callers
Method
resize
This method has no effects in this class, but raises an exception if the expected size does not match */
include/nanoflann.h:667
↓ 3 callers
Method
rows
include/opencv2/core/opengl.hpp:604
↓ 3 callers
Method
saveToPly
(string filename, List<Single> vertices, List<byte> colors, bool binary)
LiveScanServer/Utils.cs:165
↓ 3 callers
Method
set
set a bit to true * @param index the index of the bit to set to 1 */
include/opencv2/flann/dynamic_bitset.h:128
↓ 3 callers
Method
size
include/opencv2/flann/result_set.h:174
↓ 3 callers
Method
size
* Number of features in this index. */
include/opencv2/flann/autotuned_index.h:182
↓ 3 callers
Method
sortAndCopy
Copy the set to two C arrays but sort it according to the distance first * @param indices pointer to a C array of indices * @param dist poin
include/opencv2/flann/result_set.h:351
↓ 3 callers
Function
v_load_deinterleave
include/opencv2/core/hal/intrin_sse.hpp:1339
↓ 3 callers
Function
v_srai_epi64
include/opencv2/core/hal/intrin_sse.hpp:563
↓ 3 callers
Function
v_store_interleave
include/opencv2/core/hal/intrin_sse.hpp:1469
↓ 2 callers
Method
ClearStoredFrames
()
LiveScanServer/KinectServer.cs:336
↓ 2 callers
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
LiveScanPlayer/PlayerWindowForm.Designer.cs:14
↓ 2 callers
Method
Draw
<summary> Draws a 32 bit per pixel image of previously specified width, height, and stride to the associated hwnd </summary> <param name="pImage">imag
src/LiveScanClient/imageRenderer.cpp:136
↓ 2 callers
Method
GetLatestFrame
(List<List<byte>> lFramesRGB, List<List<Single>> lFramesVerts, List<List<Body>> lFramesBody)
LiveScanServer/KinectServer.cs:289
↓ 2 callers
Method
Height
include/opencv2/core/wimage.hpp:189
↓ 2 callers
Function
ICP
src/ICP/icp.cpp:75
↓ 2 callers
Method
Initialize
src/LiveScanClient/kinectCapture.cpp:32
↓ 2 callers
Function
Node
include/opencv2/core/utility.hpp:1015
↓ 2 callers
Method
ReceiveFrame
()
LiveScanServer/KinectSocket.cs:151
↓ 2 callers
Function
RotatePoint
src/LiveScanClient/utils.cpp:17
↓ 2 callers
Method
SendSettings
()
LiveScanServer/KinectServer.cs:213
↓ 2 callers
Method
SocketConnected
()
LiveScanServer/KinectSocket.cs:274
↓ 2 callers
Method
Width
include/opencv2/core/wimage.hpp:188
↓ 2 callers
Method
allocate
include/opencv2/core/utility.hpp:929
↓ 2 callers
Method
buildIndex
* Method responsible with building the index. */
include/opencv2/flann/autotuned_index.h:100
↓ 2 callers
Method
channels
include/opencv2/core/mat.inl.hpp:781
↓ 2 callers
Function
clear
@brief Clears the algorithm state */
include/opencv2/core.hpp:3030
↓ 2 callers
Method
copyTo
include/opencv2/core/cuda.inl.hpp:161
↓ 2 callers
Function
cvFloor
@brief Rounds floating-point number to the nearest integer not larger than the original. The function computes an integer i such that: \f[i \le \te
include/opencv2/core/fast_math.hpp:131
↓ 2 callers
Function
cvMat
Inline constructor. No data is allocated internally!!! * (Use together with cvCreateData, or use cvCreateMat instead to * get a matrix with allocate
include/opencv2/core/types_c.h:509
↓ 2 callers
Method
depth
include/opencv2/core/mat.inl.hpp:775
↓ 2 callers
Method
empty
include/opencv2/core/mat.inl.hpp:793
↓ 2 callers
Method
empty
include/opencv2/core/persistence.hpp:1236
↓ 2 callers
Method
end
include/opencv2/core/mat.inl.hpp:1073
↓ 2 callers
Method
findNeighbors
* Find set of nearest neighbors to vec. Their indices are stored inside * the result object. * * Params: * result = the result
include/opencv2/flann/lsh_index.h:220
↓ 2 callers
Method
getFirstTopLevelNode
include/opencv2/core/persistence.hpp:1232
↓ 2 callers
Method
getType
* Algorithm name */
include/opencv2/flann/autotuned_index.h:206
↓ 2 callers
Method
get_value
include/opencv2/flann/any.h:98
↓ 2 callers
Function
loadPLY
src/ICP/main.cpp:73
↓ 2 callers
Function
norm
include/opencv2/core/matx.hpp:851
↓ 2 callers
Function
numVertices
include/opencv2/stitching/detail/util.hpp:90
↓ 2 callers
Method
pop_back
include/opencv2/core/core_c.h:3044
↓ 2 callers
Function
print_params
include/opencv2/flann/params.h:82
↓ 2 callers
Function
rand_double
* Generates a random double value. */ * Generates a random double value. * @param high Upper limit * @param low Lower limit * @return Random doubl
include/opencv2/flann/random.h:61
↓ 2 callers
Method
reset
Frees any allocated memory, and sets the value to NULL.
include/opencv2/flann/any.h:289
↓ 2 callers
Method
reset
include/opencv2/core/ptr.inl.hpp:184
↓ 2 callers
Method
rotation
include/opencv2/core/affine.hpp:235
↓ 2 callers
Function
setMotionModel
include/opencv2/videostab/global_motion.hpp:106
↓ 2 callers
Method
set_cb_index
include/opencv2/flann/kmeans_index.h:415
↓ 2 callers
Method
static_delete
include/opencv2/flann/any.h:80
↓ 2 callers
Function
swap
include/opencv2/core/ptr.inl.hpp:282
↓ 2 callers
Method
swap
include/opencv2/core/cvstd.hpp:766
↓ 2 callers
Method
swap
include/opencv2/core/cuda.inl.hpp:139
↓ 2 callers
Method
test
check if a bit is set * @param index the index of the bit to check * @return true if the bit is set */
include/opencv2/flann/dynamic_bitset.h:144
↓ 2 callers
Method
usedMemory
* The amount of memory (in bytes) this index uses. */
include/opencv2/flann/autotuned_index.h:198
↓ 2 callers
Function
v_absdiff
include/opencv2/core/hal/intrin_sse.hpp:925
↓ 2 callers
Function
v_ceil
include/opencv2/core/hal/intrin_sse.hpp:1285
↓ 2 callers
Function
v_cvt_f64
include/opencv2/core/hal/intrin_sse.hpp:1698
↓ 2 callers
Function
v_floor
include/opencv2/core/hal/intrin_sse.hpp:1278
↓ 2 callers
Function
v_round
include/opencv2/core/hal/intrin_sse.hpp:1275
↓ 2 callers
Function
v_trunc
include/opencv2/core/hal/intrin_sse.hpp:1292
↓ 2 callers
Function
vld1_f16
include/opencv2/core/hal/intrin_neon.hpp:285
↓ 2 callers
Function
vreinterpret_s16_f16
include/opencv2/core/hal/intrin_neon.hpp:281
↓ 2 callers
Method
worstDist
include/nanoflann.h:130
↓ 2 callers
Function
write
include/opencv2/core/persistence.hpp:863
↓ 1 callers
Method
Accept
src/socketCS.cpp:163
↓ 1 callers
Method
Calibrate
()
LiveScanServer/KinectServer.cs:202
↓ 1 callers
Method
Calibrate
src/LiveScanClient/calibration.cpp:47
↓ 1 callers
Method
CaptureFrame
()
LiveScanServer/KinectSocket.cs:55
↓ 1 callers
Method
CaptureSynchronizedFrame
()
LiveScanServer/KinectServer.cs:174
↓ 1 callers
Method
Channels
include/opencv2/core/wimage.hpp:194
↓ 1 callers
Method
CloudUpdateTick
()
LiveScanServer/OpenGLWindow.cs:107
↓ 1 callers
Method
Decompress
(byte []array)
LiveScanServer/ZSTDDecompressor.cs:22
↓ 1 callers
Method
DlgProc
src/LiveScanClient/liveScanClient.cpp:263
↓ 1 callers
Function
FindClosestPointForEach
src/ICP/icp.cpp:18
← previous
next →
101–200 of 1,876, ranked by callers