MCPcopy Create free account

hub / github.com/alterzero/RBPN-PyTorch / functions

Functions295 in github.com/alterzero/RBPN-PyTorch

MethodConvertToVisualWords
pyflow/src/Image.h:2153
MethodDissembleFlow
pyflow/src/OpticalFlow.h:79
MethodEnforceRange
pyflow/src/ImageProcessing.h:26
MethodExp
pyflow/src/Image.h:1890
MethodFindClosestPoint
pyflow/src/Stochastic.h:366
MethodFindMax
pyflow/src/Stochastic.h:162
MethodGaussianFiltering
pyflow/src/Stochastic.h:392
MethodGaussianMixture
pyflow/src/NoiseModel.h:26
MethodGaussianPyramid
pyflow/src/GaussianPyramid.cpp:7
MethodGaussianSampling
pyflow/src/Stochastic.cpp:44
MethodGaussianSmoothing_transpose
pyflow/src/Image.h:1209
MethodGenerate1DGaussian
pyflow/src/Stochastic.cpp:79
MethodGenerate2DGaussian
pyflow/src/Stochastic.cpp:88
MethodGetMean
pyflow/src/Stochastic.cpp:55
MethodGetMeanVar
pyflow/src/Stochastic.h:58
MethodIsEmpty
pyflow/src/Image.h:98
MethodIsFloat
pyflow/src/Image.h:657
MethodIsInImage
pyflow/src/Image.h:99
MethodKMeanClustering
pyflow/src/Stochastic.h:288
MethodLaplacian
pyflow/src/OpticalFlow.cpp:855
MethodLaplacian
pyflow/src/ImageProcessing.h:299
MethodLoadMatlabImage
pyflow/src/Image.h:2749
MethodLoadMatlabImageCore
pyflow/src/Image.h:2713
MethodLoadOpticalFlow
pyflow/src/OpticalFlow.cpp:1135
MethodMatrix
pyflow/src/Matrix.h:108
MethodMax
pyflow/src/Stochastic.h:152
MethodMin
pyflow/src/Stochastic.h:132
MethodMultiplyAcross
pyflow/src/Image.h:1725
MethodMultiplywithAcross
pyflow/src/Image.h:1759
MethodNormalize
pyflow/src/Stochastic.h:84
MethodOpticalFlow
pyflow/src/OpticalFlow.cpp:25
MethodOutputToMatlab
pyflow/src/Image.h:2823
FunctionPSNR
(pred, gt, shave_border=0)
eval.py:127
MethodResizeImage
pyflow/src/ImageProcessing.h:205
MethodSampling
pyflow/src/Stochastic.cpp:65
MethodSanityCheck
-------------------------------------------------------------------------------------------------------- function to do sanity check: imdx*du+imdy*dy+
pyflow/src/OpticalFlow.cpp:90
MethodSaveOpticalFlow
pyflow/src/OpticalFlow.cpp:1165
MethodSmoothFlowPDE
-------------------------------------------------------------------------------------------------------- function to compute optical flow field using
pyflow/src/OpticalFlow.cpp:466
MethodSmoothFlowSOR
-------------------------------------------------------------------------------------------------------- function to compute optical flow field using
pyflow/src/OpticalFlow.cpp:196
MethodSolveLinearSystem
pyflow/src/Matrix.h:482
MethodUniformSampling
pyflow/src/Stochastic.cpp:31
MethodVector
pyflow/src/Vector.h:124
MethodVectorSquareDistance
pyflow/src/Stochastic.h:275
Function_Release1DBuffer
pyflow/src/project.h:13
Function_Rlease2DBuffer
pyflow/src/project.h:21
Method__getitem__
(self, index)
dataset.py:178
Method__getitem__
(self, index)
dataset.py:217
Method__init__
(self, num_channels, base_filter, feat, num_stages, n_resblock, nFrames, scale_factor)
rbpn.py:10
Method__init__
(self, base_filter, feat, num_stages, scale_factor)
dbpns.py:8
Method__init__
(self, image_dir, nFrames, upscale_factor, file_list, other_dataset, future_frame, transform=None)
dataset.py:207
Method__init__
(self, input_size, output_size, bias=True, activation='relu', norm='batch')
base_networks.py:5
Method__init__
(self, input_size, output_size, kernel_size=3, stride=1, padding=1, bias=True, activation='prelu', norm=None)
base_networks.py:40
Method__init__
(self, input_size, output_size, kernel_size=4, stride=2, padding=1, bias=True, activation='prelu', norm=None)
base_networks.py:75
Method__init__
(self, num_filter, kernel_size=3, stride=1, padding=1, bias=True, activation='prelu', norm='batch')
base_networks.py:110
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, scale=4, bias=True, activation='prelu', norm=None)
base_networks.py:170
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, num_stages=1, bias=True, activation='prelu', norm=None)
base_networks.py:183
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, num_stages=1, scale=4, bias=True, activation='prelu', n
base_networks.py:198
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, bias=True, activation='prelu', norm=None)
base_networks.py:213
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, scale=4,bias=True, activation='prelu', norm=None)
base_networks.py:226
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, num_stages=1, bias=True, activation='prelu', norm=None)
base_networks.py:239
Method__init__
(self, num_filter, kernel_size=8, stride=4, padding=2, num_stages=1, scale=4, bias=True, activation='prelu', n
base_networks.py:254
Method__init__
(self, input_size, output_size, scale_factor, kernel_size=3, stride=1, padding=1, bias=True, activation='prelu
base_networks.py:269
Method__init__
(self, scale, n_feat, bn=False, act='prelu', bias=True)
base_networks.py:304
Method__init__
(self, input_size, output_size, bias=True, upsample='deconv', activation='relu', norm='batch')
base_networks.py:334
Method__len__
(self)
dataset.py:203
Method__len__
(self)
dataset.py:236
MethodaddAWGN
pyflow/src/Image.h:426
Methodallocate
pyflow/src/Vector.h:25
Methodallocate
pyflow/src/Vector.h:165
Methodallocate
pyflow/src/NoiseModel.h:77
MethodcheckDimLeft
pyflow/src/Matrix.h:259
MethodcheckDimRight
pyflow/src/Matrix.h:235
Methodclear
pyflow/src/NoiseModel.h:85
MethodcomputeDimension
pyflow/src/Image.h:46
Methodconcatenate
pyflow/src/Vector.h:390
Methodcopy
pyflow/src/NoiseModel.h:48
MethodcopyData
pyflow/src/Matrix.h:150
MethodcopyData
pyflow/src/Vector.h:178
MethodcropImage
pyflow/src/ImageProcessing.h:623
MethoddimMatch
pyflow/src/Matrix.h:158
Methoddimcheck
pyflow/src/Matrix.h:167
Methoddisplay
pyflow/src/NoiseModel.h:137
MethoddisplayTop
pyflow/src/GaussianPyramid.cpp:110
Methoddxx
pyflow/src/Image.h:1035
Methoddyy
pyflow/src/Image.h:1081
MethodenableDispInfo
pyflow/src/Matrix.h:36
Methodentropy
pyflow/src/Stochastic.cpp:103
MethodestGaussianMixture
pyflow/src/OpticalFlow.cpp:765
MethodestLaplacianNoise
pyflow/src/OpticalFlow.cpp:819
Methodfiltering
pyflow/src/ImageProcessing.h:390
Methodfiltering_transpose
pyflow/src/ImageProcessing.h:422
Methodflip_horizontal
pyflow/src/Image.h:1659
Methodforward
(self, x, neigbor, flow)
rbpn.py:71
Methodforward
(self, x)
dbpns.py:47
Methodforward
(self, x)
base_networks.py:27
Methodforward
(self, x)
base_networks.py:62
Methodforward
(self, x)
base_networks.py:97
Methodforward
(self, x)
base_networks.py:134
Methodforward
(self, x)
base_networks.py:163
Methodforward
(self, x)
base_networks.py:176
← previousnext →101–200 of 295, ranked by callers