Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanlukezic/csr-dcf
/ functions
Functions
146 in github.com/alanlukezic/csr-dcf
⨍
Functions
146
◇
Types & classes
19
↓ 26 callers
Function
SET
set, load and store values
mex_src/hog/sse.hpp:14
↓ 14 callers
Function
MUL
mex_src/hog/sse.hpp:32
↓ 8 callers
Function
AND
logical operators
mex_src/hog/sse.hpp:44
↓ 8 callers
Function
LDu
mex_src/hog/sse.hpp:18
↓ 7 callers
Function
ADD
arithmetic operators
mex_src/hog/sse.hpp:25
↓ 7 callers
Function
CVT
conversion operators
mex_src/hog/sse.hpp:57
↓ 7 callers
Function
alFree
platform independent alignned memory de-allocation (see also alMalloc)
mex_src/hog/wrappers.hpp:37
↓ 7 callers
Function
alMalloc
platform independent aligned memory allocation (see also alFree)
mex_src/hog/wrappers.hpp:28
↓ 7 callers
Method
toInt
mex_src/hog/MxArray.cpp:320
↓ 7 callers
Function
toMat
mex_src/segmentation/mex_utils.hpp:131
↓ 6 callers
Function
SUB
mex_src/hog/sse.hpp:31
↓ 5 callers
Function
mxCreateMatrix3
Create [hxwxd] mxArray array, initialize to 0 if c=true
mex_src/hog/gradientMex.cpp:321
↓ 5 callers
Method
toDouble
mex_src/hog/MxArray.cpp:326
↓ 5 callers
Function
wrFree
mex_src/hog/wrappers.hpp:15
↓ 4 callers
Function
CMPGT
comparison operators
mex_src/hog/sse.hpp:51
↓ 4 callers
Function
checkArgs
Check inputs and outputs to mex, retrieve first input I
mex_src/hog/gradientMex.cpp:333
↓ 4 callers
Function
hogChannels
HOG helper: compute HOG or FHOG channels
mex_src/hog/gradientMex.cpp:255
↓ 4 callers
Function
wrCalloc
mex_src/hog/wrappers.hpp:13
↓ 3 callers
Function
ANDNOT
mex_src/hog/sse.hpp:46
↓ 3 callers
Function
OR
mex_src/hog/sse.hpp:47
↓ 3 callers
Function
gradHist
compute nOrients gradient histograms per bin x bin block of pixels
mex_src/hog/gradientMex.cpp:147
↓ 3 callers
Function
toMxArray
mex_src/segmentation/mex_utils.hpp:80
↓ 2 callers
Function
LD
mex_src/hog/sse.hpp:17
↓ 2 callers
Function
RCP
mex_src/hog/sse.hpp:40
↓ 2 callers
Function
STR
mex_src/hog/sse.hpp:19
↓ 2 callers
Method
backProject
mex_src/segmentation/src/segment.cpp:95
↓ 2 callers
Method
getHistogramVector
add new methods
mex_src/segmentation/src/segment.cpp:276
↓ 2 callers
Function
grad1
compute x and y gradients for just one column (uses sse)
mex_src/hog/gradientMex.cpp:14
↓ 2 callers
Function
hogNormMatrix
HOG helper: compute 2x2 block normalization values (padded by 1 pixel)
mex_src/hog/gradientMex.cpp:235
↓ 2 callers
Method
setHistogramVector
mex_src/segmentation/src/segment.cpp:280
↓ 1 callers
Function
CMPLT
mex_src/hog/sse.hpp:52
↓ 1 callers
Function
MIN
mex_src/hog/sse.hpp:39
↓ 1 callers
Function
RCPSQRT
mex_src/hog/sse.hpp:41
↓ 1 callers
Function
STRu
mex_src/hog/sse.hpp:21
↓ 1 callers
Function
XOR
mex_src/hog/sse.hpp:48
↓ 1 callers
Function
acosTable
build lookup table a[] s.t. a[x*n]~=acos(x) for x in [-1,1]
mex_src/hog/gradientMex.cpp:46
↓ 1 callers
Method
clone
Clone mxArray. This allocates new mxArray*. * @return MxArray object. */
mex_src/hog/MxArray.hpp:266
↓ 1 callers
Method
dims
Array of each dimension. */
mex_src/hog/MxArray.hpp:462
↓ 1 callers
Method
extractBackGroundHistogram
mex_src/segmentation/src/segment.cpp:64
↓ 1 callers
Method
extractForegroundHistogram
mex_src/segmentation/src/segment.cpp:16
↓ 1 callers
Function
fhog
compute FHOG features
mex_src/hog/gradientMex.cpp:297
↓ 1 callers
Function
grad2
compute x and y gradients at each location (uses sse)
mex_src/hog/gradientMex.cpp:39
↓ 1 callers
Function
gradMag
compute gradient magnitude and orientation at each location (uses sse)
mex_src/hog/gradientMex.cpp:58
↓ 1 callers
Function
gradMagNorm
normalize gradient magnitude at each location (uses sse)
mex_src/hog/gradientMex.cpp:102
↓ 1 callers
Function
gradQuantize
helper for gradHist, quantize O and M into O0, O1 and M0, M1 (uses sse)
mex_src/hog/gradientMex.cpp:111
↓ 1 callers
Function
hog
compute HOG features
mex_src/hog/gradientMex.cpp:282
↓ 1 callers
Method
isChar
Determine whether input is string array. */
mex_src/hog/MxArray.hpp:500
↓ 1 callers
Function
mGrad2
[Gx,Gy] = grad2(I) - see gradient2.m
mex_src/hog/gradientMex.cpp:346
↓ 1 callers
Function
mGradHist
H=gradHist(M,O,[...]) - see gradientHist.m
mex_src/hog/gradientMex.cpp:378
↓ 1 callers
Function
mGradMag
[M,O] = gradMag( I, channel, full ) - see gradientMag.m
mex_src/hog/gradientMex.cpp:356
↓ 1 callers
Function
mGradMagNorm
gradMagNorm( M, S, norm ) - operates on M - see gradientMag.m
mex_src/hog/gradientMex.cpp:368
↓ 1 callers
Method
toDMatch
mex_src/hog/MxArray.cpp:448
↓ 1 callers
Method
toKeyPoint
mex_src/hog/MxArray.cpp:436
↓ 1 callers
Method
toMat
mex_src/hog/MxArray.cpp:348
↓ 1 callers
Method
toPoint2f
Alias to toPoint_<float>. */
mex_src/hog/MxArray.hpp:431
↓ 1 callers
Method
toString
mex_src/hog/MxArray.cpp:338
↓ 1 callers
Function
wrMalloc
mex_src/hog/wrappers.hpp:14
Method
Cell
Create a new cell array. * @param m Number of rows. * @param n Number of cols. */
mex_src/hog/MxArray.hpp:246
Method
ConstMap
Constructor with a single key-value pair
mex_src/hog/MxArray.hpp:675
Method
ConstMap
Constructor with a single key-value pair
mex_src/segmentation/mex_utils.hpp:25
Function
DEC
mex_src/hog/sse.hpp:37
Method
Eps
Value of EPS. */
mex_src/hog/MxArray.hpp:646
Method
Histogram
mex_src/segmentation/src/segment.h:17
Method
Histogram
-------------------- HISTOGRAM CLASS --------------------
mex_src/segmentation/src/segment.cpp:4
Function
INC
mex_src/hog/sse.hpp:35
Method
Inf
Value of infinity. */
mex_src/hog/MxArray.hpp:640
Method
MxArray
mex_src/hog/MxArray.cpp:94
Method
MxArray
MxArray constructor from mxArray*. * @param arr mxArray pointer given by mexFunction. */
mex_src/hog/MxArray.hpp:115
Method
MxArray
mex_src/hog/MxArray.hpp:717
Method
NaN
Value of NaN (Not-a-Number). */
mex_src/hog/MxArray.hpp:643
Function
STR1
mex_src/hog/sse.hpp:20
Method
Struct
Create a new struct array. * @param fields Field names. * @param nfields Number of fields. * @param m Number of rows. * @param n Number of cols. */
mex_src/hog/MxArray.hpp:256
Method
at
mex_src/hog/MxArray.cpp:514
Method
at
mex_src/hog/MxArray.hpp:855
Method
classID
Class ID of mxArray. */
mex_src/hog/MxArray.hpp:447
Method
className
Class name of mxArray. */
mex_src/hog/MxArray.hpp:450
Method
cols
Number of columns in an array. */
mex_src/hog/MxArray.hpp:468
Method
computePosteriors
-------------------- SEGMENT CLASS --------------------
mex_src/segmentation/src/segment.cpp:122
Method
destroy
Destroy allocated mxArray. Use this to destroy a temporary mxArray not * to be used in matlab. * @return newly allocated MxArray object. */
mex_src/hog/MxArray.hpp:271
Method
fieldname
mex_src/hog/MxArray.cpp:480
Method
fieldnames
mex_src/hog/MxArray.cpp:489
Method
fromVector
mex_src/hog/MxArray.cpp:232
Method
fromVector
mex_src/hog/MxArray.hpp:700
Method
gaussian
mex_src/segmentation/src/segment.h:44
Method
getRegularizedSegmentation
mex_src/segmentation/src/segment.cpp:182
Method
isCell
Determine whether input is cell array. */
mex_src/hog/MxArray.hpp:497
Method
isClass
Determine whether array is member of specified class. */
mex_src/hog/MxArray.hpp:503
Method
isComplex
Determine whether data is complex. */
mex_src/hog/MxArray.hpp:509
Method
isDouble
Determine whether mxArray represents data as double-precision, * floating-point numbers. */
mex_src/hog/MxArray.hpp:513
Method
isEmpty
Determine whether array is empty. */
mex_src/hog/MxArray.hpp:516
Method
isField
Determine whether a struct array has a specified field. */
mex_src/hog/MxArray.hpp:577
Method
isFinite
Determine whether input is finite. */
mex_src/hog/MxArray.hpp:519
Method
isFromGlobalWS
Determine whether array was copied from MATLAB global workspace. */
mex_src/hog/MxArray.hpp:522
Method
isInf
Determine whether input is infinite. */
mex_src/hog/MxArray.hpp:525
Method
isInt16
Determine whether array represents data as signed 16-bit integers. */
mex_src/hog/MxArray.hpp:531
Method
isInt32
Determine whether array represents data as signed 32-bit integers. */
mex_src/hog/MxArray.hpp:534
Method
isInt64
Determine whether array represents data as signed 64-bit integers. */
mex_src/hog/MxArray.hpp:537
Method
isInt8
Determine whether array represents data as signed 8-bit integers. */
mex_src/hog/MxArray.hpp:528
Method
isLogical
Determine whether array is of type mxLogical. */
mex_src/hog/MxArray.hpp:540
Method
isLogicalScalar
Determine whether scalar array is of type mxLogical. */
mex_src/hog/MxArray.hpp:543
next →
1–100 of 146, ranked by callers